Commit b666398
committed
Tabs: Always show tooltip with volume name + full path
- Drop `overflowOnly: true` on tab buttons. The check tested the outer button's `scrollWidth`, but the ellipsis lives on the inner `.tab-label` (which has its own `overflow: hidden`), so the button never reported overflow and the tooltip never fired.
- Enrich the tooltip text with the volume's display name (for example `Dropbox — /Users/david/Dropbox/Notes` or `External SSD — /Volumes/T7/photos`), so users can tell at a glance whether a tab is on a local disk, external drive, or cloud volume.1 parent b7c3d96 commit b666398
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
| |||
75 | 83 | | |
76 | 84 | | |
77 | 85 | | |
78 | | - | |
| 86 | + | |
79 | 87 | | |
80 | 88 | | |
81 | 89 | | |
| |||
0 commit comments