fix(web): mobile edit via inline fullscreen #38

Merged
lerko merged 1 commits from fix/mobile-edit into main 2026-05-20 23:17:46 +00:00
Owner

Summary

  • Edit mode was unreachable on mobile — detail pane is display:none !important at ≤900px
  • Edit fields now render inline inside the entry's expansion area with fullscreen takeover (exp-full)
  • ESC exits edit mode from within inputs, Cmd/Ctrl+Enter saves
  • After save, stays on entry showing updated content
  • Desktop behavior unchanged

Closes #32

## Summary - Edit mode was unreachable on mobile — detail pane is `display:none !important` at ≤900px - Edit fields now render inline inside the entry's expansion area with fullscreen takeover (`exp-full`) - ESC exits edit mode from within inputs, Cmd/Ctrl+Enter saves - After save, stays on entry showing updated content - Desktop behavior unchanged Closes #32
lerko added 1 commit 2026-05-20 23:16:42 +00:00
Detail pane is display:none on mobile, so edit mode was unreachable.
Render edit fields directly in the inline expansion with exp-full
takeover. ESC and Cmd+Enter work from within inputs.

Closes #32
lerko merged commit db1dc135d2 into main 2026-05-20 23:17:46 +00:00
lerko deleted branch fix/mobile-edit 2026-05-20 23:17:46 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lerko/nib-v1#38