chore: verify mobile back button positioning (task 6)
Confirmed data-mobile-tab-bar attribute is present on Dashboard tab bar, useMobileBackButton composable correctly calculates positioning, and all views (CloudFolder, Chat, Marketplace, AppDetails) use it properly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e85da61670
commit
dfe96cdb6f
@ -35,7 +35,7 @@ After getting Claude Max OAuth working on the live server, hardening the deploy
|
||||
- **Change**: Marketplace.vue line 76: add `hidden md:flex` to header container. Home.vue: reduce `mb-8` to `mb-4 md:mb-8` on welcome header. Apps.vue, Cloud.vue, Server.vue already have `hidden md:block` — confirmed correct.
|
||||
- **Verify**: All views on mobile viewport — headings hidden, no wasted space
|
||||
|
||||
### Task 6: Verify mobile back button positioning
|
||||
### Task 6: Verify mobile back button positioning [DONE]
|
||||
- **Files**: `neode-ui/src/views/Dashboard.vue` (check for `data-mobile-tab-bar` attribute)
|
||||
- **Change**: Ensure tab bar element has `data-mobile-tab-bar` attribute so `useMobileBackButton` composable works. CloudFolder.vue already uses this correctly.
|
||||
- **Verify**: CloudFolder on mobile — "Back to Cloud" button floats 8px above tab bar
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user