ammocpr/lib
Graham McIntire f075ab55fb
Fix price chart destroyed by LiveView DOM patches on filter change
LiveView's morphdom was replacing the canvas element inside the chart
container whenever filters were toggled, destroying the Chart.js
rendering context. Add phx-update="ignore" to the chart container so
LiveView preserves JS-managed children after initial render.
2026-03-13 13:38:45 -05:00
..
ammoprices Add credo with --strict mode and fix all issues 2026-03-12 13:35:12 -05:00
ammoprices_web Fix price chart destroyed by LiveView DOM patches on filter change 2026-03-13 13:38:45 -05:00
ammoprices.ex Initial implementation of ammo price tracker 2026-03-11 15:58:12 -05:00
ammoprices_web.ex Initial implementation of ammo price tracker 2026-03-11 15:58:12 -05:00