Skip to content

Commit

Permalink
Refactor/remove react-aria in favor of radix (#116)
Browse files Browse the repository at this point in the history
* πŸ”§ use biome as a default formatter

* βž– removed react-aria-components in favor of radix

* 🚚 move actions into *.action files

* πŸ› fix other bugs introduced by moving to radix-ui

* Revert "🚚 move actions into *.action files"

This reverts commit d47792f.

* πŸ› import from action without prefix
  • Loading branch information
Fredkiss3 committed Dec 21, 2023
1 parent e122537 commit 41282e5
Show file tree
Hide file tree
Showing 26 changed files with 1,657 additions and 2,395 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"typescript.preferences.importModuleSpecifier": "non-relative",
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"editor.defaultFormatter": "biomejs.biome"
}
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
"@headlessui/react": "^1.7.17",
"@mdx-js/mdx": "^3.0.0",
"@primer/octicons-react": "^19.7.0",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toolbar": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@t3-oss/env-nextjs": "^0.6.1",
"@tanstack/react-query": "^5.0.0",
"bright": "^0.8.4",
Expand All @@ -40,7 +45,6 @@
"pg": "^8.11.3",
"postgres": "^3.3.5",
"react": "18.2.0",
"react-aria-components": "1.0.0-rc.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.11",
"react-markdown": "^9.0.0",
Expand Down
Loading

0 comments on commit 41282e5

Please sign in to comment.