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 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.
wagesj45 pushed to master at wagesj45/advanced-calculator 2025-08-28 04:12:41 -05:00
781f7161e5 Handle function insertion on ListBox row taps directly: add Tapped handler to function item Border in DataTemplate and remove global view-level tap handler. Ensures handler is tied to list rows, not the toggle button.
wagesj45 pushed to main at wagesj45/wagenet-ip-ban-list 2025-08-28 04:05:03 -05:00
89d5f64631 Update banned IP list — 2025-08-28 04:05:01 CDT
wagesj45 pushed to master at wagesj45/advanced-calculator 2025-08-28 03:57:55 -05:00
8a5a50fcaa Use ListBoxItem taps to insert functions: remove inner Button from functions list template, keep item DataContext as FunctionDefinitionItem, and handle tap in code-behind by executing InsertFunctionCommand with the tapped item. Mirror history list clipboard pattern. Name flyout root for clarity.
wagesj45 pushed to master at wagesj45/advanced-calculator 2025-08-28 03:50:40 -05:00
ad8e178484 Fix function list DataTemplate binding: keep item DataContext (FunctionDefinitionItem) and bind Button.Command to parent MainViewModel via ancestor binding. Pass item as CommandParameter. Prevents binding errors for FunctionName/FunctionDescription.
wagesj45 pushed to master at wagesj45/advanced-calculator 2025-08-28 03:38:13 -05:00
4a9f850c35 Update MainView.axaml
wagesj45 pushed to master at wagesj45/advanced-calculator 2025-08-28 03:21:47 -05:00
0ac4d1558f UI: grouped functions palette with category headers/icons/colors; seed full function list and categories
wagesj45 pushed to main at wagesj45/wagenet-ip-ban-list 2025-08-28 03:05:02 -05:00
41931353cb Update banned IP list — 2025-08-28 03:05:01 CDT
wagesj45 pushed to master at wagesj45/advanced-calculator 2025-08-28 02:42:55 -05:00
18c1f18210 Transparancy fix to attempt full long press coverage.