fix: remove sprint note type references #49
No reviewers
Labels
No labels
domain:backend
domain:devops
domain:frontend
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/pal-e-docs-app!49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "48-remove-sprint-note-type-references"
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?
Summary
Remove the
sprintnote type from the frontend. The sprint note type was removed from the platform as part of pal-e-docs#193; these are the two remaining frontend references.Changes
src/lib/colors.ts-- removedsprint: '#2563eb'from TYPE_COLORS mapsrc/routes/notes/[slug]/edit/+page.svelte-- removed'sprint'from NOTE_TYPES dropdown array, updated comment from 16 to 15Test Plan
npm run buildsucceedssprintreferences insrc/(verified via grep)Review Checklist
Related
Review: LGTM
Files reviewed: 2/2
Findings
No issues found. This is a clean two-line removal:
src/lib/colors.ts--sprint: '#2563eb'removed from TYPE_COLORS. Trailing comma correctly adjusted on the now-finalincidententry.src/routes/notes/[slug]/edit/+page.svelte--'sprint'removed from NOTE_TYPES array. Comment count updated from 16 to 15.Verification
npm run buildpassesgrep -r sprint src/returns zero matches