[Bug] Cloud: peer-files 'Back to Cloud' button differs from local files on desktop & mobile #54
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 sharedBackButtoncomponent — so the back-to-cloud control looked different between the two on both desktop and mobile.Fixed:
PeerFiles.vuenow uses the shared<BackButton label="Back to Cloud">component, matching local files exactly on both breakpoints.vue-tscpasses.