Wing-Kam Wong
|
7adf48d0b9
|
refactor(nc-gui): use set for calculating unique values
|
2 years ago |
Pranav C
|
77bd3c6128
|
fix(gui): avoid using returning if primary key missing
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
b78b38e53b
|
fix(gui): get record using autogenerated key if table using ag primary key
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
213c6f3ca5
|
refactor(nc-gui): change project type in JSONTemplateAdapter
|
2 years ago |
Pranav C
|
b868d23a34
|
fix(gui):disable deep compare since the data could be non-valid json
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
96db6145fc
|
fix(gui): avoid overwriting cell value after update
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
15024005d0
|
refactor(nc-gui): use parserhelpers functions for import
|
2 years ago |
Braks
|
2913d256a6
|
Merge pull request #4102 from nocodb/fix/checkbox-warning
|
2 years ago |
Pranav C
|
df1f0fc097
|
Merge pull request #4088 from nocodb/feat/grid-view-improvements
Fix: Grid view - miscellaneous bugs
|
2 years ago |
Wing-Kam Wong
|
0e2fcd5f3a
|
fix(nc-gui): incorrect focus when adding a new column during import
useTemplateRefsList will not reset the existing refs. It appends new refs everytime a new column is added.
|
2 years ago |
Wing-Kam Wong
|
3c6c34adc0
|
refactor(nc-gui): pass tableIdx instead of passing table to addNewColumnRow
|
2 years ago |
աɨռɢӄաօռɢ
|
ee014eed4a
|
Merge pull request #4084 from nocodb/fix/duration-save-on-blur
fix(nc-gui): remove duration from isManualSaved
|
2 years ago |
mertmit
|
7edaf0b4ab
|
Merge pull request #4112 from nocodb/fix/npm-release-issue
fix: npm release github action issue
|
2 years ago |
Wing-Kam Wong
|
da188ecd24
|
chore: update package-lock.json
|
2 years ago |
Wing-Kam Wong
|
4c39aa216c
|
chore(nocodb-sdk): bump typedoc
|
2 years ago |
Wing-Kam Wong
|
bda16bf40d
|
chore(nocodb-sdk): update package-lock.json
|
2 years ago |
Wing-Kam Wong
|
a1e759dc56
|
chore(nocodb-sdk): update package-lock.json
|
2 years ago |
Wing-Kam Wong
|
c981c8260b
|
chore(workflows): bump to node 16
|
2 years ago |
Raju Udava
|
7b419dcbbc
|
Merge pull request #4107 from nocodb/l10n_develop_2
New Crowdin updates
|
2 years ago |
navi
|
1b77ad8c91
|
New translations en.json (Chinese Simplified)
|
2 years ago |
navi
|
b9a26c2de0
|
New translations en.json (Japanese)
|
2 years ago |
mertmit
|
783c4d5326
|
fix: mysql use text for multiselect if more than 64 options
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
1cfbdb2e83
|
fix: handle more than 64 options for mysql
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
7645f5c5c0
|
fix(at-import): select options match duplicates case-insensitive
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
f771fef87e
|
fix: select column operations for mysql
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
b685f811b9
|
chore(nc-gui): remove console.log
|
2 years ago |
mertmit
|
42afc0f14d
|
fix(nc-gui): add number type to checkbox modelValue
Signed-off-by: mertmit <mertmit99@gmail.com>
|
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 |
Wing-Kam Wong
|
4f17dbc966
|
fix(nc-gui): add duration to isAutoSaved
|
2 years ago |
Wing-Kam Wong
|
260881b717
|
Merge branch 'develop' into fix/duration-save-on-blur
|
2 years ago |
mertmit
|
7e5a52d0ff
|
feat: better scroll for borders and sticky header
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
աɨռɢӄաօռɢ
|
26ae2eff5a
|
Merge pull request #4086 from nocodb/feat/upgrade-node-16
feat: upgrade actions to node 16
|
2 years ago |
Pranav C
|
8a43a69e13
|
fix(gui): insert row bug
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
f9cab933b8
|
fix(gui): pass Row ref to insert method
Signed-off-by: Pranav C <pranavxc@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
|
a20c2c99fb
|
feat(gui): show loader while loading meta
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 |
Raju Udava
|
970860b966
|
Merge pull request #4070 from nocodb/l10n_develop_2
New Crowdin updates
|
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
|
acb5820abe
|
fix(nc-gui): checkbox styles preventing action
|
2 years ago |
Wonkeun No
|
430a50ed71
|
Add an argument to ROUND func to show decimal numbers
|
2 years ago |
Pranav C
|
97efdb11a7
|
fix(gui): if default clipboard copy failed due to permission use the fallback
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
51180c56ee
|
feat(workflows): upgrade actions to use node 16
|
2 years ago |
Wing-Kam Wong
|
bfc3a549cf
|
chore(workflows): remove CICD backup from previous version
|
2 years ago |
Wing-Kam Wong
|
73e34cda05
|
fix(nc-gui): remove duration from isManualSaved
|
2 years ago |
Braks
|
939e8efdc3
|
Merge pull request #4066 from nocodb/chore/vue-flow
|
2 years ago |
Wing-Kam Wong
|
b9e6480e0c
|
chore: update sdk version in package-lock
|
2 years ago |