feat(launcher): render news.md in detail panel for news entry

Static 'coming soon' stub authored as Markdown with JSON-frontmatter
title. Loaded once on init, parsed via the same fm + md helpers as
modules. Live news (Gitea-API or RSS) deferred — single-source-of-
truth in the launcher repo keeps update-pace under our control.
This commit is contained in:
Calic
2026-06-11 02:39:01 +02:00
parent 94b55c42f2
commit 10d0ab6529
2 changed files with 41 additions and 0 deletions

22
news.md Normal file
View File

@@ -0,0 +1,22 @@
---
{"title":"News","published":"2026-06-11"}
---
# Sporel News
## Coming soon
Live news will eventually appear here — release notes, mod-of-the-week,
known-issue advisories. For now this is a static stub.
## What works today
- Master-detail launcher with per-module description + dep-status
- Hero carousel with auto-rotate
- Dep-conflict ambient-tint + launch-modal
## What we are working on next
- Live news source (Gitea-API or RSS-feed)
- Module-categories filter (Game / Tool / Test)
- Last-played persistence