Fix dashboard hydration and archive theming
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
## ADDED Requirements
|
||||
|
||||
### Requirement: Expense tracking UI renders correctly in both themes
|
||||
The system SHALL render the expense tracking workspace, history list, forms, and item states with readable contrast in both light and dark themes.
|
||||
|
||||
#### Scenario: Expense workspace renders in dark mode
|
||||
- **WHEN** the user opens the expense tracking view while dark mode is active
|
||||
- **THEN** the form card, history card, inputs, actions, and expense rows use dark-compatible colors and remain readable
|
||||
|
||||
#### Scenario: Expense workspace renders in light mode
|
||||
- **WHEN** the user opens the expense tracking view while light mode is active
|
||||
- **THEN** the form card, history card, inputs, actions, and expense rows use light-compatible colors and remain readable
|
||||
Reference in New Issue
Block a user