feat: add optional colour coding for mailboxes#420
Open
nathanschram wants to merge 2 commits intokurrier-org:mainfrom
Open
feat: add optional colour coding for mailboxes#420nathanschram wants to merge 2 commits intokurrier-org:mainfrom
nathanschram wants to merge 2 commits intokurrier-org:mainfrom
Conversation
Adds the ability to set a color on each mailbox, which renders as a colored dot in the sidebar navigation. Includes: - New `color` column (nullable text) on the mailboxes table - Drizzle migration (0015_add_mailbox_color.sql) - `updateMailboxColor` server action for changing mailbox colors - `MailboxColorPicker` component with 8 preset color swatches - Color dots in both `MailboxNav` and `UnifiedMailboxNav` - Optional color selection when creating new folders Closes kurrier-org#278
…Kind Biome auto-fix: import type for type-only imports, alphabetical import ordering. Replace local MailboxKind type with canonical @Schema import. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #278
Adds optional colour coding for mailboxes - a small colour dot in the sidebar and a popover picker that appears on hover.
What this does:
colorcolumn to the mailboxes table (+ migration)MailboxColorPickercomponent - 8 preset Mantine swatches, popover on hoverHappy to adjust the palette, dot size, or approach if you'd prefer something different.