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 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.
wagesj45 pushed to master at wagesj45/advanced-calculator 2025-08-28 02:23:13 -05:00
d8e18e813d Updated name, Fixed type conversion
wagesj45 pushed to main at wagesj45/wagenet-ip-ban-list 2025-08-28 02:05:03 -05:00
6dbf1b69cc Update banned IP list — 2025-08-28 02:05:01 CDT
wagesj45 pushed to master at wagesj45/advanced-calculator 2025-08-28 01:54:11 -05:00
cb589569a1 History: handle Tapped at ListBox level to copy output for entire row; switch template back to Grid with ContextMenu; stretch item content for full-row target.
wagesj45 pushed to main at wagesj45/wagenet-ip-ban-list 2025-08-28 01:05:02 -05:00
cc6c326e8b Update banned IP list — 2025-08-28 01:05:01 CDT
wagesj45 pushed to master at wagesj45/advanced-calculator 2025-08-28 00:22:28 -05:00
5702fd6c98 Refactor history item: wrap row Grid in a single Button so the entire list item is the copy target; keep advanced copy actions via context menu.
wagesj45 pushed to master at wagesj45/advanced-calculator 2025-08-28 00:12:55 -05:00
258bf2a44d History list item: make entire row the copy target (span 3 columns) and raise options button with Panel.ZIndex for hover/desktop.
wagesj45 pushed to main at wagesj45/wagenet-ip-ban-list 2025-08-28 00:05:04 -05:00
f85eb68626 Update banned IP list — 2025-08-28 00:05:01 CDT
wagesj45 pushed to master at wagesj45/advanced-calculator 2025-08-28 00:00:50 -05:00
55e3c12e40 Update MainViewModel.cs