多维表格
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Raju Udava 0007908563
Merge pull request #3445 from nocodb/refactor/language
2 years ago
..
useApi fix(gui-v2): baseURL 2 years ago
useDialog chore(gui-v2): add comments to `useDialog` 2 years ago
useGlobal fix(gui-v2): replace isAuthenticated with signedIn 2 years ago
useInjectionState fix: use function scope instead of vue's effect scope 2 years ago
useSidebar feat(gui-v2): extend localStorage in useSidebar 2 years ago
useTheme fix: setTheme make theme parameter optional 2 years ago
useUIPermission feat(gui-v2): make shared views editable 2 years ago
index.ts feat(gui-v2): implement customizable theme vars 2 years ago
useAttachment.ts
useColors.ts
useColumn.ts fix(gui-v2): ternary condition correction 2 years ago
useColumnCreateStore.ts chore(gui-v2): add shims for 'just-clone' pkg 2 years ago
useDashboard.ts
useExpandedFormStore.ts fix: correct position for i18n include 2 years ago
useGridViewColumnWidth.ts fix/minor cleanup 2 years ago
useLTARStore.ts fix(gui-v2): block expand form in hared grid child list(hm/mm) modal 2 years ago
useMetas.ts fix/Added share view 2 years ago
useProject.ts fix(gui-v2): share project role state across composable using useState 2 years ago
useSharedFormViewStore.ts fix(gui-v2): check if arr exists before mapping 2 years ago
useSharedView.ts chore(gui-v2): lint 2 years ago
useSmartsheetRowStore.ts fix: correct position for i18n include 2 years ago
useSmartsheetStore.ts fix(gui-v2): hide options which is not relevant to sql view 2 years ago
useTable.ts fix: correct position for i18n include 2 years ago
useTabs.ts fix(gui-v2): update default active index 2 years ago
useViewColumns.ts fix(gui-v2): insert view column even if fields array is empty 2 years ago
useViewData.ts fix(gui-v2): keep font color normal even in readonly mode 2 years ago
useViewFilters.ts fix/Filter deletion fixed for shared view 2 years ago
useViewSorts.ts chore/pr comments included 2 years ago
useViews.ts chore(gui-v2): cleanup typecheck issues 2 years ago
useVirtualCell.ts