[Bug] Cloud: peer-files 'Back to Cloud' button differs from local files on desktop & mobile #54

Closed
opened 2026-06-17 20:34:28 +00:00 by lfg2025 · 0 comments
Owner

The peer-files view (PeerFiles.vue) used its own inline desktop link + a separately-styled Teleported mobile button, while local files (CloudFolder.vue) use the shared BackButton component — so the back-to-cloud control looked different between the two on both desktop and mobile.

Fixed: PeerFiles.vue now uses the shared <BackButton label="Back to Cloud"> component, matching local files exactly on both breakpoints. vue-tsc passes.

The peer-files view (`PeerFiles.vue`) used its own inline desktop link + a separately-styled Teleported mobile button, while local files (`CloudFolder.vue`) use the shared `BackButton` component — so the back-to-cloud control looked different between the two on both desktop and mobile. **Fixed:** `PeerFiles.vue` now uses the shared `<BackButton label="Back to Cloud">` component, matching local files exactly on both breakpoints. `vue-tsc` passes.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lfg2025/archy#54
No description provided.