Pranav C
|
5c0cdcaac1
|
chore(gui): lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
5db5e744ef
|
chore(nc-gui): remove unused iconMap
|
2 years ago |
Pranav C
|
6ec29c2236
|
fix(gui): expanded form next/prev icon position correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
b29189f0c3
|
refactor: move all icons to iconMap (WIP)
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
0ddcab2bda
|
fix(nc-gui): add missing ;
|
2 years ago |
Wing-Kam Wong
|
2364e9ec48
|
fix(nc-gui): cast HTMLElement
|
2 years ago |
Wing-Kam Wong
|
8f2e5f05b1
|
chore(nc-gui): lint
|
2 years ago |
Pranav C
|
1c51efa43b
|
fix(gui): add confirm option for save when switching to next record
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
cbadeca212
|
fix: on new row creation reset LTAR values
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
70c39f782f
|
fix: missing prev row icon
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
3fde0f0c36
|
chore(gui): lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
77e3796bbb
|
fix(gui): hide prev icon for first row and next icon for last row
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
db13b1d186
|
fix(gui): remove focus from input if focused
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
cab8ff5fff
|
feat(gui): save expanded form and new expanded form shortcuts
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
1914ccc27e
|
feat(gui): add generic component for showing shortcut label
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
9212b5876d
|
feat(gui): add shortcuts to navigate bw rows in expanded form
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
a8c5458304
|
chore(nc-gui): lint
|
2 years ago |
gitstart
|
95add79565
|
fix: No autosave when moving to "Next Row" in expanded record view
|
2 years ago |
Pranav C
|
e93e791402
|
fix(gui): override cellClickHookInj in expanded form to avoid unexpected behaviour
Click event hook is only necessary in cell level and should be override in expanded form
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
e336422f09
|
refactor(gui): avoid next and prev intersection with expanded form content
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Daniel Spaude
|
ae62b78e73
|
code cleanup
|
2 years ago |
Daniel Spaude
|
0038a6ebe1
|
expanded form view: disable Duplicate and Delete buttons for new/unsaved rows
|
2 years ago |
Daniel Spaude
|
6575642da4
|
fix small css typo
|
2 years ago |
Daniel Spaude
|
74b43f02c2
|
center spinner for 'Duplicate row' in expanded view
|
2 years ago |
Daniel Spaude
|
04d9b08f55
|
add delete and duplicate row buttons to expanded form and grid view
|
2 years ago |
flisowna
|
53ad48fdb7
|
fix missing merge conflict
|
2 years ago |
Daniel Spaude
|
d20c5afa3d
|
add 'delete row' and 'duplicate row' buttons to edit overaly - WIP
|
2 years ago |
Pranav C
|
6b86c7c1cd
|
fix(api): neq query correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
90bfa2dec2
|
feat(gui): improve row navigation option in expanded form
- Add tooltip
- Show warning if out of bound
- Hide option from nested
- Implement it in Gallery view
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
46d670f089
|
feat(gui): navigation option to switch between rows in expanded form
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Daniel Spaude
|
e81463301b
|
geodata: remove unused code
|
2 years ago |
flisowna
|
6f932a3266
|
geodata: fix linter issues
|
2 years ago |
flisowna
|
1c5139f101
|
WIP geodata: add marker by tap holding in a map view - passing and saving in expanded form works
|
2 years ago |
flisowna
|
a19ca14147
|
Revert "geodata: create new row on right-click/tap on map (pass data into expand form dialog - hacky code / needs refactoring) - WIP"
This reverts commit d21525f0c6 .
|
2 years ago |
flisowna
|
d21525f0c6
|
geodata: create new row on right-click/tap on map (pass data into expand form dialog - hacky code / needs refactoring) - WIP
|
2 years ago |
flisowna
|
49d9ade608
|
geodata: create new row on right-click/tap on map (pass data into expand form dialog - hacky code / needs refactoring) - WIP
|
2 years ago |
flisowna
|
3fbe68317f
|
geodata: create new row on right-click/tap on map (pass data into expand form dialog - hacky code / needs refactoring) - WIP
|
2 years ago |
flisowna
|
c63c343a48
|
geodata: pass default geo position (based on map click) through to GeoData column component
|
2 years ago |
flisowna
|
e28e65529d
|
geodata: create new row on right-click/tap on map (pass data into expand form dialog - hacky code / needs refactoring
|
2 years ago |
Wing-Kam Wong
|
d232bbd8f6
|
fix(nc-gui): add relative so that the absolute overlay only take up to the input in expanded form
|
2 years ago |
Wing-Kam Wong
|
387d8ca8cf
|
fix(nc-gui): focus on the first input in expanded form nextTick
|
2 years ago |
Pranav C
|
8072c40c06
|
feat(gui): focus first input in expanded form
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
a0cd878187
|
fix(gui): make select field editable in form view
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
742a68deb0
|
fix(gui): if expanded form is active skip grid view keyboard event actions
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Muhammed Mustafa
|
25d420a331
|
fix(test): Changed tpo data-testid from data-nc
|
2 years ago |
Muhammed Mustafa
|
3c2720d449
|
feat(testing): Integrated data-nc standard for dom attribute used for testing
|
2 years ago |
Muhammed Mustafa
|
9e0eddf833
|
feat(testing): Added Table Column Operations test suite
|
2 years ago |
braks
|
c3ce940676
|
chore(nc-gui): suspend form
|
2 years ago |
braks
|
7c326ce118
|
fix(nc-gui): Add detached expanded form
|
2 years ago |
Pranav C
|
6a3a54798e
|
fix(gui): avoid view flickering on linking/unlinking LTAR
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |