Refactor app by modularizing components and extracting utilities.
The changes split large features into smaller, reusable components like `AdminPanel`, `LoginPage`, `TopBar`, `PasswordModal`, and `ChipModal`. Utility functions such as `cycleTag` and `chipStorage` were extracted for better organization. This improves the code's readability, maintainability, and scalability.
This commit is contained in:
1272
frontend/src/App.jsx
1272
frontend/src/App.jsx
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user