Skip to content

Commit

Permalink
feat(GIST-77): added sidebar + responsive
Browse files Browse the repository at this point in the history
* feat(sidecar): add components

* change metadata place

* close modal on create gist

* add shadcn sidebar

* update ui with sidebar

* update landing page

* rollback gist creation and update modal
  • Loading branch information
dorian-grst authored Nov 8, 2024
1 parent c39afbd commit f494ada
Show file tree
Hide file tree
Showing 19 changed files with 1,147 additions and 381 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
Expand All @@ -36,7 +37,8 @@
"react-hook-form": "^7.53.0",
"react-redux": "^9.1.2",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7"
"tailwindcss-animate": "^1.0.7",
"useismobile": "^1.0.4"
},
"devDependencies": {
"@codedependant/semantic-release-docker": "^5.0.3",
Expand Down
39 changes: 39 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f494ada

Please sign in to comment.