Ramesh Mane
f0c7b76243
fix(nc-gui): sync option when we select selectType option color ( #8767 )
5 months ago
Ramesh Mane
30aa5fdf3a
Nc Fix: Minor bug fixes ( #8766 )
...
* fix(nc-gui): add addNew record btn in gallery view
* fix(nc-gui): allow clear json field value
* fix(nc-gui): add unlink btn in ltar cell expanded form
* fix(nc-gui): currency field display value visibility issue in ltar cell
* fix(nc-gui): hide kanban grouping field by default
* fix(nc-gui): small changes
5 months ago
Pranav C
cdceec6edd
Merge pull request #8759 from nocodb/nc-fix/cache-list-order
...
Add option to sort cache list data
5 months ago
Ramesh Mane
50f287f215
Nc Refactor: dialog modals ( #8743 )
...
* fix(nc-gui): update view create modal for grid & kanban
* fix(nc-gui): update calendar view create modal
* feat(nc-gui): add support to select gallery cover image while creating/duplicating view
* fix(nc-gui): update view icon size in view create modal
* fix(nc-gui): add input shadow effect
* refactor(nc-gui): dlg ui
* chore(nc-gui): lint
* fix(nc-gui): small changes
* fix(nc-gui): review changes
* chore: revert display message
* chore: lint
* fix(nc-gui): truncate field name
* fix(nc-gui): ignore empty lines at the end in form view #3104
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
5 months ago
navi
24f6f57d45
New translations en.json (Portuguese, Brazilian) ( #8761 )
5 months ago
Pranav C
646ff49e82
fix: on delete find index using id since index could change while deleting
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
5 months ago
Pranav C
c2e31c3836
fix: apply sort after parsing list data
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
5 months ago
Pranav C
6489a4e3cf
fix: add option to sort cache data
5 months ago
Mert E
30670938c1
Merge pull request #8757 from nocodb/nc/50704216
...
chore: post-release sync
5 months ago
github-actions[bot]
c59f1a31bf
chore: update sdk path
5 months ago
github-actions[bot]
5070421667
Merge pull request #8756 from nocodb/release/0.250.2
5 months ago
mertmit
6cf353413c
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
5 months ago
github-actions[bot]
ee3084252e
Merge pull request #8755 from nocodb/develop
5 months ago
Pranav C
56b285dc88
Merge pull request #8752 from nocodb/nc-filter-bug
...
fix: Wait until any previous filter is saving
5 months ago
Pranav C
cd0ff8e234
fix: wait until any previous filter is in saving state
5 months ago
Ramesh Mane
6176e1871b
Fix: Misc bug fixes ( #8748 )
...
* fix(nc-gui): hide deprecated fields and width of modal if field is att
* fix(nocodb): duplicate table/base if kanban view is prasent
5 months ago
Salim B
f6a80f4587
Update 030.expand-record.md ( #8751 )
...
We can delete comments since https://github.com/nocodb/nocodb/issues/7600 was fixed.
5 months ago
Mert E
486c29bdd4
fix: missing pk handling ( #8749 )
...
* fix: handle null case
* fix: missing required field
5 months ago
Pranav C
e7d6664e6a
Merge pull request #8747 from nocodb/nc-fix/erd-meta-fetch
...
fix: ERD - avoid fetching non-source table metas
5 months ago
Pranav C
371fed9fdf
refactor: better function name
5 months ago
Pranav C
71d3d68dbf
fix: exclude other sources tables when fetching meta for ERD
5 months ago
Pranav C
a6cc5f3c99
fix: exclude other sources tables when fetching meta for ERD
5 months ago
Mert E
bdd0a4b6bf
fix: allow dragging to grid end ( #8745 )
...
Signed-off-by: mertmit <mertmit99@gmail.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
5 months ago
Chavy
4ad15cd7c8
fix: field sorting will send two requests in weak network ( #8614 )
...
* fix: field sorting will send two requests in weak network
* chore: optimize code
* chore: wrap handleReorderColumn with try...catch
* chore: optimize code
5 months ago
Pranav C
83edc046aa
Merge pull request #8744 from nocodb/nc-fix/filter-delete
...
Type corrections and avoid duplicate filter delete request
5 months ago
navi
b6bc6d04d2
New Crowdin updates ( #8731 )
...
* New translations en.json (French)
* New translations en.json (Turkish)
* New translations en.json (Chinese Simplified)
* New translations en.json (Latvian)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Basque)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Traditional)
* New translations en.json (English)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Hindi)
* New translations en.json (Bengali, India)
* Update source file en.json
5 months ago
Mert E
da706f4252
fix: avoid marking updated on select ( #8741 )
...
* fix: avoid marking updated on select
* fix: handle null/undefined meta
* fix: use local meta for field details
* fix: avoid creating options on update
* fix: improve readability
5 months ago
Pranav C
03017f31ab
refactor: handle if lookuprelation not found
5 months ago
Pranav C
be7f60e388
refactor: type corrections and update state to deleting and delete filter in background to avoid duplicate click
5 months ago
Mert E
aa7b9a156f
fix: delete org user ( #8742 )
...
Signed-off-by: mertmit <mertmit99@gmail.com>
5 months ago
Raju Udava
70b31392cd
test: fix mfe toggle (trial) ( #8740 )
...
* test: fix mfe toggle (trial)
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: retain timeout wait after save
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
---------
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
5 months ago
Pranav C
3869752d43
Merge pull request #8732 from nocodb/nc-fix/filter-bugs
...
Nc fix/filter bugs
5 months ago
Ramesh Mane
f49bf52abf
Nc fix/resolve console warnings ( #8715 )
...
* fix(nc-gui): some ts warnings
* fix(nc-gui): columnFilter file warnings
* fix(nc-gui): fix ts errors
* fix(nc-gui): pr review changes
* fix(nc-gui): update NcCheckbox change event
* fix(nc-gui): pr review changes
5 months ago
Mert E
c9d5ab2c09
fix: avoid extra encode ( #8739 )
5 months ago
Pranav C
9c3dfe9ea2
refactor: review suggestions
5 months ago
Pranav C
7861461977
fix: coderabbit suggestion and passing args correctly
5 months ago
Pranav C
8dbda1cb99
fix: move cache reference within clossure since each instance should have its own cache
5 months ago
Pranav C
a2b81dc73c
fix: keep any local state value of filter after sync
5 months ago
Pranav C
edc7c44d9f
fix: use custom cached debounce function to use individual debounce function for each filter
5 months ago
Pranav C
d327b5c50e
Merge pull request #8737 from nocodb/nc-fix/foreign-key-update
...
fix: Support FK column update(system field) in external dbs
5 months ago
Pranav C
c467598895
refactor: review suggestions
5 months ago
Pranav C
91dfbee0a5
fix: support FK column update(system field) and linting
5 months ago
Pranav C
8737e1cda0
Merge pull request #8735 from nocodb/nc-fix/meta-sync
...
fix: Add source_id filter when getting table list
5 months ago
Mert E
f5f4e8c388
fix: missing conditionV2 ( #8736 )
...
Signed-off-by: mertmit <mertmit99@gmail.com>
5 months ago
Pranav C
470246477c
fix: add source_id filter when getting table list
5 months ago
Mert E
29dad865a9
Merge pull request #8730 from nocodb/nc/14fa4c8d
...
chore: post-release sync
5 months ago
github-actions[bot]
53c9f7b1fc
chore: update sdk path
5 months ago
github-actions[bot]
14fa4c8d5d
Merge pull request #8729 from nocodb/release/0.250.1
5 months ago
mertmit
5c7ce2b17e
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
5 months ago
github-actions[bot]
fc175edf95
Merge pull request #8728 from nocodb/develop
5 months ago