chatwoot/app/javascript/dashboard/components/layout/sidebarComponents
Pranav 77b718c22c
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: Remove user.permissions, resolve it from accounts (#9990)
Remove the `user.permissions` field and resolve the permissions directly
from the accounts array in the user. This change ensures that the cache
or previous values from the last active account don't affect the
permissions.

In this PR: 
- Remove user.permissions usage, replace it with getUserPermissions
method.
- Remove json.permissions from user.json.jbuilder
2024-08-21 11:36:26 +05:30
..
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
AccountContext.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
AccountSelector.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
AddAccountModal.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
AgentDetails.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
Logo.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
NotificationBell.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
OptionsMenu.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
Primary.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
PrimaryNavItem.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
Secondary.vue fix: Remove user.permissions, resolve it from accounts (#9990) 2024-08-21 11:36:26 +05:30
SecondaryChildNavItem.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
SecondaryNavItem.vue feat: Rewrite configMixin to a composable (#9921) 2024-08-14 12:56:30 +05:30