Sojan Jose
|
373f5f5b64
|
chore: Disable coverage reports for .vue files (#7214)
- Disable coverage reporting for .vue files
fixes: https://linear.app/chatwoot/issue/CW-1331
|
2023-05-30 19:18:19 +05:30 |
|
Shivam Mishra
|
00ee0478eb
|
feat: IndexedDB based caching for labels, inboxes and teams [CW-50] (#6710)
* feat: allow caching of labels in the account scope
* feat: send cache keys in account json response
* feat: kickstart web worker
* feat: setup basic architecture for workers
* feat: install idb
* feat: add datamanger
* fix: typos
* refactor: rename method
* feat: make init db a manual step
* refactor: separate accountIdFromRoute
* feat: cache enabled API client
* feat: enable caching for inboxes and labels
* feat: enable cache for team
* feat: manage exceptions for team
* feat: add team to data manager
* feat: add a generic listener
* refactor: send only cache keys
* refactor: separate validate method
* feat: add listeners
* feat: add event for revalidate
* feat: add cache keys endpoint
* refactor: fetch cache keys instead of full account data
* fix: key pattern
* feat: don't fetch account for cache_keys
* fix: cache key base class
* refactor: cache keys helper
* feat: add helper
* fix: cache-key update logic
* feat: delete indexeddb on logout
* feat: remove worker.js
* refactor: move data-manager
* refactor: name of file
* feat: add test for DataManager
* refactor: add fake idb to jest setup
* test: cache keys helper
* test: cache keys helper
* test: cache_keys in accounts controller
* refactor: remove cache_keys context
* feat: add policy for cache-keys
|
2023-03-27 12:16:25 +05:30 |
|
Nitin Ramnani
|
f740727177
|
Added testcases for AddReminder Component (#5538)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
|
2022-10-20 00:54:08 +05:30 |
|
Muhsin Keloth
|
4d668d8db3
|
feat: Dedicated tab for campaigns (#2741)
|
2021-08-11 20:29:33 +05:30 |
|
Pranav Raj S
|
d92a6a3078
|
feat: Show date along with time in messages (#1748)
|
2021-02-11 12:10:08 +05:30 |
|
Pranav Raj S
|
c4e2a84f65
|
Feature: Agent Profile Update with avatar (#449)
* Feature: Agent Profile Update with avatar
* Add Update Profile with name, avatar, email and password
|
2020-02-16 17:20:38 +05:30 |
|
Pranav Raj S
|
a3662091c7
|
Add an intermediate pending state for widget messages (#323)
* Add an intermediate pending state for widget messages
* Remove unnecessary setTimeout
* Rename method
|
2019-11-29 17:42:35 +05:30 |
|
Pranav Raj S
|
2783fb6006
|
Move src to dashboard (#152)
|
2019-10-16 14:36:17 +05:30 |
|
Davyd McColl
|
01b72ca051
|
Initial testing with jest (#133)
* 🎉 initial testing with jest
* 👌 update test script names & remove package-lock.json
* 👌 add 'yarn test' step to circle-ci build workflow
|
2019-10-15 00:18:46 +05:30 |
|