diff options
Diffstat (limited to 'todo.org')
| -rw-r--r-- | todo.org | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -64,11 +64,24 @@ run telega without a system-wide TDLib build. Mirror the =BASH_SOURCE == 0= guard so the script is sourceable for bats tests; bats test file =tests/test-setup-telega.bats= with =docker= stubbed. -*** TODO [#C] Review and balance dashboard icon layout :refactor: +*** DONE [#C] Review and balance dashboard icon layout :refactor: +CLOSED: [2026-05-14 Thu] Adding the Telegram icon started a third row that has only one entry. Decide whether to (a) leave it asymmetric and let the row fill in as new launchers arrive, (b) move an existing icon down to balance 5/5/2 or similar, or (c) reorganize by category (work / read / chat / play). + +Picked (c) -- the categories actually exist and a 4/4/4 grid +balances cleanly: +- Row 1 Work: Code / Files / Terminal / Agenda +- Row 2 Read & Learn: Feeds / Books / Flashcards / Music +- Row 3 Communication: Email / IRC / Slack / Telegram + +Drive-by fix in the same commit: Music had an icon but no +`dashboard-mode-map' keybinding, so the visual launcher couldn't be +fired without the mouse. Added =m=. Reordered the existing +`define-key' calls to mirror the row layout so reading the keymap +top-to-bottom matches the icons left-to-right. Surfaced when Telegram landed in Row 3 alone. ** DONE [#B] Add VERIFY and DOING blocks to the main agenda view :feature: |
