Small corrections

This commit is contained in:
2025-11-17 12:46:24 +01:00
parent 9d95e1fd3c
commit 67c0d0124b
3 changed files with 16 additions and 10 deletions

View File

@@ -21,6 +21,8 @@ If you want to use emojis for visibility, here's some I have used:
### To Do
### In Progress
* `[🧑‍🔧]` **2.0: CSS Refactor & Styling:** Improve the general look and feel of the application pages.
* `[🧑‍🔧]` **2.1: Dashboard UI:** Create `dashboard.html` (only for logged-in users).
### Done
* `[✔️]` **1.0: Project Skeleton** - @ramforth
@@ -38,8 +40,8 @@ If you want to use emojis for visibility, here's some I have used:
* **Goal:** Allow logged-in users to see a dashboard, get their overlay URL, and save settings. Now that Phase 1 is done, these tasks are ready to be worked on.
### To Do
* `[ ]` **2.0: CSS Refactor & Styling:** Improve the general look and feel of the application pages.
* `[ ]` **2.1: Dashboard UI:** Create `dashboard.html` (only for logged-in users).
* `[ ]` **2.4: Create Logo and Favicon:** The project should have a logo and a favicon. Someone with designing skills could look at this
* `[ ]` **2.2: Config API:** Create API endpoints (`GET`, `POST`) for `/api/settings` to save/load user preferences (e.g., custom CSS).
* `[ ]` **2.3: Overlay URL:** Generate and display the unique overlay URL for the user (e.g., `/overlay/{user_id}`).