navi
2d41fa2d6d
Merge pull request #3129 from nocodb/fix/gui-v2-webhook
...
fix(gui-v2): webhook follow up issues
2 years ago
navi
2d145a6834
Merge pull request #3158 from nocodb/chore/prod-build
...
chore(gui-v2): prod build
2 years ago
braks
db007538bf
chore(gui-v2): lint & cleanup
2 years ago
braks
9a6f66ff40
fix(gui-v2): disable httpsnippet library
2 years ago
braks
1c79b77c64
fix(gui-v2): circular component imports replaced with async imports and typehack
2 years ago
braks
e31ad66aaf
chore(gui-v2): cleanup typecheck issues
2 years ago
braks
4373c38311
chore(gui-v2): revert casting to any instead of select options type
2 years ago
braks
ca3b319715
chore(gui-v2): add shims for 'just-clone' pkg
2 years ago
braks
83d5a8d76c
fix(gui-v2): prod build
2 years ago
braks
83eca162ef
chore(gui-v2): cleanup typecheck issues
2 years ago
braks
fb07bbacea
chore(gui-v2): cleanup typecheck issues
2 years ago
braks
0aac7e9b43
chore(gui-v2): cleanup typecheck issues
2 years ago
braks
cf853e6bc8
chore(gui-v2): cleanup typecheck issues
2 years ago
braks
68551192f3
chore(gui-v2): update pre-login pages error msg style
2 years ago
braks
0e699f89c0
chore(gui-v2): cleanup typecheck issues
2 years ago
braks
c3b821bf8e
chore(gui-v2): fix type issues
2 years ago
Wing-Kam Wong
d29cce7ad7
Merge branch 'develop' of https://github.com/nocodb/nocodb into develop
2 years ago
Wing-Kam Wong
878bdcc79b
chore(gui-v2): lint
2 years ago
Wing-Kam Wong
d8944d7bc4
chore(gui-v2): add missing cursor pointer
2 years ago
navi
3520fe99f7
Merge pull request #3153 from nocodb/fix/gui-v2-tab-highlight
...
fix(gui-v2): update default active index
2 years ago
Wing-Kam Wong
53e9d0545c
fix(gui-v2): update default active index
2 years ago
Wing-Kam Wong
b71664d08e
fix(gui-v2): undefined of applyChanges
2 years ago
Wing-Kam Wong
12ee6aeae5
fix(gui-v2): hook filter
2 years ago
Wing-Kam Wong
f7691e3584
feat(gui-v2): integrate hook logic in filter
2 years ago
Raju Udava
dd31a0f40e
Merge pull request #3130 from nocodb/feat/gui-v2-misc
...
feat(gui-v2): misc
2 years ago
Raju Udava
2cc2d07eac
refactor: move tooltip to bottom for i18n menu
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Raju Udava
3dd1f6d6be
Merge pull request #3149 from nocodb/fix/gui-v2-formula
...
fix(gui-v2): remove formulaSuggestionDrawer
2 years ago
Wing-Kam Wong
f0db576a8c
refactor(gui-v2): combine imports
2 years ago
Wing-Kam Wong
30d6fcd120
fix(gui-v2): use WebhookChannelMultiSelect & fix onNotTypeChange logic
2 years ago
Wing-Kam Wong
9af9a3bbb7
feat(gui-v2): add channel multi select
2 years ago
Wing-Kam Wong
41a2375b9b
Merge branch 'develop' into fix/gui-v2-webhook
2 years ago
Wing-Kam Wong
fb52b7e65e
chore(gui-v2): lint
2 years ago
Wing-Kam Wong
ae48ae2c9c
fix(gui-v2): remove formulaSuggestionDrawer
2 years ago
Raju Udava
9aa04efe63
test: CY markers for CRUD view operations
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Raju Udava
960d4bae1f
test: formula & pagination CY marker
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Naveen MR
8059826082
fix : UI improvements
2 years ago
Wing-Kam Wong
62363f04b8
chore(gui-v2): remove unnecessary css classes
2 years ago
Wing-Kam Wong
ca1b670c0f
feat(gui-v2): split into components to make toolbar clean
2 years ago
Raju Udava
7dbbdcb34c
test: cy-markers for expand form
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
navi
ca77fa4bde
Merge pull request #3140 from nocodb/refactor/gui-v2-corrections
...
refactor(gui-v2): use edit and readonly injection keys properly
2 years ago
Pranav C
4a31d733a8
refactor(gui-v2): use edit and readonly injection keys properly in all cell
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
navi
cc51b1b1c0
Merge pull request #3139 from nocodb/refactor/gui-v2-corrections
...
fix(gui-v2): ui corrections
2 years ago
Pranav C
91e2b06a4e
refactor(gui-v2): use edit and readonly injection keys properly
...
- add `undefined` type for all cell value since initially(new row) model value for all cell will be undefined
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
8c5bd64990
refactor(gui-v2): expanded form ui corrections
...
- space between label and cell
- comment section take full height
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
b8ae47f7ae
feat(gui-v2): row number cell correction
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
navi
abfde8de2f
Merge pull request #3134 from nocodb/fix/gui-v2-column-edit-add
...
fix(gui-v2): column edit/add handling
2 years ago
Pranav C
b52045e0a9
feat(gui-v2): sticky grid view header
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
mertmit
32f50cca4b
fix(gui-v2): use isCurrency as ref
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
720c34ca6b
fix(gui-v2): useColumn use refs instead of static values
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
e95d6b0c6b
fix(gui-v2): column edit/add handling
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago