Wing-Kam Wong
507f24fec0
fix(nc-gui): geoDataToggleCondition param type
2 years ago
Daniel Spaude
ec4cd23e7f
create useBetaFeatureToggle composable...
...
and use it for geo feature and Mobile Mode
2 years ago
Pranav C
c49ae244d3
fix(gui): show all db options if uidt is SpecificDBType
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
f32512a3d7
fix(gui): while creating column/project disable button to avoid duplicate api call
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
db760af901
feat: allow editing rollup and lookup column
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
6720d3449f
refactor(gui): show advanced option on double click
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
bcb391dab3
refactor(gui): make show more/hide more label grey
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
269c63b374
chore: cleanup
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
eaf3d1cd65
refactor(gui): remove advanced db related options for xcdb project
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
52697b33f2
refactor(gui): hide advanced db related options by default
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
fa91d64244
chore(nc-gui): lint
2 years ago
Wing-Kam Wong
4025e9d680
feat(nc-gui): show LazySmartsheetColumnAttachmentOptions only in ee
2 years ago
Wing-Kam Wong
151df360bc
refactor(nc-gui): move LazySmartsheetColumnAttachmentOptions to Advanced Settings
2 years ago
Wing-Kam Wong
a1261b9006
feat(nc-gui): add LazySmartsheetColumnAttachmentOptions and adjust EditOrAdd width
2 years ago
flisowna
1332519fe7
egg easter for geodata column works
2 years ago
Wing-Kam Wong
0295f4ca71
feat(nc-gui): add LazySmartsheetColumnDateTimeOptions for DateTime
2 years ago
flisowna
e7a15b77ec
Barcode column type - WIP (mainly FE related code)
2 years ago
Pranav C
49098822ac
refactor(gui): group imports
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
207c002c6f
chore(gui): lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
a44ce593e6
fix(gui): add newly added sort top of the list
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
44217b0ce4
feat: insert column after/before a column
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
2fab4c4632
fix(gui): miscellaneous ui fixes and improvement
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Muhammed Mustafa
25d420a331
fix(test): Changed tpo data-testid from data-nc
2 years ago
Daniel Spaude
28a905ac35
QR code type: adress PR feedback
2 years ago
Muhammed Mustafa
3c2720d449
feat(testing): Integrated data-nc standard for dom attribute used for testing
2 years ago
Muhammed Mustafa
6998c3e6c7
feat(testing): Added and integrated playwright
2 years ago
flisowna
1eb51bb14f
geodata: render geo data points in view (WIP)
2 years ago
Daniel Spaude
60b02fd6c6
qrcode column type: prototyping
2 years ago
Pranav C
5c768d3981
chore(gui): lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
101277bea7
fix(gui): focus title field only if there is no active element
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
49fff8f689
chore(nc-gui): remove reloadMetaTrigger
2 years ago
braks
f060043711
fix(nc-gui): EditOrAdd not mounting properly
2 years ago
braks
b07f52bb40
refactor(nc-gui): use lazy load and cleanup imports
2 years ago
braks
f3048dd713
refactor(nc-gui): move smartsheet components into smartsheet dir
2 years ago
Wing-Kam Wong
cb2f76bc77
refactor(nc-gui): use ReloadViewMetaHookInj instead of ReloadKanbanMetaHookInj
2 years ago
Raju Udava
312120fd0b
test: cy-stability for dropdown
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Wing-Kam Wong
49e186a425
feat(nc-gui): trigger meta reload only for kanban
2 years ago
braks
16b238fd8b
fix(nc-gui): remove injection usage in callback
...
# What's changed?
* update EditOrAdd form style
* remove injection use on callbacks
* fixes errors thrown while changing column type
* use `unref`
2 years ago
braks
81db2c8435
chore(nc-gui): fix type issues and set proper ref types
2 years ago
Wing-Kam Wong
d96a5cc0ac
feat(nc-gui): disable column name & type for kanban
2 years ago
Pranav C
30788e3ee1
fix(gui): on add/edit column form validation failure keep the form open
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
21a306030c
chore(gui-v2): base url correction ( #3510 )
...
* chore(gui-v2): base url correction
- support nocodb serving under a nested path
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore(gui-v2): initial base url correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix(gui-v2): redirect to dashboard with relative path
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix(gui-v2): make plugin path relative
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix(gui-v2): redirect path correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: allow download option migration handling
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* fix(gui-v2): redirect old base url to new path
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix(gui-v2): redirect old base ur with some view/table open
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix(gui-v2): handle old tab url and navigate to the new url
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore(gui-v2): cleanup
Signed-off-by: Pranav C <pranavxc@gmail.com>
Signed-off-by: Pranav C <pranavxc@gmail.com>
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Wing-Kam Wong
f97ea536b4
chore: move nc-gui-v2 to nc-gui
2 years ago
mertmit
17d6ad83f3
fix: block attempts to edit primary key column
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
Muhammed Mustafa
cf031ab12b
fix/Fixed scroll issue with EditOrAdd component
2 years ago
braks
df7f506893
feat(gui-v2): implement customizable theme vars
2 years ago
Wing-Kam Wong
240fbec51d
chore(gui-v2): fine tune EditOrAdd width
2 years ago
Raju Udava
f97ef5769b
refactor: more actions, create column background gray
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Muhammed Mustafa
e5fdc6a1d0
fix/reverted percent to v1
2 years ago
braks
db007538bf
chore(gui-v2): lint & cleanup
2 years ago