Wing-Kam Wong
|
8532e0f476
|
feat(nc-gui): show the first possible filter operator when creating a new filter
|
2 years ago |
Wing-Kam Wong
|
e771b467f2
|
feat(nc-gui): move isComparisonOpAllowed to useViewFilter
|
2 years ago |
Pranav C
|
459a1802fa
|
fix(gui): reload table data after duplicating a column
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
cd850e6a55
|
feat(nc-gui): revise column filter style
|
2 years ago |
Wing-Kam Wong
|
578961e5c9
|
feat(nc-gui): use MultiSelect component for SingleSelect columns for anyof / nanyof filters
|
2 years ago |
Wing-Kam Wong
|
16f9ea265d
|
feat(nc-gui): disable filter value for blank & notblank filters
|
2 years ago |
Wing-Kam Wong
|
17310b749b
|
feat(nc-gui): add blank & notblank filters
|
2 years 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
|
eb98bb12ad
|
fix(gui): when navigate to an auth required page try to populate token using refresh token if user is not logged in
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Daniel Spaude
|
6575642da4
|
fix small css typo
|
2 years ago |
Pranav C
|
e093264e19
|
fix(gui): show modal popup with text if copy failed
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
5a15a4b7b3
|
refactor(nc-gui): use `@error` instead of `:onerror`
|
2 years ago |
Wing-Kam Wong
|
af6de850a1
|
chore(nc-gui): remove file-not-found.png
|
2 years ago |
Wing-Kam Wong
|
288578a96c
|
fix(nc-gui): use LazyCellAttachmentImage for images only
|
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 |
Pranav C
|
99a7bcbd5b
|
fix(gui): if copy failed show error message and print content in console
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
8f99b01825
|
refactor(nc-gui): getPossibleAttachmentSrc & openAttachment
|
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
|
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
|
49b43f3b2e
|
refactor(gui): setup new font
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 |
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
|
48fc0097c8
|
fix(nc-gui): use import ~/assets to translate to _nuxt path
|
2 years ago |
Wing-Kam Wong
|
024643d2ea
|
fix(nc-gui): revise download attachment logic
|
2 years ago |
Wing-Kam Wong
|
9bd3b024a9
|
feat(nc-gui): add mimetypes
|
2 years ago |
Wing-Kam Wong
|
0bc47dc627
|
fix(nc-gui): convert to LazyNuxtImg
|
2 years ago |
Wing-Kam Wong
|
0b9b8e2411
|
fix(nc-gui): remove getBackgroundImage
|
2 years ago |
Wing-Kam Wong
|
b9065668f8
|
fix(nc-gui): revise showFallback logic
|
2 years ago |
Wing-Kam Wong
|
d7899deb00
|
refactor(nc-gui): shrink image
|
2 years ago |
Wing-Kam Wong
|
2a14bb5ec7
|
fix(nc-gui): try possible attachment sources
|
2 years ago |
Wing-Kam Wong
|
c90f8e3a6d
|
feat(nc-gui): add getBackgroundImage & fileNotFoundImgSrc and revise showFallback
|
2 years ago |
Wing-Kam Wong
|
e1797af0b4
|
fix(nc-gui): revise download attachment logic
|
2 years ago |
Wing-Kam Wong
|
2f20e3a422
|
feat(nc-gui): add file not found img
|
2 years ago |
Wing-Kam Wong
|
b81f48309a
|
chore(nc-gui): lint
|
2 years ago |
Wing-Kam Wong
|
b38afece91
|
refactor(nc-gui): move logic to useAttachment
|
2 years ago |
Wing-Kam Wong
|
174394ef35
|
feat(nc-gui): useAttachment
|
2 years ago |
Wing-Kam Wong
|
1fecbe0df8
|
fix(nc-gui): apply getImgSrc and showFallback on Gallery and kanban
|
2 years ago |
Wing-Kam Wong
|
5f250b5453
|
fix(nc-gui): use fallback image
|
2 years ago |
Wing-Kam Wong
|
7e9aa7b810
|
fix(nc-gui): remove getAttachmentUrl
|
2 years ago |
Daniel Spaude
|
74b43f02c2
|
center spinner for 'Duplicate row' in expanded view
|
2 years ago |
mertmit
|
947f4c7cb3
|
fix: drop url availability check with fetch
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
flisowna
|
94e6e5367d
|
fix PR issues
|
2 years ago |
Wing-Kam Wong
|
a24812c0a2
|
fix(nc-gui): project?.value -> project.value
|
2 years ago |