Commit Graph

111 Commits

Author SHA1 Message Date
Wing-Kam Wong
ea860b9c11 fix(nc-gui): remove alias validation as it doesnt exist 2023-03-16 16:11:45 +08:00
Wing-Kam Wong
1c08df3e34 fix(nc-gui): add missing tables 2023-03-16 12:50:21 +08:00
Pranav C
61a08beeb0 chore: lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-03-13 11:33:44 +05:30
Pranav C
cf6a22732a fix: destructor and extract loadTables method from store
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-03-13 11:33:02 +05:30
Pranav C
29a43aee10 fix: wrap store with storeToRefs wherever missing
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-03-12 10:53:08 +05:30
Pranav C
d62b3d9419 refactor: include storeToRefs in imports alias
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-03-10 12:04:34 +05:30
Pranav C
30cd0c3d42 refactor: move tab composable to pinia store
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-03-10 11:59:10 +05:30
Pranav C
dbce6f0952 chore: lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-03-10 00:30:19 +05:30
Pranav C
500979d135 refactor: migrate simple composable usage syntax to pinia store usage syntax
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-03-10 00:29:20 +05:30
Pranav C
d55086cf89 refactor(gui): update description
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-03-07 12:50:55 +05:30
Wing-Kam Wong
b60647d509 chore(nc-gui): lint 2023-02-24 12:23:06 +08:00
Wing-Kam Wong
de66eeb4e0 Merge branch 'develop' into pr/5164 2023-02-24 12:15:22 +08:00
աɨռɢӄաօռɢ
4796e09918 Merge pull request #4749 from humannocode/geodata-prototyping-restart
Geodata column and Map View (WIP)
2023-02-24 11:29:29 +08:00
Pranav C
06f03c5315 refactor(gui): reset value in finally block
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-02-23 12:33:42 +05:30
Pranav C
f32512a3d7 fix(gui): while creating column/project disable button to avoid duplicate api call
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-02-22 18:52:50 +05:30
Wing-Kam Wong
62c23b2114 fix(nc-gui): undefined baseId 2023-02-22 14:23:28 +08:00
Semjon Geist
e9d017cba9 add feature upload xlsx / json in existing table 2023-02-19 18:52:26 +01:00
flisowna
e7f55277ec Merge branch 'develop' of https://github.com/nocodb/nocodb into geodata-prototyping-restart 2023-02-10 18:47:26 +01:00
Pranav C
05b5eaa114 fix(gui): bind keydown event to table body to avoid unexpected behaviour
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-02-01 11:56:06 +05:30
Pranav C
97ff9fb385 fix(gui): table rename duplicate validation
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-02-01 11:56:06 +05:30
flisowna
b7887c2d34 geodata: fix naming of message 2023-01-18 12:25:10 +01:00
flisowna
c2220c6a6b fix issues from PR 2023-01-11 14:22:09 +01:00
flisowna
9d19f461d7 clean code for merging 2022-12-29 14:10:39 +01:00
mertmit
222246ae72 fix: disconnect from socket if modal closed
Signed-off-by: mertmit <mertmit99@gmail.com>
2022-12-27 17:50:42 +03:00
flisowna
ea4332f4ed resolve merging conflicts 2022-12-19 14:59:39 +03:00
mertmit
6f9dac3060 feat: multiple base handle import & sync
Signed-off-by: mertmit <mertmit99@gmail.com>
2022-12-03 11:21:59 +03:00
mertmit
5c433e3086 feat: team & settings modal data sources tab revised
Signed-off-by: mertmit <mertmit99@gmail.com>
2022-12-03 11:21:59 +03:00
mertmit
c5f95d8248 feat: multiple source front-end
Signed-off-by: mertmit <mertmit99@gmail.com>
2022-12-03 11:19:32 +03:00
Wing-Kam Wong
b205097a1b feat(nc-gui): disable footer on keyboard shortcut modal 2022-11-30 21:25:17 +08:00
Wing-Kam Wong
289f8de9e5 Merge branch 'develop' into feat/keyboard-manoeuvre 2022-11-30 20:02:27 +08:00
Wing-Kam Wong
cf2ccc53cc feat(nc-gui): update keyboard shortcuts list 2022-11-30 13:46:25 +08:00
Wing-Kam Wong
1231b0bfed feat(nc-gui): add active class to <a-modal/> 2022-11-29 20:13:16 +08:00
Wing-Kam Wong
f461d854c2 feat(nc-gui): keyboard shortcuts 2022-11-29 16:30:05 +08:00
Wing-Kam Wong
ca67747b79 fix(nc-gui): incorrect i18n keyname in KeyboardShortcuts 2022-11-28 19:03:45 +08:00
Wing-Kam Wong
70ea1fda32 fix(nc-gui): lint 2022-11-28 19:01:01 +08:00
Wing-Kam Wong
f0e98ace78 feat(nc-gui): add keyboardShortcut 2022-11-28 18:59:13 +08:00
mertmit
76f33ae4e6 feat: reconnect quick import logs
Signed-off-by: mertmit <mertmit99@gmail.com>
2022-11-27 13:46:01 +03:00
flisowna
1ee9fb0d0d resolve merging conflicts 2022-11-22 14:48:27 +03:00
Pranav C
183e596b21 fix: pass table alias when renaming
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-22 00:53:45 +05:30
Pranav C
8072c40c06 feat(gui): focus first input in expanded form
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-20 17:08:17 +05:30
Pranav C
2fab4c4632 fix(gui): miscellaneous ui fixes and improvement
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-20 15:59:26 +05:30
Wing-Kam Wong
f8e6ec7d6d fix(nc-gui): validateDuplicateAlias validator & show missing errors 2022-11-16 14:31:01 +08:00
flisowna
1da6159b05 Merge remote-tracking branch 'origin' into geodata-prototyping-restart 2022-11-15 16:36:40 +03:00
Muhammed Mustafa
25d420a331 fix(test): Changed tpo data-testid from data-nc 2022-11-12 12:36:44 +05:30
flisowna
f7c59d987e fix conflicts 2022-11-07 12:33:41 +04:00
Muhammed Mustafa
3c2720d449 feat(testing): Integrated data-nc standard for dom attribute used for testing 2022-11-03 16:31:14 +05:30
Muhammed Mustafa
6998c3e6c7 feat(testing): Added and integrated playwright 2022-11-03 16:11:34 +05:30
flisowna
867a3a23cc fix conflicts 2022-11-02 15:19:35 +04:00
flisowna
6de762a4b6 geodata: add select geodata select field menu and missing fields in migrations 2022-11-02 15:04:57 +04:00
Wing-Kam Wong
7a8a58d020 fix(nc-gui): at most 5 files for csv import only 2022-10-24 13:20:06 +08:00