Dashboard v2: remove old Kanban, add Status bar, collapsible sections

- Added Status bar from old kanban (ANAF, Git, Cron)
- All sections now collapsible (Status, Activity, Issues)
- Removed Kanban from navigation
- Removed kanban.html file
- Status bar collapsed by default
This commit is contained in:
Echo
2026-01-30 19:02:20 +00:00
parent b0d7bd0a08
commit e3f0708331
7 changed files with 559 additions and 1072 deletions

View File

@@ -31,11 +31,17 @@ python3 tools/email_send.py "dest@email.com" "Subiect" "Corp mesaj"
- **API:** `kanban/api.py`
- **Update task:** `python3 kanban/update_task.py`
### YouTube Notes
- **Folder:** `notes/youtube/`
### Notes (toate tipurile)
- **Folder:** `notes/` (subdirectoare: `youtube/`, `retete/`, etc.)
- **Update index:** `python3 tools/update_notes_index.py`
- **Pagina web:** https://moltbot.tailf7372d.ts.net/echo/notes.html
- **Tags domeniu:** `@work`, `@health`, `@growth`, `@sprijin`, `@scout`
**IMPORTANT:** Când salvez orice notă (rețete, youtube, etc.), trebuie să:
1. Salvez în subdirectorul potrivit din `notes/`
2. Rulez `python3 tools/update_notes_index.py` pentru a actualiza indexul
3. Dau link-ul către pagina notes.html
### Git
- **Repo:** ~/clawd → gitea.romfast.ro/romfast/clawd
- **Commit script:** `python3 tools/git_commit.py --push`