chatwoot/app/javascript/sdk
Sivin Varghese abf376940d
Some checks are pending
Publish Chatwoot CE docker images / build (push) Waiting to run
Run Chatwoot CE spec / test (push) Waiting to run
Run Response Bot spec / test (push) Waiting to run
fix: Avoid overflow caused by the empty span element (#9753)
This PR addresses an issue with the `createNotificationBubble` function, which generates an empty `span` element with the class `woot--notification`. This `span` element is currently not utilized anywhere in the code and lacks associated CSS, leading to an overflow issue, specifically in the Firefox browser. It solves the website overflow issue by removing this unused `span` element. This change is unrelated to the unread notification dot, which is working as before.

Fixes https://linear.app/chatwoot/issue/PR-1098/missing-css-for-woot-notification-div
2024-07-10 19:56:46 -07:00
..
specs feat: Use vitest instead of jest, run all the specs anywhere in app/ folder in the CI (#9722) 2024-07-10 08:32:16 -07:00
bubbleHelpers.js fix: Avoid overflow caused by the empty span element (#9753) 2024-07-10 19:56:46 -07:00
constants.js feat: Add an option to use darkMode only in the widget (#7151) 2023-05-22 09:05:05 +05:30
cookieHelpers.js fix: Cookies.set does not stringify JSON (#8807) 2024-01-29 18:14:49 +05:30
DOMHelpers.js fix: widget does not load when navigating on pages with view transition [CW-3249] (#9443) 2024-05-15 10:45:03 +05:30
IFrameHelper.js fix: Avoid overflow caused by the empty span element (#9753) 2024-07-10 19:56:46 -07:00
sdk.js fix: Widget iFrame is adding a white background (#9221) 2024-04-11 21:34:31 +05:30
settingsHelper.js feat: Support Dark mode for the widget (#4137) 2022-04-01 20:59:03 +05:30