nordabiz/static/js
Maciej Pienczyn 720d7a2d7d
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
fix(messages): root cause of double messages — polling re-adds sent message
The actual bug: Composer.send() appends message to DOM via appendMessage(),
then 1-5s later the polling loop fetches the same message from API and
appends it again. Fix: track sent messages in state.messages[convId] so
the polling dedup check (msg.id > newestId) filters them out.

Also removed debug logging.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 16:35:19 +01:00
..
vendor fix(company-edit): host Quill editor locally instead of CDN 2026-03-18 18:12:39 +01:00
analytics-tracker.js fix(zopk): Add Brave API rate limit handling and heartbeat limit fix 2026-02-09 14:43:34 +01:00
conversations.js fix(messages): root cause of double messages — polling re-adds sent message 2026-03-28 16:35:19 +01:00
scroll-animations.js feat: Animacje scroll z IntersectionObserver (Sprint 4) 2026-01-30 14:43:30 +01:00