fix(ui): add tooltip fallback for truncated tree item names (#193) #239

Merged
forbes merged 2 commits from fix/tree-tooltip-fallback into main 2026-02-15 09:10:12 +00:00
Owner

Set tooltips on tree widget items so hovering reveals the full name when text is truncated by column width.

Covers all code paths:

  • createNewItem() — initial item creation (columns 0, 1, 2)
  • slotChangeObject() — Label and Label2 property updates
  • slotNewDocument() — document item creation
  • slotRelabelDocument() — document rename

Closes #193

Set tooltips on tree widget items so hovering reveals the full name when text is truncated by column width. Covers all code paths: - `createNewItem()` — initial item creation (columns 0, 1, 2) - `slotChangeObject()` — Label and Label2 property updates - `slotNewDocument()` — document item creation - `slotRelabelDocument()` — document rename Closes #193
forbes added 1 commit 2026-02-15 09:05:32 +00:00
fix(ui): add tooltip fallback for truncated tree item names (#193)
Some checks failed
Build and Test / build (pull_request) Has been cancelled
b60f017363
Set tooltips on tree widget items so hovering reveals the full name
when text is truncated by column width. Covers all code paths:
- createNewItem() — initial item creation (columns 0, 1, 2)
- slotChangeObject() — Label and Label2 property updates
- slotNewDocument() — document item creation
- slotRelabelDocument() — document rename

Closes #193
forbes added 3 commits 2026-02-15 09:10:03 +00:00
fix(ui): adaptive text color for breadcrumb pills (#200)
Some checks failed
Build and Test / build (pull_request) Has been cancelled
7bbe856ba4
Use WCAG relative luminance to choose dark or light text color based
on pill background brightness. Bright backgrounds (Green, Yellow,
Mauve, Teal, Peach) now get dark text (#1e1e2e) instead of the
previous fixed light text (#cdd6f4) that caused poor contrast.

Closes #200
Reviewed-on: #238
Merge branch 'main' into fix/tree-tooltip-fallback
Some checks failed
Build and Test / build (pull_request) Has been cancelled
190834716b
forbes merged commit 6caf7375c2 into main 2026-02-15 09:10:12 +00:00
forbes deleted branch fix/tree-tooltip-fallback 2026-02-15 09:10:12 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#239