Raju Udava
eed498a154
Merge pull request #4957 from nocodb/fix/single-select-issues
...
fix: Grid view - Single-select/Multi-select related bugs and improvements
2 years ago
Wing-Kam Wong
e15c03a789
fix(nocodb): handle empty field value
2 years ago
Wing-Kam Wong
2db63b2bd6
feat(nc-gui): getEqText & getNeqText
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
Wing-Kam Wong
f2b224b964
feat(nocodb): handle case sensitive case for mysql
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
Wing-Kam Wong
8840cd9d43
fix(nocodb): condition notempty logic
2 years ago
Raju Udava
7514ad6de3
Merge pull request #4968 from nocodb/fix/misc
...
Miscellaneous bug fixes and improvements
2 years ago
Wing-Kam Wong
7b98e30a8c
feat(nc-gui): exclude operators for LinkToAnotherRecord
2 years ago
Wing-Kam Wong
0e7e55ea92
feat(nc-gui): exclude operators for attachment
2 years ago
Wing-Kam Wong
1b2150a449
feat(nc-gui): revise filter operators for multiselect
2 years ago
Wing-Kam Wong
5f4202a26b
feat(nc-gui): exclude equal for checkbox
2 years ago
Wing-Kam Wong
d0bb200dd6
feat(nc-gui): exclude single select & collaborator for like & empty
2 years ago
Wing-Kam Wong
441950d0f5
feat(nc-gui): exclude numeric UI Types for like & empty operators
2 years ago
Wing-Kam Wong
a0ccee055d
feat(nc-gui): only include numeric ui types for >, <, >= and <=
2 years ago
աɨռɢӄաօռɢ
aeb8f78210
Merge pull request #4987 from nocodb/fix/attachment
...
fix: broken attachments
2 years ago
navi
a77cb7c4a6
Merge pull request #4994 from nocodb/l10n_develop_2
...
New Crowdin updates
2 years ago
navi
f044d19bf0
New translations en.json (Chinese Simplified)
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
Raju Udava
2359cb0442
Merge pull request #4990 from nocodb/l10n_develop_2
...
New Crowdin updates
2 years ago
Wing-Kam Wong
2e87dbeaf9
fix(nocodb): condition notempty logic
2 years ago
Wing-Kam Wong
e17152cb4b
fix(nc-gui): show empty string instead of the previous cell result
2 years ago
Wing-Kam Wong
0cf9f4d4e4
fix(nocodb): condition like logic
2 years ago
Wing-Kam Wong
625c59e2f5
fix(nocodb): condition nlike logic
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
navi
c2590fc239
New translations en.json (Chinese Simplified)
2 years ago