Commit c55aa0d
committed
feat: add dashboard controller and routes, implement EJS views and Tailwind CSS styling
- Created DashboardController to handle dashboard rendering.
- Added web routes for serving the dashboard and static files.
- Implemented main layout and sidebar using EJS templates.
- Developed dashboard page with storage overview and quick access sections.
- Introduced Tailwind CSS for styling and layout.
- Added modules and labels for sidebar navigation.
- Created API routes for file management and database interactions.
- Configured Tailwind CSS with custom font settings.
- Updated TypeScript configuration to specify root directory.1 parent 1ab6a09 commit c55aa0d
File tree
17 files changed
+1176
-1825
lines changed- public
- src
- client
- controller
- routes
- styles
- views
- layouts
- pages
- server/routes
17 files changed
+1176
-1825
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
28 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
29 | 36 | | |
30 | 37 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments