• Joined on 2026-02-02
blyzer pushed to main at blyzer/tiny-webhook 2026-05-07 20:10:05 +00:00
7dfb3d4a03 feat: add backfill script to push historical tiny orders to n8n
blyzer pushed to main at blyzer/graphs 2026-05-07 19:06:46 +00:00
7959e18210 style: unify filter UI, add custom to-from date picker, and ensure all buttons use pointer cursors
802558510f fix: override native browser date input format to explicitly show DD/MM/YY in custom period selector
df5f60e540 style: unify filter UI, add custom to-from date picker, and ensure all buttons use pointer cursors
b048c963dd feat: hide auto-refresh controls outside of dashboard and update refresh UI design
b986eafb98 feat: replace SSE with Grafana-style client polling and rich date presets
Compare 5 commits »
blyzer pushed to main at blyzer/graphs 2026-05-07 17:09:21 +00:00
3bb46cff1a fix: stabilize color mapping by using persistent global hash and add SSE heartbeat
blyzer pushed to main at blyzer/graphs 2026-05-07 16:25:28 +00:00
d3167dbac1 fix: add X-Accel-Buffering header to bypass Nginx Proxy Manager buffering for SSE
blyzer pushed to main at blyzer/graphs 2026-05-07 16:04:18 +00:00
44028d3b41 feat: add pagination to Clients and Products pages to improve performance with large datasets
blyzer pushed to main at blyzer/graphs 2026-05-07 15:00:38 +00:00
4324e8e078 fix: disable nginx proxy buffering to allow SSE real-time updates in production
blyzer pushed to main at blyzer/graphs 2026-05-07 14:28:46 +00:00
e7f39a1e35 feat: implement consistent 20-color mapping for visible products across dashboard charts
blyzer pushed to main at blyzer/graphs 2026-05-06 21:29:54 +00:00
9e20dc997a feat: implement consistent 20-color mapping for visible products across dashboard charts
blyzer pushed to main at blyzer/graphs 2026-05-06 20:59:54 +00:00
a7bdd07c09 feat: implement consistent color mapping for products across charts
blyzer pushed to main at blyzer/graphs 2026-05-06 20:24:38 +00:00
c15de19180 feat: display revenue as currency in PieChart tooltip
8f17f7b4fd feat: change PieChart to display Revenue by Product instead of quantity
Compare 2 commits »
blyzer pushed to main at blyzer/graphs 2026-05-06 19:48:39 +00:00
8eb5d34247 fix: resolve SyntaxError in backend/index.js causing server crash
blyzer pushed to main at blyzer/graphs 2026-05-06 19:13:38 +00:00
16962c89ee feat: implement SSE real-time frontend updates on new payload reception
blyzer pushed to main at blyzer/graphs 2026-05-06 18:45:54 +00:00
c409276698 feat: unify chart legend styles and fix dynamic tooltip colors
blyzer pushed to main at blyzer/graphs 2026-05-06 18:20:56 +00:00
2c1e75593c feat: increase chart container heights and implement dynamic colored tooltips
blyzer pushed to main at blyzer/graphs 2026-05-06 17:39:19 +00:00
6c2ed8c301 fix: significantly increase X-axis height and margin to completely prevent label cutoff
blyzer pushed to main at blyzer/graphs 2026-05-06 17:10:13 +00:00
1d45dd3649 fix: force all X-axis labels to display on charts and prevent cutoff
blyzer pushed to main at blyzer/graphs 2026-05-06 14:11:41 +00:00
cf3f79b3da fix: invert backend sorting to make new payloads appear first and fix group sorting
blyzer pushed to main at blyzer/graphs 2026-05-06 13:42:38 +00:00
41a1afc0e5 fix: format reception timestamp as DD/MM/YYYY HH:MM:SS
00942fd9b1 feat: display payload reception timestamp on client details page for debugging
Compare 2 commits »
blyzer pushed to main at blyzer/graphs 2026-05-06 12:58:20 +00:00
940b2113cc fix: use robust date parsing utility to handle varying n8n date formats
blyzer pushed to main at blyzer/tiny-webhook 2026-05-05 17:03:26 +00:00
8af4bc9885 fix: map new n8n webhook environment variables in docker-compose