feat(v4): Update the help center portal design (#10296)

Co-authored-by: Pranav <pranavrajs@gmail.com>
This commit is contained in:
Sivin Varghese
2024-10-24 10:39:36 +05:30
committed by GitHub
parent 6d3ecfe3c1
commit a3855a8d1d
144 changed files with 6376 additions and 6604 deletions

View File

@@ -6,6 +6,8 @@ export const getters = {
},
isFetchingPortals: state => state.uiFlags.isFetching,
isCreatingPortal: state => state.uiFlags.isCreating,
isSwitchingPortal: state => state.uiFlags.isSwitching,
portalBySlug:
(...getterArguments) =>
portalId => {
@@ -23,4 +25,5 @@ export const getters = {
},
count: state => state.portals.allIds.length || 0,
getMeta: state => state.meta,
isSwitching: state => state.isSwitching,
};