Document theme color rule and check off completed frontend tasks

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
rzuasti
2026-06-01 07:56:02 -04:00
co-authored by Claude Opus 4.7
parent d94cc2183d
commit 0e43194492
2 changed files with 6 additions and 86 deletions
+1
View File
@@ -54,4 +54,5 @@ For Flutter/Dart code:
- When adding a new API endpoint, ALWAYS wire it to the OpenAPI generation
- When adding a significant chunk of new code (either Rust or Dart), run the corresponding linter
- In the frontend, use the UISnackbars component to display messages to the user that do not require action on their part.
- In the frontend, always use colors from the selected theme. Never hard code colors any other way. If a color is needed and it's not covered semantically by the theme, suggest an addition to the theme extension implemented in the project.
- In the backend Rust code, avoid import aliases ("use ... as ...") unless necessary