iachat/app/javascript/dashboard
Sivin Varghese ebf3b46f0d
fix: TypeError cannot read properties of undefined (reading '$store') (#9777)
This issue is an extremely narrow edge case that does not affect the app functionality. It occurs here

1. `executeRecurringNotification` is the method that sets a timeout of 30 seconds and pings as required
2. This method is triggered when one of the following events happen `click`, `touchstart`, `keypress`, `keydown`
3. The class in question is initalized before the Vue app is mounted in `application.js`, the vue app is mounted on `window.onload` event
4. In a case where the Vue app is not created (i.e. `window.onload` event is not fired) within 30 seconds of a user input, this error occurs.
2024-07-15 18:50:43 +05:30
..
api 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
assets chore: Remove word spacing from p (#9353) 2024-05-06 18:27:56 -07:00
components 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
composables 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
constants feat: Better SLA missed events popover (#9215) 2024-04-10 12:49:38 +05:30
helper fix: TypeError cannot read properties of undefined (reading '$store') (#9777) 2024-07-15 18:50:43 +05:30
i18n feat: Enable gmail channel (#9622) 2024-06-13 13:01:05 +05:30
mixins 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
modules chore: Move frontend authorization to permission based system (#9709) 2024-07-03 15:13:16 -07:00
routes fix: TypeError cannot read properties of undefined (reading 'data') (#9766) 2024-07-12 09:21:40 +05:30
store 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
App.vue feat: Reconnect logic (#9453) 2024-06-03 15:54:19 +05:30
featureFlags.js feat: Linear front end (#9491) 2024-05-23 11:58:24 +05:30