Wing-Kam Wong
|
fed62a3e00
|
feat(nc-gui): add desc for misc items
|
2 years ago |
Wing-Kam Wong
|
dc314b70fc
|
feat(nc-gui): add showNullAndEmptyInFilter
|
2 years ago |
Wing-Kam Wong
|
1380ee9bf6
|
feat(nc-gui): add showNullInCells & showNullAndEmptyInFilter
|
2 years ago |
Wing-Kam Wong
|
70796e96a9
|
fix(nc-gui): margin-auto -> m-auto
|
2 years ago |
Wing-Kam Wong
|
7f065ecab8
|
refactor(nc-gui): src -> srcs
|
2 years ago |
Wing-Kam Wong
|
ccb013ee48
|
docs: correct unit test directory path
|
2 years ago |
Wing-Kam Wong
|
da0e358bea
|
fix(nocodb): attachment isUploadAllowed logic
|
2 years ago |
Martin Honermeyer
|
768aacba5c
|
Try another fix for uploads via public base url
|
2 years ago |
mertmit
|
847e1b2d51
|
fix: drop unnecessary loadProject call
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
8045ba6779
|
feat: use shared composable for useProject and useTabs
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
Raju Udava
|
d7f1d683a1
|
test: handling of rating null values as 0
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Wing-Kam Wong
|
27f8e22e8d
|
fix(nocodb): attachment filter logic
|
2 years ago |
Wing-Kam Wong
|
eb134f6608
|
feat(nc-gui): handle singleSelect filter input value and fix types
|
2 years ago |
Wing-Kam Wong
|
42b38ec843
|
feat(nc-gui): use MultiSelect for SingleSelect columns for anyof / nanyof filters
|
2 years ago |
Wing-Kam Wong
|
94d6e2b75e
|
fix(nc-gui): use MultiSelect only for anyof / nanyof filters
|
2 years ago |
Wing-Kam Wong
|
ffa379d12d
|
fix(nocodb): rating filter logic
|
2 years ago |
Wing-Kam Wong
|
605ecfc532
|
fix(nc-gui): disable system fields in filter
|
2 years ago |
Wing-Kam Wong
|
03a7ab8829
|
chore(nc-gui): lint
|
2 years ago |
Wing-Kam Wong
|
fe02c935ea
|
fix(nc-gui): include unhidden fields for filter
|
2 years ago |
Wing-Kam Wong
|
8532e0f476
|
feat(nc-gui): show the first possible filter operator when creating a new filter
|
2 years ago |
Wing-Kam Wong
|
e771b467f2
|
feat(nc-gui): move isComparisonOpAllowed to useViewFilter
|
2 years ago |
Pranav C
|
459a1802fa
|
fix(gui): reload table data after duplicating a column
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
e9d12a46c5
|
feat(nocodb): handle isNoneOf, anyof & allof logic
|
2 years ago |
Wing-Kam Wong
|
cd850e6a55
|
feat(nc-gui): revise column filter style
|
2 years ago |
Wing-Kam Wong
|
e096c85eac
|
feat(nocodb): revise anyof & nanyof logic
|
2 years ago |
Wing-Kam Wong
|
578961e5c9
|
feat(nc-gui): use MultiSelect component for SingleSelect columns for anyof / nanyof filters
|
2 years ago |
Wing-Kam Wong
|
56b9b851c7
|
chore(nocodb): lint
|
2 years ago |
Wing-Kam Wong
|
58cba0584c
|
feat(nocodb): add migrateMultiSelectEq logic
|
2 years ago |
Wing-Kam Wong
|
e5c690ae51
|
feat(nocodb): checkbox upgrader logic
|
2 years ago |
Wing-Kam Wong
|
16f9ea265d
|
feat(nc-gui): disable filter value for blank & notblank filters
|
2 years ago |
Wing-Kam Wong
|
a1227609f9
|
feat(nocodb): add blank & notblank logic
|
2 years ago |
Wing-Kam Wong
|
17310b749b
|
feat(nc-gui): add blank & notblank filters
|
2 years ago |
Wing-Kam Wong
|
6f19d32d5e
|
feat(nocodb): include blank & notblank
|
2 years ago |
Wing-Kam Wong
|
21d769e896
|
refactor(nocodb): filter upgrader
|
2 years ago |
Wing-Kam Wong
|
98bf5da816
|
feat(nocodb): add upgrader logic for Duration columns
|
2 years ago |
Pranav C
|
a7e63fdb55
|
refactor(gui): render attachment lookup in the same way how it renders in normal cell
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
eb98bb12ad
|
fix(gui): when navigate to an auth required page try to populate token using refresh token if user is not logged in
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
bdc919d4ca
|
feat(nocodb): lookup filter upgrader logic
|
2 years ago |
Pranav C
|
127b5b0535
|
fix(nocodb): remove acl for refresh token endpoint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
209470e642
|
feat(nocodb): LinkToAnotherRecord filter upgrader logic
|
2 years ago |
Wing-Kam Wong
|
bb3a83c662
|
refactor(nocodb): extract remove filters logic
|
2 years ago |
Wing-Kam Wong
|
21630df516
|
feat(nocodb): remove `>`, `<`, `>=`, `<=`, `is empty`, `is not empty`, `is equal`, `is not equal` for attachment columns
|
2 years ago |
Pranav C
|
e093264e19
|
fix(gui): show modal popup with text if copy failed
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
0e2668180f
|
feat(nocodb): remove `like`, `null`, `equal` and `empty` for multiSelect columns
|
2 years ago |
Wing-Kam Wong
|
5921795bce
|
feat(nocodb): add checkbox migration
|
2 years ago |
Wing-Kam Wong
|
748ad2398c
|
feat(nocodb): include select fields
|
2 years ago |
Wing-Kam Wong
|
5a15a4b7b3
|
refactor(nc-gui): use `@error` instead of `:onerror`
|
2 years ago |
Wing-Kam Wong
|
af6de850a1
|
chore(nc-gui): remove file-not-found.png
|
2 years ago |
Wing-Kam Wong
|
288578a96c
|
fix(nc-gui): use LazyCellAttachmentImage for images only
|
2 years ago |
Wing-Kam Wong
|
1fd89c3d23
|
refactor(nc-gui): attachment width style
|
2 years ago |