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

179
notes/index.json Normal file
View File

@@ -0,0 +1,179 @@
{
"notes": [
{
"file": "youtube/2026-01-30_clawdbot-personal-os-kitze.md",
"title": "How I Use Clawdbot to Run My Business and Life 24/7",
"date": "2026-01-30",
"tags": [
"clawdbot",
"productivity",
"personas",
"automation"
],
"domains": [
"work",
"growth"
],
"video": "https://youtu.be/YRhGtHfs1Lw",
"tldr": "Kitze folosește **UN SINGUR gateway Clawdbot** cu **MULTIPLE PERSONAS** pe Telegram/Discord. Fiecare personă are:\n- Personalitate diferită (avatar, stil de vorbit)\n- Skills diferite (acces la tool-uri...",
"category": "youtube"
},
{
"file": "youtube/2026-01-29_remotion-skill-claude-code.md",
"title": "How people are generating videos with Claude Code (Remotion Skill)",
"date": "2026-01-29",
"tags": [
"remotion",
"claude-code",
"video",
"automation"
],
"domains": [
"work"
],
"video": "https://youtu.be/7OR-L0AySn8",
"tldr": "Remotion Skill permite generarea de videouri programatic cu Claude Code. Funcționează prin React components → video export. Demo live: Claude creează animații YouTube (like, subscribe, cursor) doar di...",
"category": "youtube"
},
{
"file": "youtube/2026-01-29_gsd-framework-claude-code.md",
"title": "Forget Ralph Loops: The New GSD Framework for Claude Code",
"date": "2026-01-29",
"tags": [
"claude-code",
"gsd",
"framework",
"sub-agents",
"automation"
],
"domains": [
"work"
],
"video": "https://www.youtube.com/watch?v=l94A53kIUB0",
"tldr": "GSD (Get Shit Done) este un framework open-source pentru Claude Code care orchestrează sub-agenți pentru a completa proiecte urmând spec-driven development. Rezolvă problema \"context bloat\" prin rular...",
"category": "youtube"
},
{
"file": "youtube/2026-01-29_greseli-post-apa.md",
"title": "Greșeli frecvente în timpul postului doar cu apă",
"date": "2026-01-29",
"tags": [
"post",
"water-fasting",
"sănătate",
"detox"
],
"domains": [
"health"
],
"video": "https://youtu.be/4QjkI0sf64M",
"tldr": "Greșelile frecvente pe care le fac oamenii când țin post terapeutic cu apă și cum să le eviți. Puncte cheie: pregătire corectă, curățarea colonului, calitatea apei, și importanța scopului spiritual.",
"category": "youtube"
},
{
"file": "youtube/2026-01-29_cloudflare-tunnel-localhost-public.md",
"title": "Cloudflare Tunnel: Make Localhost Public Without Port Forwarding",
"date": "2026-01-29",
"tags": [
"cloudflare",
"tunnel",
"localhost",
"networking",
"devops"
],
"domains": [
"work"
],
"video": "https://youtu.be/etluT8UC-nw",
"tldr": "Cloudflare Tunnel permite expunerea unui server local (localhost) pe internet printr-un domeniu public, fără port forwarding, fără configurare router, fără expunerea IP-ului public. App-ul rămâne pe m...",
"category": "youtube"
},
{
"file": "youtube/2026-01-29_clawdbot-security-vulnerabilities.md",
"title": "It Got Worse (Clawdbot) - Security Vulnerabilities",
"date": "2026-01-29",
"tags": [
"clawdbot",
"security",
"vulnerabilities",
"hacking"
],
"domains": [
"work"
],
"video": "https://youtu.be/rPAKq2oQVBs",
"tldr": "Video critic despre vulnerabilitățile de securitate ale Clawdbot - sute/mii de instanțe au fost compromise. Probleme principale: porturi default, parole lipsă, reverse proxy misconfigurat, skills mali...",
"category": "youtube"
},
{
"file": "youtube/2025-01-30_clawdbot-5-use-cases.md",
"title": "5 Insane ClawdBot Use Cases You Need To Do Immediately",
"date": "2025-01-30",
"tags": [
"clawdbot",
"automation",
"productivity",
"ai-assistant"
],
"domains": [
"work"
],
"video": "https://www.youtube.com/watch?v=b-l9sGh1-UY",
"tldr": "5 use case-uri pentru ClawdBot care îl transformă dintr-un simplu chatbot într-un asistent proactiv care lucrează pentru tine chiar și când dormi.",
"category": "youtube"
},
{
"file": "youtube/2025-01-30_claude-code-do-work-pattern.md",
"title": "The Most Powerful Claude Code Pattern I've Found",
"date": "2025-01-30",
"tags": [
"claude-code",
"skills",
"workflow",
"automation",
"do-work"
],
"domains": [
"work"
],
"video": "https://youtu.be/I9-tdhxiH7w",
"tldr": "Un pattern puternic pentru Claude Code: **Do Work** - o coadă de task-uri pe care Claude le procesează automat, unul câte unul, în sub-agenți cu context curat. Ideea cheie: **construiește tool-uri pen...",
"category": "youtube"
},
{
"file": "retete/ciorba-burta-falsa-cu-pui.md",
"title": "Ciorbă de Burtă Falsă cu Pui și Ciuperci Pleurotus",
"date": "",
"tags": [],
"domains": [],
"video": "",
"tldr": "",
"category": "retete"
}
],
"stats": {
"total": 9,
"by_domain": {
"work": 7,
"health": 1,
"growth": 1,
"sprijin": 0,
"scout": 0
},
"by_category": {
"youtube": 8,
"retete": 1
}
},
"domains": [
"work",
"health",
"growth",
"sprijin",
"scout"
],
"categories": [
"youtube",
"retete"
]
}