Jordan Wages wagesj45 · he/him
  • Minnesota
  • https://jordanwages.com
  • great american humorist. non-aesthetic socialist libtard. proud appalachian-american.

  • Joined on 2019-09-09
wagesj45 pushed to main at wagesj45/wagenet-ip-ban-list 2025-08-28 20:05:04 -05:00
4c96cec451 Update banned IP list — 2025-08-28 20:05:02 CDT
wagesj45 pushed to main at wagesj45/wagenet-ip-ban-list 2025-08-28 19:05:03 -05:00
59a76c4e9e Update banned IP list — 2025-08-28 19:05:02 CDT
wagesj45 pushed to main at wagesj45/wagenet-ip-ban-list 2025-08-28 18:05:11 -05:00
c39fd5de83 Update banned IP list — 2025-08-28 18:05:01 CDT
wagesj45 pushed to main at wagesj45/wagenet-ip-ban-list 2025-08-28 17:05:04 -05:00
b73e939633 Update banned IP list — 2025-08-28 17:05:01 CDT
wagesj45 pushed to main at wagesj45/wagenet-ip-ban-list 2025-08-28 16:05:02 -05:00
49832ae0d2 Update banned IP list — 2025-08-28 16:05:01 CDT
wagesj45 pushed to main at wagesj45/wagenet-ip-ban-list 2025-08-28 15:05:03 -05:00
daee780138 Update banned IP list — 2025-08-28 15:05:01 CDT
bebd81533a Update banned IP list — 2025-08-28 14:05:01 CDT
df5cd4115e Update banned IP list — 2025-08-28 13:05:01 CDT
b3fffca868 Update banned IP list — 2025-08-28 12:05:01 CDT
Compare 4 commits »
wagesj45 pushed to main at wagesj45/wagenet-ip-ban-list 2025-08-28 11:05:03 -05:00
47d6b6d557 Update banned IP list — 2025-08-28 11:05:02 CDT
wagesj45 pushed to main at wagesj45/wagenet-ip-ban-list 2025-08-28 10:05:03 -05:00
f78fd5c82b Update banned IP list — 2025-08-28 10:05:02 CDT
wagesj45 pushed to main at wagesj45/wagenet-ip-ban-list 2025-08-28 09:05:04 -05:00
afd7c3ea92 Update banned IP list — 2025-08-28 09:05:01 CDT
wagesj45 pushed to main at wagesj45/wagenet-ip-ban-list 2025-08-28 08:05:02 -05:00
062123fbe7 Update banned IP list — 2025-08-28 08:05:01 CDT
wagesj45 pushed to main at wagesj45/wagenet-ip-ban-list 2025-08-28 07:05:03 -05:00
a4c1c828c3 Update banned IP list — 2025-08-28 07:05:01 CDT
wagesj45 pushed to main at wagesj45/wagenet-ip-ban-list 2025-08-28 06:05:03 -05:00
8941b804f0 Update banned IP list — 2025-08-28 06:05:01 CDT
wagesj45 pushed to master at wagesj45/advanced-calculator 2025-08-28 05:26:59 -05:00
60461898ec Not behaving on laptop
wagesj45 pushed to master at wagesj45/advanced-calculator 2025-08-28 05:06:15 -05:00
44b8b36212 theme: fix foreground/background bindings and list backgrounds\n\n- Define CSurface/CForeground colors; remove invalid .Color DynamicResource usage\n- Restore ListBox background to surface for readability\n- Ensure ThemeForegroundBrush resolves correctly so text is visible
wagesj45 pushed to main at wagesj45/wagenet-ip-ban-list 2025-08-28 05:05:03 -05:00
a3c5682eb1 Update banned IP list — 2025-08-28 05:05:01 CDT
wagesj45 pushed to master at wagesj45/advanced-calculator 2025-08-28 05:03:08 -05:00
301347ad73 theme: propagate palette across UI\n\n- Add selection, menus, flyouts, inputs styling\n- Tinted list selection + menu hover via primary\n- TextBox focus ring uses accent\n- Recolor function group headers via brand palette
wagesj45 pushed to master at wagesj45/advanced-calculator 2025-08-28 05:00:39 -05:00
8480975309 theme: add centralized palette and apply across app\n\n- Add Colors.axaml with brand palette (primary/emphasis)\n- Wire into App.axaml; set default window/text styles\n- Theme buttons + variants (success/warning/danger)\n- Align browser splash colors to palette
wagesj45 pushed to master at wagesj45/advanced-calculator 2025-08-28 04:54:47 -05:00
c2bb03044b Got function insertion working
wagesj45 pushed to master at wagesj45/advanced-calculator 2025-08-28 04:37:58 -05:00
2faae1167b Fixed and compiling
wagesj45 pushed to master at wagesj45/advanced-calculator 2025-08-28 04:25:47 -05:00
3985395141 Use single tap handler for functions flyout: add named Flyout with Opened/Closed handlers, remove per-row Tapped, and attach handler to flyout root at runtime. Handler finds tapped ListBoxItem and executes InsertFunctionCommand.