Commit Graph

14 Commits

Author SHA1 Message Date
Matthew Raymer
f4856f48aa fix: AmountInput increment/decrement buttons not working
- Fixed input field binding from :value to v-model for proper two-way binding
- Input field now properly reflects programmatic value changes from buttons
- Simplified handleInput method to work with v-model synchronization
- Fixed vite.config.mts fs alias to resolve worker import issues
- Applied ESLint formatting fixes across all component files
- Maintains comprehensive debugging logs for event flow tracing

The issue was that :value creates one-way binding, so when increment/decrement
methods updated displayValue programmatically, Vue wasn't updating the DOM.
v-model creates proper two-way binding that synchronizes both directions.
2025-06-30 06:36:30 +00:00
959f5f6f63 add another sample boundary frame for the certificate view of a claim 2024-12-18 16:08:48 -07:00
e6f5511dbb add page for a printable certificate (which works but isn't too impressive yet) 2024-12-01 20:20:03 -07:00
7777fa202b finish separation of daily reminder message, bump version to 0.3.34 2024-11-24 13:09:40 -07:00
ef5f81932d Initial stab at vitejs update 2024-03-24 11:18:29 -06:00
e9ad68f2a5 add maskable images 2024-01-03 18:32:38 -07:00
fb425f0d51 update all icon images to our own art 2023-12-19 20:29:19 -07:00
6aa89a1d1d update icon and favicon 2023-12-10 16:53:35 -07:00
639f630436 remove old texture image that's been replaced 2023-06-23 17:37:09 -06:00
aa2f484a9f add the other activity envisioned on the home page (though not sending data yet) 2023-06-22 20:51:06 -06:00
58e962a3bd load stats-world bushes and make 'em grow! 2023-05-17 20:46:40 -06:00
9b1c51ba15 adjust stats-world perspective & size & colors 2023-05-16 18:56:50 -06:00
a9844e6e78 add beginning of visualization for statistics, unmodified from blog code 2023-05-16 06:22:19 -06:00
Matthew Aaron Raymer
4952e17fa4 init 2022-11-16 14:48:22 +08:00