Add tab system for someday lists allowing categorization (e.g. Private, Work, Family). Lists can be assigned to tabs via tag icon dropdown in list headers. Tabs appear in the someday label column for filtering. Double-click tab name to rename. Tabs persist in DB via new SomedayList.tab field. Also add hover-overlay prev/next day/week navigation arrows on left and right sides of the weekly grid, and fix first hour label clipping. i18n: tab translations for EN, DE, FR, ES, IT. v1.25.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 lines
107 B
SQL
3 lines
107 B
SQL
-- AlterTable: Add tab field to SomedayList
|
|
ALTER TABLE "SomedayList" ADD COLUMN IF NOT EXISTS "tab" TEXT;
|