Ramesh Mane
|
8e580865f2
|
fix: lookup cell badge height issue
|
11 months ago |
Raju Udava
|
cf55f8aadb
|
merge fix
|
11 months ago |
mertmit
|
d171bdf133
|
fix: lookup rendering
|
11 months ago |
Pranav C
|
0e3fe37362
|
fix: qr code and bar code rendering in lookup
re #6988
|
12 months ago |
Muhammed Mustafa
|
d78e019b3f
|
fix: Added click to preview text area lookup and show new line in text area
|
12 months ago |
Muhammed Mustafa
|
96e925fe35
|
fix: Hidden lookup cell scroll bar unless on hover
|
1 year ago |
Muhammed Mustafa
|
22d836f439
|
fix: Handled attachment cell case and fixed an issue with empty pill coming up
|
1 year ago |
Muhammed Mustafa
|
36bc7dd3da
|
fix: Handled lookup overflow issue
|
1 year ago |
sreehari jayaraj
|
525711f9b9
|
fix: misc changes
|
1 year ago |
Pranav C
|
61058dbd73
|
fix: hide LTAR expand icon under lookup
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Pranav C
|
a7e63fdb55
|
refactor(gui): render attachment lookup in the same way how it renders in normal cell
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
3f7c3338b5
|
refactor(gui): remove unused import and specify types
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
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 |
Pranav C
|
755b54e795
|
fix(gui): treat cells in lookup as readonly
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
091b6dd210
|
fix(gui): if lookup column is attachment and array of objects then pass the array to smartsheet cell
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
aeda11d5ca
|
fix(gui): lookup and rollup - show readonly warning only when necessary
re #4702
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
4749171498
|
fix: pass array/json array to attachment cell from lookup cell
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
83cc395810
|
feat(nc-gui): add computedFieldEditWarning & computedFieldDeleteWarning
|
2 years ago |
Wing-Kam Wong
|
5ec9902cee
|
feat(nc-gui): show showEditWarning when double clicking lookup cell
|
2 years ago |
Pranav C
|
2fab4c4632
|
fix(gui): miscellaneous ui fixes and improvement
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
braks
|
cc29b8474e
|
fix(nc-gui): lookup cell nullish checks
|
2 years ago |
braks
|
705d6de190
|
chore(nc-gui): nullish check
|
2 years ago |
braks
|
fc7fdb1ee7
|
fix(nc-gui): check if col exists in lookup cmp
|
2 years ago |
braks
|
9daa6d8b47
|
refactor(nc-gui): remove useColumn and useVirtualCell
|
2 years ago |
braks
|
19c38753a4
|
refactor(nc-gui): reduce computed values generated by cells
|
2 years ago |
Pranav C
|
d682e56a3f
|
refactor: cleanup and lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
c3b14ede49
|
fix(api): show warning as cell content like formula
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
64f55b841a
|
feat(api): show warning for virtual cells when enter or delete key press
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
braks
|
8b255f3096
|
refactor(nc-gui): use ref for readonly injection
|
2 years ago |
Wing-Kam Wong
|
4946f89355
|
fix(nc-gui): more on cell styles
|
2 years ago |
braks
|
4c29fa18ff
|
refactor(nc-gui): use lazy load and cleanup imports
|
2 years ago |
braks
|
81db2c8435
|
chore(nc-gui): fix type issues and set proper ref types
|
2 years ago |
braks
|
38a9cb6c44
|
refactor(nc-gui): update useCellUrlConfig composable
|
2 years ago |
Denis
|
4a9915f6a6
|
fix(gui): typos
|
2 years ago |
Denis
|
dd1a6f2f23
|
fix(gui): disable overlay in lookup cells
|
2 years ago |
Wing-Kam Wong
|
f97ea536b4
|
chore: move nc-gui-v2 to nc-gui
|
2 years ago |
Pranav C
|
b33cdd97b4
|
fix(gui-v2): keep font color normal even in readonly mode
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
deb4eea2f2
|
fix(gui-v2): provide proper width for lookup items
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
mertmit
|
d95d935391
|
fix(gui-v2): disable primary value color on lookup
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
braks
|
1c79b77c64
|
fix(gui-v2): circular component imports replaced with async imports and typehack
|
2 years ago |
braks
|
c3b821bf8e
|
chore(gui-v2): fix type issues
|
2 years ago |
braks
|
9c69551085
|
chore(gui-v2): fix types in Lookup
|
2 years ago |
Pranav C
|
ad19f4deb0
|
refactor(gui-v2): update injection key name
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
4f8e7aa617
|
fix(gui-v2): replace with computed
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
634083293d
|
chore(gui-v2): lint
|
2 years ago |
Wing-Kam Wong
|
03db3144da
|
chore(gui-v2): lint
|
2 years ago |
Pranav C
|
4a099b65ba
|
feat(gui-v2): lookup cell
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
27a6a0f05f
|
wip(gui-v2): lookup cell
|
2 years ago |
Pranav C
|
283cbfd391
|
feat(gui-v2): add formula cell
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
7ffdda936b
|
feat(gui-v2): add hm, m2m, bt and rollup cells
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |