Add back button to full-screen sheets (Person Notes, Templates, Settings) #52
Labels
No labels
bug
chore
feature
spike
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
utilities/Logbook#52
Loading…
Reference in a new issue
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?
Goal
Add a visible back/close button to all full-screen sheets — Person Notes, Template entry, Settings, and any others using
SlideOverSheetHost— instead of relying solely on the system Back gesture/button.Motivation
SheetHost.ktcurrently closes sheets only viaBackHandleron system Back; there's no in-sheet close affordance inSettingsSheet.ktor the sheet stubs, which is inconsistent with typical full-screen sheet UX and harder to discover.Acceptance criteria
SlideOverSheetHost/shared sheet-chrome level so future sheets get it for free, rather than per-sheetNon-goals / constraints
Related
Touches the same stub sheets as #32 (Person Notes) and #33 (Template entry), which are still placeholders — this issue may land before or alongside their real implementations