mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
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:
co-authored by
Claude Opus 4.7
parent
d94cc2183d
commit
0e43194492
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user