Add Sync Templates button to Settings page #51
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#51
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 "Sync Templates" button to the Settings sheet (
SettingsSheet.kt) that triggers an immediate, on-demand fetch/refresh of available templates, with inline feedback while it runs and a result summary afterward.Motivation
Templates are currently only parsed/stored locally via
TemplateRepository/TemplateParser— there's no remote sync path yet, and no way for a user to force a refresh outside of whatever automatic mechanism eventually lands. Users need a way to know when new templates have arrived without waiting.Acceptance criteria
Non-goals / constraints
SyncWorker/EntrySyncEnginepattern indata/sync/is for entries, not templates — this issue is just the manual trigger + UI feedback; a template remote-fetch mechanism may need to be built as part of this or a prerequisite issue)Related
None — first template-sync-related issue