genewildish
  • Joined on 2026-03-13
genewildish merged pull request genewildish/Mainline#31 2026-03-16 10:29:47 +00:00
fix: use theme-aware msg_gradient for ntfy messages
genewildish pushed to feat/color-pick at genewildish/Mainline 2026-03-16 10:29:29 +00:00
b149825bcb Merge branch 'main' into feat/color-pick
001158214c Merge pull request 'feat/color-pick' (#30) from feat/color-pick into main
Compare 2 commits »
genewildish created pull request genewildish/Mainline#31 2026-03-16 10:29:25 +00:00
fix: use theme-aware msg_gradient for ntfy messages
genewildish pushed to feat/color-pick at genewildish/Mainline 2026-03-16 10:26:08 +00:00
1b29e91f9d fix: use theme-aware msg_gradient for ntfy messages
genewildish pushed to main at genewildish/Mainline 2026-03-16 10:13:48 +00:00
001158214c Merge pull request 'feat/color-pick' (#30) from feat/color-pick into main
31f5d9f171 Merge origin/main into feat/color-pick
bc20a35ea9 refactor: Fix import ordering and code formatting with ruff
d4d0344a12 feat: add pick_color_theme() UI and integration
84cb16d463 feat: update scroll.py to use theme message gradient
Compare 13 commits »
genewildish merged pull request genewildish/Mainline#30 2026-03-16 10:13:48 +00:00
feat/color-pick
genewildish pushed to feat/color-pick at genewildish/Mainline 2026-03-16 10:13:20 +00:00
31f5d9f171 Merge origin/main into feat/color-pick
8b696c96ce Merge pull request 'feat/code-scroll' (#29) from feat/code-scroll into main
72d21459ca Merge branch 'main' into feat/code-scroll
58dbbbdba7 Merge pull request 'plugin-based effects architecture, daemon mode with command-and-control (C&C), and display abstraction' (#25) from david/Mainline:effects_plugins into main
7ff78c66ed Merge pull request 'refactor to improve testability and modularization of the mainline terminal application' (#24) from david/Mainline:testability_modularization into main
Compare 12 commits »
genewildish created pull request genewildish/Mainline#30 2026-03-16 10:07:31 +00:00
feat/color-pick
genewildish pushed to feat/color-pick at genewildish/Mainline 2026-03-16 10:06:26 +00:00
bc20a35ea9 refactor: Fix import ordering and code formatting with ruff
d4d0344a12 feat: add pick_color_theme() UI and integration
84cb16d463 feat: update scroll.py to use theme message gradient
d67423fe4c feat: update lr_gradient to use config.ACTIVE_THEME
ebe7b04ba5 feat: add ACTIVE_THEME global and set_active_theme() to config
Compare 10 commits »
genewildish created branch feat/color-pick in genewildish/Mainline 2026-03-16 10:06:26 +00:00
genewildish pushed to main at genewildish/Mainline 2026-03-16 09:16:54 +00:00
8b696c96ce Merge pull request 'feat/code-scroll' (#29) from feat/code-scroll into main
72d21459ca Merge branch 'main' into feat/code-scroll
2229ccdea4 feat: introduce a 'code' mode to display source code lines, add new font assets, and include dedicated tests for code fetching.
f13e89f823 docs: add code-scroll mode design spec
Compare 4 commits »
genewildish merged pull request genewildish/Mainline#29 2026-03-16 09:16:54 +00:00
feat/code-scroll
genewildish pushed to feat/code-scroll at genewildish/Mainline 2026-03-16 09:16:38 +00:00
72d21459ca Merge branch 'main' into feat/code-scroll
58dbbbdba7 Merge pull request 'plugin-based effects architecture, daemon mode with command-and-control (C&C), and display abstraction' (#25) from david/Mainline:effects_plugins into main
7ff78c66ed Merge pull request 'refactor to improve testability and modularization of the mainline terminal application' (#24) from david/Mainline:testability_modularization into main
4228400c43 feat(daemon): add display abstraction and daemon mode with C&C
05cc475858 feat(cmdline): add command-line interface for mainline control
Compare 10 commits »
genewildish created pull request genewildish/Mainline#29 2026-03-16 09:16:33 +00:00
feat/code-scroll
genewildish pushed to main at genewildish/Mainline 2026-03-16 09:13:23 +00:00
58dbbbdba7 Merge pull request 'plugin-based effects architecture, daemon mode with command-and-control (C&C), and display abstraction' (#25) from david/Mainline:effects_plugins into main
4228400c43 feat(daemon): add display abstraction and daemon mode with C&C
05cc475858 feat(cmdline): add command-line interface for mainline control
cfd7e8931e feat(effects): add plugin architecture with performance monitoring
Compare 4 commits »
genewildish merged pull request genewildish/Mainline#25 2026-03-16 09:13:23 +00:00
plugin-based effects architecture, daemon mode with command-and-control (C&C), and display abstraction
genewildish created pull request genewildish/Mainline#28 2026-03-16 09:12:05 +00:00
effects_plugins
genewildish created pull request genewildish/Mainline#27 2026-03-16 09:11:35 +00:00
testability_modularization
genewildish pushed to main at genewildish/Mainline 2026-03-16 09:11:15 +00:00
7ff78c66ed Merge pull request 'refactor to improve testability and modularization of the mainline terminal application' (#24) from david/Mainline:testability_modularization into main
15de46722a refactor: phase 4 - event-driven architecture foundation
35e5c8d38b refactor: phase 3 - API efficiency improvements
cdc8094de2 refactor: phase 2 - modularization of scroll engine
f170143939 refactor: phase 1 - testability improvements
Compare 5 commits »
genewildish merged pull request genewildish/Mainline#24 2026-03-16 09:11:14 +00:00
refactor to improve testability and modularization of the mainline terminal application