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 |
Pranav C
|
6dba597fef
|
chore(gui): lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
c84998d7aa
|
fix(gui): reset to non-editable mode if switching cell
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
07728342d8
|
fix: proper multi/single select behaviour with keyboard
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
ad1a64a985
|
fix(gui): single/multi select issue with arrow and enter keys
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
1fa5e3c251
|
fix: on escape key press toggle to readonly
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
72d10d415e
|
fix: block default action on shortcut key press and typo correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
326e6ab7ce
|
fix: prevent cell switch on keypress when picker, dropdown or LTAR list is in open state
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
d682e56a3f
|
refactor: cleanup and lint
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 |
Pranav C
|
1aab8e5a6e
|
feat(api): cmd/ctrl + arrow navigation
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
7cfa6491fc
|
feat(gui): On first click outside checkbox, just select cell. Do not toggle value
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
75c1c202a9
|
feat(gui): ignore unselecting if clicking inside any picker element
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 |
Pranav C
|
584bcc03f0
|
fix(gui): ignore update if property is not there in row data
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
cfaa7b64e7
|
fix(gui): tab switch row insert/update bug
- pass correct column list to get primary key
- handle undefined as null in update
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Muhammed Mustafa
|
0e7dfa7933
|
feat(testing): Renamed pw html attribute to nc-data
|
2 years ago |
Muhammed Mustafa
|
3c2720d449
|
feat(testing): Integrated data-nc standard for dom attribute used for testing
|
2 years ago |
Muhammed Mustafa
|
86db88cce7
|
feat(testing): Added prefexing to user email and project which will be deleted by each worker on reset and some cleanups
|
2 years ago |
Raju Udava
|
9a7b08b4dd
|
test: stability for language, share base
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Muhammed Mustafa
|
a52f780808
|
feat(testing): Playwright build CI optimization removed and solved rebase regression
|
2 years ago |
Muhammed Mustafa
|
61317d5c10
|
feat(testing): Synced to develop regression
|
2 years ago |
Muhammed Mustafa
|
6c492f1a9c
|
feat(testing): Fixed open table
|
2 years ago |
Muhammed Mustafa
|
ebd0afb2d1
|
feat(testing): Refactored Page object model
|
2 years ago |
Muhammed Mustafa
|
9e0eddf833
|
feat(testing): Added Table Column Operations test suite
|
2 years ago |
Muhammed Mustafa
|
028f82fc01
|
feat(testing): Fixed pw-data attribute for grid spinner
|
2 years ago |
Muhammed Mustafa
|
bdc3aaed6a
|
feat(testing): Improvements with page objects
|
2 years ago |
Muhammed Mustafa
|
6998c3e6c7
|
feat(testing): Added and integrated playwright
|
2 years ago |
mateonunez
|
b5e2143faa
|
chore(Grid): remove unused parentheses
|
2 years ago |
mateonunez
|
b168e76a59
|
fix(nc-gui): allow expand when is locked
|
2 years ago |
braks
|
eea4ef0211
|
refactor(nc-gui): show expand icon depending on role and readonly state
|
2 years ago |
braks
|
94065a92c0
|
fix(nc-gui): use `TableDataCell` component to set cell refs
|
2 years ago |
braks
|
97cdb832e4
|
fix(nc-gui): show expand icon regardless of readonly state
|
2 years ago |
braks
|
8b255f3096
|
refactor(nc-gui): use ref for readonly injection
|
2 years ago |
braks
|
030bab3c9b
|
revert(nc-gui): list items to use regular expanded form
|
2 years ago |
braks
|
e884a7d1d4
|
refactor(nc-gui): move readonly injection to smartsheet
|
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 |
mertmit
|
7e5a52d0ff
|
feat: better scroll for borders and sticky header
Signed-off-by: mertmit <mertmit99@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
|
95f252ba84
|
fix(nc-gui): remove `useMetas` from cb fn
|
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
|
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 |
Pranav C
|
4584655410
|
fix(gui): scroll to view only if required
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |