Wing-Kam Wong
|
c7de4dcb47
|
fix(nc-gui): apply parseProp to meta
|
2 years ago |
Wing-Kam Wong
|
be17970733
|
fix(nc-gui): apply parseProp
|
2 years ago |
Wing-Kam Wong
|
6dbcc0acc8
|
refactor(nc-gui): switch to parseProp
|
2 years ago |
Wing-Kam Wong
|
132ce16fa9
|
fix(nc-gui): parse meta in durationType
|
2 years ago |
Wing-Kam Wong
|
ffc68895de
|
fix(nc-gui): apply json parse for string before spread
|
2 years ago |
Wing-Kam Wong
|
e284b96d2b
|
fix(nc-gui): numeric cell type issues
|
2 years ago |
Wing-Kam Wong
|
09da14fed4
|
fix(nc-gui): geo onSuccess and onError type & fix type 'number' is not assignable to type 'string'
|
2 years ago |
Wing-Kam Wong
|
e8c1997edc
|
fix: spread types may only be created from object types
|
2 years ago |
Daniel Spaude
|
ce8cb699a8
|
code cleanup
|
2 years ago |
Daniel Spaude
|
6baa3cc9a0
|
geo data col: change wording and adapt layout of buttons
|
2 years ago |
Daniel Spaude
|
3eb372749c
|
geo data col: change wording and adapt layout of buttons
|
2 years ago |
Wing-Kam Wong
|
8f2e5f05b1
|
chore(nc-gui): lint
|
2 years ago |
Pranav C
|
29a43aee10
|
fix: wrap store with `storeToRefs` wherever missing
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
d62b3d9419
|
refactor: include `storeToRefs` in imports alias
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
30cd0c3d42
|
refactor: move tab composable to pinia store
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
dbce6f0952
|
chore: lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
500979d135
|
refactor: migrate simple composable usage syntax to pinia store usage syntax
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
ecc64e0169
|
refactor(gui): show default system context menu when cell is in editable state and typable
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
e62b9e02d4
|
refactor: show as multiline for single line if row height is more than 1
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
cf4381e388
|
refactor: move expanded form icons to menu
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
3701c4c660
|
fix(gui): remove outline of textarea
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
076cc578aa
|
fix(gui): do line break by word
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
f9861744df
|
feat(gui): show empty checkbox
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
flisowna
|
d4d61405d5
|
open geodata type column only in expanded form or grid view
|
2 years ago |
flisowna
|
29e308bdab
|
fix follow-up issue of geodata layout
|
2 years ago |
Raju Udava
|
a54f0e5535
|
test: anomaly fix for handling multi select dropdown
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
flisowna
|
46c11b33a3
|
show open location on an external map only if the location is given
|
2 years ago |
flisowna
|
7cdac26ffa
|
add two buttons to geodata column to open location in google maps and OSM
|
2 years ago |
Wing-Kam Wong
|
b60647d509
|
chore(nc-gui): lint
|
2 years ago |
flisowna
|
f1c20b24d9
|
adjust classes naming
|
2 years ago |
flisowna
|
03d0380c35
|
--amend
|
2 years ago |
flisowna
|
1eef5ebad4
|
fix PR issues
|
2 years ago |
Wing-Kam Wong
|
2c47610d68
|
fix(nc-gui): single select issues
|
2 years ago |
flisowna
|
18719c0a4a
|
PR fixes: geodata column layout, expanded form in shared view
|
2 years ago |
Daniel Spaude
|
cb776e9408
|
work on geo data column tests - WIP
|
2 years ago |
Wing-Kam Wong
|
a88e6b380c
|
refactor(nc-gui): add comments for clamped text
|
2 years ago |
Wing-Kam Wong
|
70796e96a9
|
fix(nc-gui): margin-auto -> m-auto
|
2 years ago |
Wing-Kam Wong
|
7f065ecab8
|
refactor(nc-gui): src -> srcs
|
2 years ago |
Wing-Kam Wong
|
5a15a4b7b3
|
refactor(nc-gui): use `@error` instead of `:onerror`
|
2 years ago |
Wing-Kam Wong
|
1fd89c3d23
|
refactor(nc-gui): attachment width style
|
2 years ago |
Wing-Kam Wong
|
4cf26182a0
|
fix(nc-gui): show LazyCellAttachmentImage for images only
|
2 years ago |
Wing-Kam Wong
|
597c1d8c20
|
fix(nc-gui): attachment carousel style
|
2 years ago |
Wing-Kam Wong
|
158cce40c0
|
refactor(nc-gui): use MdiFileImageBox for fallback
|
2 years ago |
Wing-Kam Wong
|
53a775ae23
|
refactor(nc-gui): remove the logic to useAttachment
|
2 years ago |
Wing-Kam Wong
|
27a317a6e7
|
refactor(nc-gui): use LazyCellAttachmentImage
|
2 years ago |
Wing-Kam Wong
|
59e6cd147d
|
feat(nc-gui): AttachmentImage
|
2 years ago |
Pranav C
|
9c61b18f0a
|
fix(gui): hide attachment edit option in readonly mode
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Raju Udava
|
b77eb3d5a7
|
test: single select, multi select
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Wing-Kam Wong
|
024643d2ea
|
fix(nc-gui): revise download attachment logic
|
2 years ago |
Wing-Kam Wong
|
0bc47dc627
|
fix(nc-gui): convert to LazyNuxtImg
|
2 years ago |