Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Format: weekly entries grouped by feature area.

---

## 2026-04-12 — Sidebar Nav Alignment

### Changed
- Align sidebar nav rows (Inbox, Journal, Tasks) with folder/file row styling for visual consistency — match height, padding, border-radius, font size, and gap from the tree node primitive

---

## 2026-04-11 — Settings Modal Scroll Fix and Sidebar Action Reorder

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export function SidebarNav({
tooltip={tooltipLabel}
isActive={active}
onClick={onNavClick(item.page)}
className="h-7 rounded-[5px] p-0 pl-1 pr-2.5 gap-1.5 text-[13px] leading-4 font-medium text-sidebar-foreground"
>
<item.icon />
<span>{item.title}</span>
Expand Down
Loading