Skip to content

Commit

Permalink
feat(web): new sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
McPizza0 authored and BlankParticle committed May 25, 2024
1 parent 03fe8e7 commit 1844643
Show file tree
Hide file tree
Showing 20 changed files with 727 additions and 391 deletions.
3 changes: 3 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"nuxt",
"nuxthq",
"nuxtjs",
"partialize",
"pinia",
"Pinia",
"planetscale",
Expand All @@ -30,6 +31,7 @@
"ratelimit",
"Ratelimiter",
"RPID",
"shadcn",
"Shortcode",
"simplewebauthn",
"starttls",
Expand All @@ -49,6 +51,7 @@
"unvalidated",
"vueuse",
"waitlist",
"zustand",
"zxcvbn"
],
"ignoreWords": ["ABCDEFGHJKMNPQRSTVWXYZ"],
Expand Down
2 changes: 2 additions & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/themes": "^3.0.2",
"@simplewebauthn/browser": "^10.0.0",
Expand Down
3 changes: 3 additions & 0 deletions apps/web/src/app/[orgShortCode]/_components/atoms.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { atom } from 'jotai';

export const sidebarSubmenuOpenAtom = atom<boolean>(false);
Loading

0 comments on commit 1844643

Please sign in to comment.