diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-03 00:14:27 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-03 00:14:27 -0400 |
| commit | c74799496ce598d2563f061b0e7cd14a7c1821d4 (patch) | |
| tree | da1205b76035d8abb09ca1d7507bba98777ec0ce /todo.org | |
| parent | 1988bc89a9736642267573248cbc0c3040397f18 (diff) | |
| download | archsetup-c74799496ce598d2563f061b0e7cd14a7c1821d4.tar.gz archsetup-c74799496ce598d2563f061b0e7cd14a7c1821d4.zip | |
chore(todo): close the bt icon-color and close-button tasks
Diffstat (limited to 'todo.org')
| -rw-r--r-- | todo.org | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -74,11 +74,17 @@ Shipped (dotfiles =38171e8=). =run_speedtest_stream= runs speedtest-go's plain m Craig's ask (roam inbox, 2026-07-02): the speedtest only shows results at the end; typical speedtest UIs report the numbers as they come in. Stream the CLI's progress into the results box as it arrives, then the final numbers at the end. Screenshot: ~/pictures/screenshots/2026-07-02_225441.png. -** TODO [#C] Bluetooth bar icon: gray instead of the bar's white :bug:waybar:bluetooth:solo: -Craig's report (roam inbox, 2026-07-03): the bluetooth waybar icon renders gray, not the same white as the other bar module icons. Likely the idle/dim styling on the =custom/bluetooth= glyph (the indicator ships a "plain dim idle" state) or a missing color rule in the waybar css. Cosmetic × every glance → P3. +** DONE [#C] Bluetooth bar icon: gray instead of the bar's white :bug:waybar:bluetooth:solo: +CLOSED: [2026-07-03 Fri] +Fixed (dotfiles =27d8eda=). Root cause: the =on= state sat in the css dim group with off/absent/degraded (a deliberate "idle dims" choice that read as broken). Removed =.on= from the dim rule in all three css copies (dupre, hudson, live style.css — the theme-drift guard suite pins them together); indicator docstring updated. Live-verified: SIGUSR2 css reload, bar screenshot shows the bt glyph in the bar's resting white alongside battery/text. -** TODO [#B] Bluetooth panel: close button like the net panel :feature:waybar:bluetooth:solo: -Craig's ask (roam inbox, 2026-07-03): the bt panel needs a close button matching the network panel's. Mirror the net panel's affordance (Blueprint UI + handler). +Craig's report (roam inbox, 2026-07-03): the bluetooth waybar icon renders gray, not the same white as the other bar module icons. + +** DONE [#B] Bluetooth panel: close button like the net panel :feature:waybar:bluetooth:solo: +CLOSED: [2026-07-03 Fri] +Shipped (dotfiles =42c93d6=): a flat circular Close button right of the tab switcher (accessible "Close" label, "Close (Esc)" tooltip), wired to window.close. The bt smoke asserts it exists AND that clicking it exits the panel (run green live). Plot twist answered in-session: the net panel had no close button either — Craig's leaner-chrome pass removed it 2026-07-01 (787b475) on the Esc-suffices theory; he asked where it went, so it was restored with the same tab-row button (=6a0aff7=, net smoke extended the same way). Both panels match again. + +Craig's ask (roam inbox, 2026-07-03): the bt panel needs a close button matching the network panel's. ** TODO [#B] Bluetooth panel: switch placement + panel title :feature:waybar:bluetooth:solo: Craig's ask (roam inbox, 2026-07-02): move the bluetooth on/off switch above all the buttons. "Bluetooth" becomes the panel's title, with the on/off switch right-justified on that title row. Panel code in ~/.dotfiles =bluetooth/= (GTK4 + Blueprint, phase-2 PanelModel/presenter — see the shipped panel task in Resolved). Presenter tests + the AT-SPI smoke likely need their layout assertions updated. |
