Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
1694efb
feat: made the style uniform
akrs-code Jun 22, 2026
fa935e7
feat: authorization and authentication integration
akrs-code Jun 22, 2026
b86789b
feat: finished login and register feature
akrs-code Jun 22, 2026
7adcd6a
feat(admin): update admin pages and components
akrs-code Jun 23, 2026
0d69575
feat(seller): update seller portal and components
akrs-code Jun 23, 2026
9d0d5c9
feat(buyer): update buyer flow and components
akrs-code Jun 23, 2026
4fa3fae
feat(auth): update shared auth flows and verification
akrs-code Jun 23, 2026
2c9b534
feat(cart): update cart context
akrs-code Jun 23, 2026
56c4b2a
feat(core): update layout, api, and shared components
akrs-code Jun 23, 2026
3077388
chore: commit remaining deleted/modified files
akrs-code Jun 23, 2026
c2b33b3
style: finalize buyer portal UI consistency and clean up styling tokens
akrs-code Jun 23, 2026
de0a046
feat: integrate React Table and implement centralized DataTable
akrs-code Jun 23, 2026
b2c3f73
refactor: reorganize admin and seller components into feature-based m…
akrs-code Jun 23, 2026
afbe933
style(ui): centralize ui components and design system tokens
akrs-code Jun 24, 2026
4fe8fcd
refactor(buyer): modernize buyer portal to adhere to glassmorphism ae…
akrs-code Jun 24, 2026
5766b76
refactor(seller): enforce design system in seller portal and components
akrs-code Jun 24, 2026
81dfd12
refactor(admin): update admin panels and tables for ui consistency
akrs-code Jun 24, 2026
00c2d46
refactor(shared): modernize shared layouts and auth pages
akrs-code Jun 24, 2026
b4a8c84
refactor(core): cleanup unused code and update api services
akrs-code Jun 24, 2026
e319c36
chore(deps): update dependencies
akrs-code Jun 24, 2026
5c65de4
refactor(core): update main app routing and global header
akrs-code Jun 24, 2026
fd1d628
style(ui): standardize data tables to enforce minimum columns and sin…
akrs-code Jun 25, 2026
cf25aab
feat(ui): centralize dialog, confirm-dialog, and notification components
akrs-code Jun 25, 2026
1f9a0a8
feat(product): implement dynamic multi-image display and upload capab…
akrs-code Jun 25, 2026
3152688
style(admin): modernize and refine admin portal pages and analytics view
akrs-code Jun 25, 2026
7ba6dfc
style(seller): refine seller dashboard and inventory management views
akrs-code Jun 25, 2026
ed564c8
style(buyer): modernize checkout flow, orders view, and marketplace d…
akrs-code Jun 25, 2026
ec5565b
refactor(core): update shared layouts, authentication pages, and api …
akrs-code Jun 25, 2026
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
93 changes: 92 additions & 1 deletion frontend/package-lock.json

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

7 changes: 6 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,21 @@
"@fontsource-variable/inter": "^5.2.8",
"@hookform/resolvers": "^5.4.0",
"@tailwindcss/vite": "^4.3.0",
"@tanstack/react-table": "^8.21.3",
"@tanstack/table-core": "^8.21.3",
"axios": "^1.17.0",
"chart.js": "^4.5.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.17.0",
"mapcn": "^0.0.1",
"maplibre-gl": "^5.24.0",
"radix-ui": "^1.5.0",
"react": "^19.2.6",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.6",
"react-hook-form": "^7.78.0",
"react-hot-toast": "^2.6.0",
"react-router-dom": "^7.17.0",
"shadcn": "^4.11.0",
"tailwind-merge": "^3.6.0",
Expand All @@ -41,4 +46,4 @@
"globals": "^17.6.0",
"vite": "^8.0.12"
}
}
}
Loading
Loading