feature/data-management-tab #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/data-management-tab"
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?
Add the data export and data deletion functionality
Pick up on some frontend chores and UX enhancements
Move export modal close listener outside submit handler (was { once: true }, breaking subsequent previews). Use event delegation on the overlay. Pass locale from request to _scope_label so month names match the UI language.- Fix mobile tabs broken by scoping `nav a { display:none }` to `.app-header nav a` - Style select/dropdown elements to match input aesthetic with custom chevron - Remove day granularity from data tab; add per-entry export button to journal toolbar and mobile sheet - Remove share/unshare from desktop header; move to mobile bottom sheet only - Fix CSP violations in admin by replacing inline onclick/onsubmit with data-* + nonce'd script - Replace sign-out text with power icon in header - Center forms in security and data tabs - Style export link in delete modal with accent color