Codex CLI
|
7d6c26d7ef
|
Resolve XAML compiled-binding errors in MainView templates\n\n- Remove x:DataType from DataTemplates to avoid compiled-binding on Button commands.\n- Revert Buttons to runtime-binding using Tag+DataContext pattern without invalid x:DataType.\n- Keep inner visuals typed where appropriate.\n\nFixes parser errors and prior System.Object property resolution issues.
|
2025-08-27 03:49:10 -05:00 |
|
Codex CLI
|
d523b4d51e
|
Quick fix
|
2025-08-27 03:47:01 -05:00 |
|
Codex CLI
|
7a1638ea40
|
Fix compiled binding errors for CommandParameter on Button\n\nUse ancestor DataContext commands and bind parameters directly to item properties.\nResolves: Unable to resolve property 'VariableName' and 'FunctionName' on System.Object in MainView.axaml (lines 45 and 80).
|
2025-08-27 03:43:19 -05:00 |
|
Codex CLI
|
de0486b0b0
|
Fix compiled binding errors by adding x:DataType to elements that override DataContext in MainView.axaml
|
2025-08-27 03:32:07 -05:00 |
|
Codex CLI
|
fa6a24ea30
|
Bindings: fix command lookup in DataTemplates by scoping Button.DataContext to root VM and using Tag to preserve item context; set CommandParameter via Tag.
|
2025-08-27 03:27:26 -05:00 |
|
Codex CLI
|
1667fc8b3d
|
Fix styles as Styles (not ResourceDictionary); replace DataTriggers with width converters; add IsZeroConverter; remove unsupported properties; fix ancestor command bindings; bind SplitView props directly.
|
2025-08-27 03:23:40 -05:00 |
|
Codex CLI
|
7e40c1dc0b
|
Styles: add shared Typography/Scroll resources; add platform overrides (Desktop/Android/Browser) and load via App; switch icons to resource-based sizes and cap history text lines.
|
2025-08-27 03:15:47 -05:00 |
|
Codex CLI
|
a212870d09
|
A11y + empty states: add AutomationProperties names to controls; overlay empty-state hints for Variables and History; add input Watermark.
|
2025-08-27 03:07:30 -05:00 |
|
Codex CLI
|
055c2fae03
|
UX touch-friendly: add Evaluate button; increase min sizes/spacing; make variables/functions tap-to-insert via InsertVariable/InsertFunction commands.
|
2025-08-27 03:03:07 -05:00 |
|
Codex CLI
|
0b06265117
|
UI: Replace two-column Grid with SplitView; add narrow pane toggle; add WidthToBooleanConverter and width-based DisplayMode triggers for a responsive layout across Web, Desktop, Android.
|
2025-08-27 03:00:31 -05:00 |
|
Codex CLI
|
7b1912579f
|
Implement migration plan: models, service, MVVM, XAML layout, icons\n\n- Add Models: HistoryItem, VariableItem, FunctionDefinitionItem, IconFont\n- Add Services: ICalculatorService, CalculatorService wrapping interpreter\n- Update MainViewModel: properties and Submit/ToggleFunctions commands\n- Rebuild Views/MainView.axaml with variables, history, input, functions panel\n- Add BoolToGridLengthConverter for panel toggle\n- Wire Material Design Icons font as Avalonia resource in App.axaml/csproj
|
2025-08-26 01:45:05 -05:00 |
|
|
8110fe420e
|
Setting up source code for Avalonia port.
|
2025-08-25 23:11:13 -05:00 |
|