Pranav C
1b606f99f8
fix(gui): save new row even if user set LTAR column first
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
mertmit
a0db4eb7ab
fix: use text length as key instead of text
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
284fea2462
fix: use debounced refresh for resize observer
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
b9f9d956bf
fix: RowHeighInj for sharing row height between components
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
Wing-Kam Wong
a53a33187a
feat(nc-gui): reset filter value when changing field & add type to isComparisonOpAllowed
2 years ago
Pranav C
6416388153
fix(gui): use key to re-render whenever the cell value changes
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
f92c68561c
chore(gui): lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
e5ef00f1b3
fix(gui): scroll to active cell
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
84877e51b2
fix(gui): on new row creation using shortcut set the first cell as active
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
31c30e0632
feat(nc-gui): show the first supported filter operator option when changing field
2 years ago
Wing-Kam Wong
e7e7ee9265
feat(nc-gui): use field order for filters and use the first option by default
2 years ago
Pranav C
bdcec083f7
feat(gui): finalised navbar style
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
flisowna
8e2d9a1e98
fix classes issues from PR
2 years ago
flisowna
db9a517d42
adapt styling of GeoData input cell (use windicss) - WIP
2 years ago
flisowna
53ad48fdb7
fix missing merge conflict
2 years ago
Pranav C
10190d5941
refactor(gui): single select clear icon alignment
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
6a17924c85
fix(gui): reduce view toolbar items text size
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
80fb1292a2
fix(gui): align pagination arrows center
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
4f1f63db72
refactor(gui): icon text color and border color change
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
e84c7db820
feat(gui): white navbar (WIP)
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
ea63a0c6a8
fix(nc-gui): getColumn(filter) can be null at the beginning
2 years ago
Raju Udava
145cb83f7e
test: multiselect test update as per new UX
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Wing-Kam Wong
bd28bb837a
feat(nc-gui): display filter operator text conditionally
2 years ago
Pranav C
ace0b2f800
fix(gui): multi-select dropdown closing issue on selecting an option
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
994b53e22c
fix(gui): show dropdown arrow in multiselect
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
93803fad58
fix(gui): cell clear icon
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
9f2b16091d
fix(gui): on spacebar press open expanded form
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
a047c80b2d
fix(gui): close dropdown on pressing escape key in form view
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
074fd0c62a
fix(gui): show multiselect in form view
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
05c0db7cc1
fix(gui): equivalent padding in gallery view
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
d31e0ab224
fix(gui): reset active state if user clicked anywhere outside the tbody
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
3a92f2aff8
fix(gui): close dropdown only if clicked outside
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
88a94bf510
refactor(gui): close dropdown on clicking outside, and avoid opening dropdown if expanded form is open
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
a4877e8fbe
refactor(gui): cleanup
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
24a1a2ca64
fix(gui): trigger single select dropdown on clicking anywhere in the cell(td)
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
493c7e7b33
fix(gui): trigger dropdown on clicking anywhere in the cell
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
e708465697
fix(gui): show pointer for select field if not readonly
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
ad7a2d6610
fix(gui): keep select as disabled until the cell become active or editable
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
1c3629f6e7
fix(gui): close options list when if not active or editable
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
1ce4a90d6f
fix(gui): keep single select in disabled state until it's active or editable
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
b747c60f34
fix(gui): stop enter key event propagation
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
cf3620f9a6
fix(gui): arrow navigation issue with single select
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
760e4d67bf
fix(gui): checkbox alignment issue
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
887269d5c1
fix(gui): single select cell related bugs
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
4d1e5d8869
fix(gui): clear selected range on new row creation with shortcut
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
ac9aa0f46d
fix(gui): align numeric fields left in expanded form
...
isGrid will be true and isForm will be true when inside expanded form
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
4c13e19b74
refactor(gui): suggested changes
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
e17152cb4b
fix(nc-gui): show empty string instead of the previous cell result
2 years ago
Pranav C
8c7c8871c9
fix(gui): remove duplicate lines
...
setting `changed` value after emitting `save` event will keep the value of `changed` remain as `true` and which will cause unnecessary update api call when switching between views/tables
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
6720d3449f
refactor(gui): show advanced option on double click
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago