braks
0f2261c251
refactor(nc-gui): extend tooltip toggle conditions
...
# What's changed?
- toggle tooltip when key is pressed and mouse leaves/reenters element
- toggle tooltip on modifier key change
- use isHovering to detect element hover
2 years ago
Pranav C
b868d23a34
fix(gui):disable deep compare since the data could be non-valid json
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
0e2fcd5f3a
fix(nc-gui): incorrect focus when adding a new column during import
...
useTemplateRefsList will not reset the existing refs. It appends new refs everytime a new column is added.
2 years ago
Wing-Kam Wong
3c6c34adc0
refactor(nc-gui): pass tableIdx instead of passing table to addNewColumnRow
2 years ago
Wing-Kam Wong
b685f811b9
chore(nc-gui): remove console.log
2 years ago
mertmit
42afc0f14d
fix(nc-gui): add number type to checkbox modelValue
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
a75be8b228
feat: include add new column in view if most right column
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
41b686c918
feat: getContainerScrollForElement function
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
Wing-Kam Wong
4f17dbc966
fix(nc-gui): add duration to isAutoSaved
2 years ago
mertmit
7e5a52d0ff
feat: better scroll for borders and sticky header
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
Pranav C
f9cab933b8
fix(gui): pass Row ref to insert method
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
a9429cd059
fix(gui): update rowMeta only when it's defined
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
742ce3e9f7
fix(gui): align spinner vertically center
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
507780a098
fix(gui): wait until inserting record to avoid duplicate row insertion
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
d230152ed8
fix(gui): allow user to expand row if any ongoing save/update completes
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
520ddec858
refactor(gui): bring back automatic row creation change from #4025
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
braks
acb5820abe
fix(nc-gui): checkbox styles preventing action
2 years ago
Wing-Kam Wong
73e34cda05
fix(nc-gui): remove duration from isManualSaved
2 years ago
braks
48dfbb7f80
chore(nc-gui): use position prop
2 years ago
braks
cfee983e40
refactor(nc-gui): simplify relation creation
2 years ago
braks
41ddf66c8c
fix(nc-gui): check if table exists before adding edge
2 years ago
braks
28827fd8d4
chore(nc-gui): cleanup
2 years ago
braks
6b15a5f70c
chore(nc-gui): replace `useArrayReduce` with regular computed var
2 years ago
braks
6606546eda
fix(nc-gui): erd not rendering edges on initial mount
2 years ago
mertmit
89eddddabd
feat: hover effects for select options
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
ebf50d0d8d
fix: scrollbar-thin-dull class for options scroll
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
braks
4de9f308fc
fix(nc-gui): erd initial transition
2 years ago
braks
8c5673a117
chore(nc-gui): update to latest vue flow pkg
2 years ago
braks
3631aa1b7e
chore(nc-gui): correct prop types
2 years ago
mertmit
08a468fe57
feat: scroll for select options
...
Re #3854
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
braks
95f252ba84
fix(nc-gui): remove `useMetas` from cb fn
2 years ago
braks
5bb174ba4f
feat(nc-gui): make logo animation size responsive to logo size
2 years ago
braks
9e13d6ba79
feat(nc-gui): add ping animation to logo on click
2 years ago
Pranav C
5c768d3981
chore(gui): lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
101277bea7
fix(gui): focus title field only if there is no active element
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
braks
4df9f2a0c1
chore(nc-gui): lint
2 years ago
braks
64368e3fa5
fix(nc-gui): correct input style padding for form views
2 years ago
braks
f914083e71
chore(nc-gui): add comments about lazy load issues
2 years ago
braks
6c9a55821e
chore(nc-gui): cleanup
2 years ago
Pranav C
d20af97a83
refactor(gui): update data directly
...
instead of reloading entire data modify row object directly
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
fe41e09f2a
fix(gui): extract column ref using column index
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
1e87b2a357
fix(gui): reload data after clearing cell
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
c32a1814d5
refactor(gui): show clear cell option for LTAR
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
d269fb4263
chore(gui): lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
bdd530ba9e
feat(gui): allow clear option for LTAR cell
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
181a5cceec
fix(nc-gui): handle date_format in import
2 years ago
Bueno, João
b0249e6964
fix(ng-gui): find unique neighbours
...
Find unique neighbours on formula paths, therefore avoiding "circular
reference" incorrect error validation while editing formula columns.
closes #4024
2 years ago
braks
4049fd1b45
chore(nc-gui): lint
2 years ago
braks
032a9a1d56
chore(nc-gui): remove duplicate watcher
2 years ago
braks
d54ee0005b
chore(nc-gui): pass correct prop and rename fn
2 years ago