Commit 2be045a
committed
feat(ui): enhance compact mode and preview search experience
- Refactored constants.py for clarity and simplified config value
retrieval.
- Improved compact mode UI: reduced margins, spacing, and row/image
sizes for denser layout.
- Updated controller to resize window more aggressively in compact mode
and repopulate list for style consistency.
- Enhanced preview window search bar with match counter,
next/previous/close buttons, and colored highlights for all/current
matches.
- Limited preview list row text to 1 line and 80 chars in compact mode
for better readability.
- Improved CSS for compact mode and preview components.1 parent 2e800c2 commit 2be045a
7 files changed
Lines changed: 270 additions & 423 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | | - | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
| 119 | + | |
| 120 | + | |
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments