refactor(calendar): move ical import/export to calendar view #156
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
v0.1.0
v0.1.1
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!156
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refactor/ical-to-calendar"
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?
Problem
iCal import/export controls lived in the settings page alongside account settings like passkeys and OAuth. These are calendar operations and belong with the calendar view.
Solution
Extract import/export into an
IcalPopovercomponent in the calendar header. A ghost button labeled "ical" opens a popover with export (downloads .ics viaGET /api/export/ical) and import (file picker + optional category, samePOST /api/import/icalendpoint). Calendar feed token management (generate/copy/revoke) stays in settings since it is an integration concern.Closes #152