Wing-Kam Wong
|
5e5be6adc7
|
fix(nc-gui): revise filterArrJson and sortArrJson in fetchSharedViewGroupedData
|
2023-01-18 17:17:54 +08:00 |
|
Wing-Kam Wong
|
8b84a76bcb
|
fix(nc-gui): include offset in fetchSharedViewData
|
2023-01-16 17:22:00 +08:00 |
|
Wing-Kam Wong
|
b9935d14cb
|
fix(nc-gui): exclude kanban fk_grp_col_id from meta.value.columns
|
2023-01-16 14:48:31 +08:00 |
|
Wing-Kam Wong
|
10633df624
|
fix(nc-gui): include kanban grouping field
|
2023-01-16 12:24:05 +08:00 |
|
Pranav C
|
77fea98c1a
|
Merge pull request #4696 from nocodb/fix/misc
Miscellaneous bug fixes and enhancements
|
2022-12-27 17:32:21 +05:30 |
|
flisowna
|
9fa675ace7
|
Merge branch 'develop' into barcode
|
2022-12-26 20:43:41 +01:00 |
|
Pranav C
|
4986a5892f
|
fix(gui): replace api call which requires auth token in public page
re #4694
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2022-12-26 18:00:37 +05:30 |
|
Pranav C
|
a757da6838
|
fix(gui):shared view creation bug and show icon in shared view
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2022-12-23 14:49:15 +05:30 |
|
flisowna
|
2391bed7aa
|
Merge branch 'develop' into barcode
|
2022-12-06 19:37:25 +03:00 |
|
mertmit
|
879dcee082
|
fix: shared view sqlUis
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2022-12-03 11:21:59 +03:00 |
|
Wing-Kam Wong
|
b1b362366e
|
fix(nc-gui): type issues
|
2022-12-02 14:55:02 +08:00 |
|
flisowna
|
e7a15b77ec
|
Barcode column type - WIP (mainly FE related code)
|
2022-12-01 20:14:58 +03:00 |
|
Daniel Spaude
|
606cf1fd95
|
QR Code: enable auto updating of cell if referenced value cell is changed
|
2022-11-11 16:03:21 +04:00 |
|
Wing-Kam Wong
|
f2d361e73c
|
Merge branch 'develop' into feat/kanban-view
|
2022-10-03 10:49:32 +08:00 |
|
Pranav C
|
5da99810c6
|
fix(gui): apply filter and sort on shared view csv download
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2022-10-01 12:13:14 +05:30 |
|
Pranav C
|
5603c1d9aa
|
fix(gui): pass sortArr value as argument
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2022-10-01 00:19:36 +05:30 |
|
Wing-Kam Wong
|
9945838a2e
|
chore(nc-gui): lint
|
2022-09-28 22:38:59 +08:00 |
|
Wing-Kam Wong
|
842712e441
|
Merge branch 'develop' into feat/kanban-view
|
2022-09-28 22:31:32 +08:00 |
|
braks
|
4c29fa18ff
|
refactor(nc-gui): use lazy load and cleanup imports
|
2022-09-28 13:30:40 +02:00 |
|
Wing-Kam Wong
|
2516cb1e62
|
chore(nc-gui): remove console.log
|
2022-09-28 17:37:33 +08:00 |
|
Wing-Kam Wong
|
f6e103ad37
|
feat(nc-gui): add fetchSharedViewGroupedData
|
2022-09-27 18:28:08 +08:00 |
|
Wing-Kam Wong
|
ec58c83bb1
|
Merge branch 'develop' into feat/kanban-view
|
2022-09-24 12:20:24 +08:00 |
|
Wing-Kam Wong
|
53388c7afe
|
feat(nc-gui): add KanbanType in useSharedView
|
2022-09-23 13:26:27 +08:00 |
|
Wing-Kam Wong
|
53482ba153
|
feat(nc-gui): pass params to fetchSharedViewData
|
2022-09-23 12:32:23 +08:00 |
|
Wing-Kam Wong
|
bbc04c2943
|
Merge branch 'develop' into fix/default-limit
|
2022-09-15 12:21:10 +08:00 |
|
Raju Udava
|
0ab1af10b4
|
fix: shared view meta validation during load
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2022-09-14 13:34:21 +02:00 |
|
braks
|
3320453637
|
chore(nc-gui): remove as any typecasts wherever possible
|
2022-09-14 13:33:40 +02:00 |
|
braks
|
2b780cc3e0
|
fix(nc-gui): set default values for useState and fix type issues
|
2022-09-14 13:33:40 +02:00 |
|
braks
|
e84b8b2272
|
refactor(nc-gui): defer loading project to subpage
|
2022-09-14 13:33:40 +02:00 |
|
Wing-Kam Wong
|
9666c024df
|
fix(nc-gui): remove unnecessary ?
|
2022-09-14 17:11:35 +08:00 |
|
Wing-Kam Wong
|
0d34aa76d0
|
fix(nc-gui): use default limit from app info if specified
|
2022-09-14 12:23:17 +08:00 |
|
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>
|
2022-09-06 17:33:08 +05:30 |
|
Wing-Kam Wong
|
f97ea536b4
|
chore: move nc-gui-v2 to nc-gui
|
2022-09-06 12:00:09 +08:00 |
|