Commit Graph

1197 Commits

Author SHA1 Message Date
navi
d142b097ad Merge pull request #3835 from nocodb/refactor/icon-update
refactor(gui): update with new icon
2022-09-29 13:16:51 +01:00
Pranav C
ac74f27f5e refactor(gui): update with new icon
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-09-29 17:29:02 +05:30
Raju Udava
0c542ee17a test: preview-mode corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-09-29 13:52:28 +05:30
braks
81fd277186 fix(nc-gui): pass editEnabled as ref 2022-09-28 17:37:37 +02:00
braks
5ac9f62acb chore(nc-gui): lint 2022-09-28 17:36:39 +02:00
braks
cde7a5234d feat(nc-gui): add useMultiSelect composable 2022-09-28 17:36:38 +02:00
elvus
61c42da3ef chore(nc-gui): add comments 2022-09-28 17:36:02 +02:00
elvus
3b0b44afb6 feat(nc-gui): implement multi-select rows and copy paste 2022-09-28 17:35:56 +02:00
braks
9cccc722b6 refactor(nc-gui): remove lazy load from expanded form header 2022-09-28 13:35:40 +02:00
braks
2e07a32bb0 chore(nc-gui): cleanup text area cell 2022-09-28 13:30:40 +02:00
braks
345bdd45b3 fix(nc-gui): text area prop type 2022-09-28 13:30:40 +02:00
braks
a1a4edbc4a fix(nc-gui): jumping dropdowns 2022-09-28 13:30:40 +02:00
braks
8679d1d25d fix(nc-gui): useTabs not redirecting correctly 2022-09-28 13:30:40 +02:00
braks
9dc5c11643 fix(nc-gui): check if activeTab exists 2022-09-28 13:30:40 +02:00
braks
71ccf80beb fix(nc-gui): lazy load breaks item chip 2022-09-28 13:30:40 +02:00
braks
4766018549 fix(nc-gui): remount EditOrAdd on dropdown open 2022-09-28 13:30:40 +02:00
Pranav C
1a8417cb18 chore(gui): lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-09-28 13:30:40 +02:00
Pranav C
91cf9e6153 fix(gui): use row prop only for setting initial value
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-09-28 13:30:40 +02:00
braks
0546e42d35 fix(nc-gui): merge sidebar storage defaults 2022-09-28 13:30:40 +02:00
braks
f060043711 fix(nc-gui): EditOrAdd not mounting properly 2022-09-28 13:30:40 +02:00
braks
2f925e008f fix(nc-gui): right sidebar state not restored 2022-09-28 13:30:40 +02:00
braks
360290a526 fix(nc-gui): toggle left sidebar state on mount 2022-09-28 13:30:40 +02:00
braks
965a9a1ed3 fix(nc-gui): EditOrAdd not mounting properly 2022-09-28 13:30:40 +02:00
braks
f9e30cde6d fix(nc-gui): webhooks drawer 2022-09-28 13:30:40 +02:00
braks
d33142b3c3 chore(nc-gui): cleanup 2022-09-28 13:30:40 +02:00
braks
e7e66570c5 refactor(nc-gui): lazy load 2022-09-28 13:30:40 +02:00
braks
6aedcf62b5 fix(nc-gui): resolve components instead of dynamic import 2022-09-28 13:30:40 +02:00
braks
a40fdadd55 chore(nc-gui): prop type 2022-09-28 13:30:40 +02:00
braks
2fcd404ce0 chore(nc-gui): remove log 2022-09-28 13:30:40 +02:00
braks
cd30e58361 chore(nc-gui): lint 2022-09-28 13:30:40 +02:00
braks
4f1bdcf6d1 fix(nc-gui): resolve components 2022-09-28 13:30:40 +02:00
braks
5b53c48894 refactor(nc-gui): use lazy load 2022-09-28 13:30:40 +02:00
braks
90b3da67ab fix(nc-gui): refactor issues 2022-09-28 13:30:40 +02:00
braks
4c29fa18ff refactor(nc-gui): use lazy load and cleanup imports 2022-09-28 13:30:40 +02:00
braks
fc343f8583 chore(nc-gui): use nuxt img 2022-09-28 13:30:39 +02:00
braks
344d6d71dd refactor(nc-gui): lazy load monaco editor 2022-09-28 13:30:39 +02:00
braks
b07f52bb40 refactor(nc-gui): use lazy load and cleanup imports 2022-09-28 13:30:39 +02:00
braks
2351718931 refactor(nc-gui): add no-prefetch to external links 2022-09-28 13:30:39 +02:00
braks
4cd0da5874 refactor(nc-gui): remove imports 2022-09-28 13:30:39 +02:00
braks
96e1453364 chore(nc-gui): update nuxt config 2022-09-28 13:30:39 +02:00
braks
f3048dd713 refactor(nc-gui): move smartsheet components into smartsheet dir 2022-09-28 13:30:39 +02:00
braks
008f644459 refactor(nc-gui): add client suffix to monaco editor component 2022-09-28 13:30:39 +02:00
braks
3e7ece9ccf refactor(nc-gui): overlay transition 2022-09-28 13:30:39 +02:00
braks
ee444604d9 refactor(nc-gui): use lazy components 2022-09-28 13:30:39 +02:00
Chetan Verma
5b3c135943 fix(nc-gui): gallery view icon removing test code 2022-09-26 03:50:27 +05:30
Chetan Verma
034ce7124f fix(nc-gui): removing extra whitespace 2022-09-26 03:49:01 +05:30
Chetan Verma
c9ad65ac37 fix(nc-gui): adding min-w-4 to icons in gallery view drawer 2022-09-26 03:45:08 +05:30
navi
4dc021a737 Merge pull request #3796 from nocodb/feat/3781-app-store
Feat: Limit app store access to super admin
2022-09-24 19:50:58 +01:00
Pranav C
5532fad47c Merge pull request #3795 from chetanverma16/develop
fix(nc-gui): adding max-width-250px to sharedViewList password
2022-09-24 18:08:57 +05:30
Pranav C
ae73504def refactor(gui): linting and type correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-09-24 17:53:15 +05:30