feat: polish inbox detail panel with icons, layout, and alignment - #142
Merged
Conversation
Add emoji field to SuggestedNote type and pipe it from note cache through the suggestions API to the renderer.
Display folder emoji/icon in dropdown trigger and list items. Show note emoji for AI-suggested notes. Stack File to and Tags line by line instead of side by side. Simplify dropdown by removing confidence percentages and navigation hints.
Extract image/favicon/fallback rendering into PreviewImage component. Remove unused metadata fields (author, publishedDate, siteName). Flatten conditional rendering for YouTube vs standard previews.
Set inbox and task detail panels to top-[37px] to sit flush below the tab bar (was top-10/40px leaving a 3px gap). Narrow inbox panel from 460px to 380px to match task detail drawer width.
h4yfans
added a commit
that referenced
this pull request
May 6, 2026
feat: polish inbox detail panel with icons, layout, and alignment
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.
What
Polish the inbox detail panel: show folder/note emoji icons, stack filing sections vertically, align panels to tab bar, and simplify UI.
Why
Folder and note icons weren't surfacing in the filing UI despite being available in the vault. Side-by-side layout for File to / Tags was cramped at narrower panel widths. The 3px gap between the panel top and tab bar was visually distracting.
How
emojifield from note cache through the suggestions API to the rendererNoteIconDisplayfor folders and notes throughout the filing section dropdownflex(horizontal) toflex-col(vertical stacking)top-[37px](matching day panel) instead oftop-10(40px)PreviewImagecomponent from link preview, remove unused metadataType
feat— new featurerefactor— restructure without behavior changefix— bug fixTest plan
Tested by running
pnpm devand verifying:Checklist