Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT]: Revamp Admin dashboard #1507

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
25b4156
merge main
senthil-athiban Sep 14, 2024
c8148d6
(feat): add admin dashboard
senthil-athiban Oct 24, 2024
f84433f
(feat): add admin page
senthil-athiban Oct 24, 2024
10a3429
(feat): add assignment and classes page
senthil-athiban Oct 24, 2024
5e90b53
(feat): add admin dashboard components
senthil-athiban Oct 24, 2024
a41136e
(feat): add shadcn components
senthil-athiban Oct 24, 2024
38671e9
(feat): add zod schema
senthil-athiban Oct 24, 2024
31ea4e3
(feat): install deps
senthil-athiban Oct 24, 2024
ec69e39
(feat): add schema migrations
senthil-athiban Oct 24, 2024
f23ffaf
(feat): add api routes
senthil-athiban Oct 24, 2024
d069b9c
(feat): add db queries
senthil-athiban Oct 24, 2024
ec0b009
(feat): add css changes
senthil-athiban Oct 24, 2024
e27d9af
(feat): add assets
senthil-athiban Oct 24, 2024
c451cf9
(refactor): revert changes
senthil-athiban Oct 24, 2024
7867a62
(fix): build issues
senthil-athiban Oct 24, 2024
59263a1
(refactor): bunch of changes
senthil-athiban Oct 24, 2024
d347709
(fix): add mobile side bar button
senthil-athiban Oct 24, 2024
ba97fe0
(fix): errors
senthil-athiban Oct 24, 2024
80d18af
(feat): add discord integration while adding video or notion
senthil-athiban Oct 24, 2024
557333b
(feat): add collapse toggle
senthil-athiban Oct 24, 2024
faf4b86
(feat): indicate submission status
senthil-athiban Oct 24, 2024
a4d1a61
(refactor): errors
senthil-athiban Oct 24, 2024
3d25c5f
(fix): logical issues
senthil-athiban Oct 24, 2024
0f9ea8e
(fix): build issues
senthil-athiban Oct 24, 2024
477ac08
(refactor): remove unused code
senthil-athiban Oct 25, 2024
becb4bb
(refactor): rename files
senthil-athiban Oct 25, 2024
b836134
(refactor): consolidate imports
senthil-athiban Oct 25, 2024
b4a9a96
(refactor): code quality
senthil-athiban Oct 25, 2024
fab993b
(fix): change logic for class
senthil-athiban Oct 25, 2024
aea00cf
(fix): change button variants
senthil-athiban Oct 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,21 @@
"@prisma/client": "^5.18.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tabler/icons-react": "^3.14.0",
"@tanstack/react-table": "^8.19.2",
"@types/bcrypt": "^5.0.2",
"@uiw/react-markdown-preview": "^5.1.3",
"@uiw/react-md-editor": "^4.0.4",
Expand Down Expand Up @@ -71,7 +74,7 @@
"qs": "^6.13.0",
"react": "^18",
"react-big-calendar": "^1.13.2",
"react-day-picker": "8.10.1",
"react-day-picker": "^9.0.8",
"react-dom": "^18",
"react-hook-form": "^7.50.1",
"react-icons": "^5.1.0",
Expand All @@ -81,6 +84,7 @@
"sonner": "^1.4.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-textshadow": "^2.1.3",
"vaul": "^0.8.9",
"video.js": "^8.6.1",
"videojs-contrib-eme": "^3.11.1",
Expand Down
Loading