docs: mark mobile-pages-overhaul tasks complete and sync specs

This commit is contained in:
Alex Blank
2026-05-25 12:52:06 +02:00
parent b363d89768
commit 3a16775188
5 changed files with 197 additions and 7 deletions
@@ -0,0 +1,27 @@
## ADDED Requirements
### Requirement: Tools bottom sheet navigation
The mobile bottom navigation SHALL provide access to both Tool Workshop and Config Profiles through a grouped "Tools" entry.
#### Scenario: Opening Tools menu
- **WHEN** user taps the "Tools" item in the mobile bottom navigation
- **THEN** a bottom sheet slides up showing "Tool Workshop" and "Config Profiles" options
#### Scenario: Navigating to Tool Workshop
- **WHEN** user taps "Tool Workshop" in the bottom sheet
- **THEN** the bottom sheet closes and the app navigates to the Tool Workshop page
#### Scenario: Navigating to Config Profiles
- **WHEN** user taps "Config Profiles" in the bottom sheet
- **THEN** the bottom sheet closes and the app navigates to the Config Profiles page
#### Scenario: Closing bottom sheet without selection
- **WHEN** user taps outside the bottom sheet or swipes down
- **THEN** the bottom sheet closes without navigation
### Requirement: Active state indication
The "Tools" bottom nav item SHALL indicate when either Tool Workshop or Config Profiles is the active page.
#### Scenario: Active page indication
- **WHEN** user is viewing Tool Workshop or Config Profiles
- **THEN** the "Tools" item in the bottom nav appears active/highlighted