Wing-Kam Wong
559da5c7be
fix(nc-gui): pass sort & filter to fetchSharedViewGroupedData
2 years ago
Wing-Kam Wong
5e5be6adc7
fix(nc-gui): revise filterArrJson and sortArrJson in fetchSharedViewGroupedData
2 years ago
Wing-Kam Wong
b39f16d760
fix(nc-gui): revise groupingFieldColumn in share view
2 years ago
flisowna
727e7710b9
geodata: save map feature toggle in local storage
2 years ago
Wing-Kam Wong
2c36fcec2b
fix(nc-gui): get public gallery data from sharedView.view
2 years ago
Wing-Kam Wong
8b84a76bcb
fix(nc-gui): include offset in fetchSharedViewData
2 years ago
Wing-Kam Wong
b9935d14cb
fix(nc-gui): exclude kanban fk_grp_col_id from meta.value.columns
2 years ago
Wing-Kam Wong
2adbc68fce
fix(nc-gui): get groupingFieldColumn logic
2 years ago
Wing-Kam Wong
10633df624
fix(nc-gui): include kanban grouping field
2 years ago
Pranav C
c54bfd435a
fix(gui): construct project base metadata from public meta api response
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
flisowna
c2220c6a6b
fix issues from PR
2 years ago
Pranav C
c3503bc82b
fix(gui): handle empty string in percent and currency cell as null
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
flisowna
9904169531
geodata: fix map shared view
2 years ago
flisowna
6676126fea
geodata: address PR feedback (WIP)
2 years ago
flisowna
58f8818af8
add share view to map view
2 years ago
Pranav C
6ef17339cf
fix(gui): cell copy-paste if condition correction
...
re #4758
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
mertmit
7f2a5103f6
fix: useRoute from vue-router in useProject
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
c1a86f0808
fix: use ref for forcedProjectId
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
flisowna
832c4adf8b
clean code
2 years ago
flisowna
97361e4854
geodata: move info about record limits depending on the size of data into map view (WIP)
2 years ago
Pranav C
c0266c007f
fix(gui): encode id to escape special chars in url
...
re #4704
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
flisowna
09359286dd
WIP updating without refresh records number in toolbar
2 years ago
flisowna
f3430611f0
geodata: switch info about record limits depending on the size of data in map view
2 years ago
flisowna
d7cafa2ef9
WIP info button on toolbar about record limits in map view - WIP
2 years ago
flisowna
38eb7b0475
WIP info button on toolbar about record limits in map view
2 years ago
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>
2 years ago
Pranav C
c841c767f0
fix(gui): stop event propagation in view rename input
...
re #4686
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
flisowna
cb5721364f
geodata: add a new row on clicking on the plus icon
2 years ago
Pranav C
a757da6838
fix(gui):shared view creation bug and show icon in shared view
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
da7ae2190a
feat(gui): show emoji in tab level
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
flisowna
4f3d3b3702
WIP changing page size limits for map view
2 years ago
Ekaterina Balakina
e94ebe9f4c
fix multiselect
2 years ago
flisowna
1332519fe7
egg easter for geodata column works
2 years ago
flisowna
ceabbf3f6e
geodata easter egg: debugging weird template reactivity issue for the bottom menu - works now
2 years ago
flisowna
ca9d3889b4
Revert "geodata easter egg: debugging weird template reactivity issue for the bottom menu"
...
This reverts commit 3f7db98c55
.
2 years ago
flisowna
3f7db98c55
geodata easter egg: debugging weird template reactivity issue for the bottom menu
2 years ago
flisowna
1f89769750
geodata easter egg: debugging weird template reactivity issue for the bottom menu
...
* state: simply string rendering of the reactive value works,
but only at the top of the menu
* doesn't work when used on the level of the menu-items (also not as a conditional variable)
2 years ago
Ekaterina Balakina
812b82f853
fix save search query
2 years ago
mertmit
91968ba6be
fix: PR requested changes
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
879dcee082
fix: shared view sqlUis
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
ddd17e9229
feat: suffix base alias for duplicate tabs
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
600d18de22
feat: order and ui control for bases
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
445841ec08
feat: use model id instead of title for ui navigation
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
5c433e3086
feat: team & settings modal data sources tab revised
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
743c160eef
fix: multiple source project prefix
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
c5f95d8248
feat: multiple source front-end
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
8edb4e4b2c
feat: front-end allow multiple base per project
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
3897351e0d
fix: add missing runtime config for appInfo
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
Wing-Kam Wong
b1b362366e
fix(nc-gui): type issues
2 years ago
flisowna
e7a15b77ec
Barcode column type - WIP (mainly FE related code)
2 years ago