e678e5590a
Lint & Test / test (push) Successful in 1m54s
Replace TODO-css-improvements.md with TODO-release.md. Add EntityPalette and IconSelect patterns for dynamic entity lists to frontend context.
1.3 KiB
1.3 KiB
TODO
IMPORTANT: Remove WLED naming throughout the app
- Rename all references to "WLED" in user-facing strings, class names, module names, config keys, file paths, and documentation
- The app is LedGrab — not tied to WLED specifically. WLED is just one of many supported output protocols
- Audit: i18n keys, page titles, tray labels, installer text, pyproject.toml description, README, CLAUDE.md, context files, API docs
- Rename
wled_controllerpackage → decide on new package name (e.g.ledgrab) - Update import paths, entry points, config references, build scripts, Docker, CI/CD
- Migration required if renaming storage paths or config keys (see data migration policy in CLAUDE.md)
Donation / Open-Source Banner
- Add a persistent but dismissible banner or notification in the dashboard UI informing users that the project is open-source and under active development, and that donations are highly appreciated
- Include a link to the donation page (GitHub Sponsors, Ko-fi, or similar — decide on platform)
- Remember dismissal in localStorage so it doesn't reappear every session
- Add i18n keys for the banner text (
en.json,ru.json,zh.json) - Configure
DONATE_URLandREPO_URLconstants indonation.tsonce platform is chosen