braks
|
c473565410
|
chore(gui-v2): fix types in composables
|
2 years ago |
braks
|
1b87292e97
|
chore(gui-v2): cleanup type issues
|
2 years ago |
braks
|
e771b79772
|
chore(gui-v2): update `components.d.ts`
|
2 years ago |
braks
|
704b641ed0
|
chore(gui-v2): fix types in components
|
2 years ago |
braks
|
cda34f769c
|
chore(gui-v2): fix types in LookupOptions
|
2 years ago |
braks
|
54d4dcdf24
|
chore(gui-v2): fix types in SearchData
|
2 years ago |
braks
|
7c60ebd82c
|
chore(gui-v2): fix types in LockMenu
|
2 years ago |
braks
|
2ff40e3029
|
chore(gui-v2): fix types in Currency, Rating & SingleSelect cells
|
2 years ago |
braks
|
3fa93d0354
|
chore(gui-v2): fix types in Decimal, Integer, DeleteTable & SearchData
|
2 years ago |
braks
|
9131ab6c41
|
chore(gui-v2): fix types in Reload
|
2 years ago |
braks
|
6da3e6422a
|
chore(gui-v2): update email float and url component types
|
2 years ago |
braks
|
e620ffa428
|
chore(gui-v2): update eslint config
|
2 years ago |
braks
|
bfba51c2d2
|
chore(gui-v2): fix types in LinkedToAnotherRecordOptions
|
2 years ago |
braks
|
068075806f
|
chore(gui-v2): fix types in Text & TextArea
|
2 years ago |
braks
|
9c69551085
|
chore(gui-v2): fix types in Lookup
|
2 years ago |
braks
|
b54b93f9c8
|
chore(gui-v2): removed unused prop from ItemChip
|
2 years ago |
braks
|
7e99ad9385
|
chore(gui-v2): fix types of formstate in useColumnCreateStore
|
2 years ago |
braks
|
540d701642
|
chore(gui-v2): remove unused vars
|
2 years ago |
braks
|
c40f1c0834
|
chore(gui-v2): add shims for vue-color
|
2 years ago |
braks
|
ff6c7eaf9b
|
chore(gui-v2,deps-dev): update antfu eslint-config
|
2 years ago |
braks
|
d704c37dbf
|
chore(gui-v2): add eslint rule to error unused vars
|
2 years ago |
Raju Udava
|
bf7b8e8d3e
|
test: cy markers for column edit modal
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Wing-Kam Wong
|
90316f0bfd
|
chore(gui-v2): keep count as v1
|
2 years ago |
Wing-Kam Wong
|
a9670851c8
|
chore(gui-v2): build sdk
|
2 years ago |
Pranav C
|
c0f194c7e8
|
Merge pull request #2946 from nocodb/refactor/gui-v2-added-json
vue3: Added `Json` cell
|
2 years ago |
Pranav C
|
dcc210e3ac
|
fix(gui-v2): show expand/add icon even if cell is empty
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Muhammed Mustafa
|
14dfa3ac72
|
fix/formatting fix
|
2 years ago |
Muhammed Mustafa
|
7899ee1bfe
|
fix/removed unnecassry onmount and getter function in watchers
|
2 years ago |
Muhammed Mustafa
|
ad7358ccdf
|
chore/removed enter to save for json cells and added formatting after save
|
2 years ago |
Muhammed Mustafa
|
dfcd7b693a
|
chore/added disabling edit mode after saving in json cell
|
2 years ago |
Muhammed Mustafa
|
084e626d00
|
fix/gui-v2-json-cell-rebase-issue-minor-fix
|
2 years ago |
Muhammed Mustafa
|
f35d7888eb
|
fix/gui-v2-json-bug-fix
|
2 years ago |
Muhammed Mustafa
|
a9942d431f
|
fix/gui-v2-json-bug-fix
|
2 years ago |
Muhammed Mustafa
|
0640e1f594
|
fix/gui-v2-json-bug-fix
|
2 years ago |
Muhammed Mustafa
|
8b08f8ac87
|
refactor/refactored-editor-and-integrated-to-json-cell
|
2 years ago |
Muhammed Mustafa
|
3a51d80ed2
|
chore/gui-v2-json-minor-cleanup
|
2 years ago |
Muhammed Mustafa
|
ed64d28faf
|
refactor/gui-v2-added-json
|
2 years ago |
Raju Udava
|
227214c767
|
Merge pull request #3039 from nocodb/fix/gui-v2-filter-n-total-count
fix(gui-v2): filter and row count
|
2 years ago |
Pranav C
|
47ccda1614
|
fix(gui-v2): reload rows count on row insert/delete
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
60037b8bae
|
fix(gui-v2): highlight filter button if at-least one filter present
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
55f9a1ab55
|
Merge pull request #3037 from nocodb/fix/gui-v2-filter
fix: gui-v2 - sync filter auto save prop with localstorage
|
2 years ago |
Pranav C
|
bcac0f860c
|
refactor(gui-v2): remove unnecessary computed
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
f0fff78f15
|
fix(gui-v2): merge any missing default values with localstorage
- this to avoid missing properties when adding new state variables
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
525ed41ea4
|
feat(gui-v2): persist autosave option in localstorage
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
de33055f19
|
Merge pull request #3005 from nocodb/fix/guiv2-common-issues
fix(gui-v2): Bug fixes in grid
|
2 years ago |
Pranav C
|
f454422d39
|
chore(gui-v2): lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
91565b0ce7
|
refactor(gui-v2): use `useEventListener` for binding event handler
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
49fe82546b
|
refactor(gui-v2): remove unused event args
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
62c83c3c8d
|
refactor(gui-v2): replace comma separated statement with inline function
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
40041b8636
|
refactor(gui-v2): remove unnecessary optional chaining
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |