Ramesh Mane
55fae33841
fix(nc-gui): longtext cell focus issue on cell active
2 days ago
Ramesh Mane
a83e9ea9bb
Merge pull request #9983 from nocodb/nc-fix/active-cell-keyup-listner-issue
...
Nc fix: if cell is active and document.activeElement is different then prevent selectedCellKeyupListner event
2 days ago
Ramesh Mane
70f22c6943
fix(nc-gui): if cell is active and document active element is outside grid then prevent event listner
2 days ago
Ramesh Mane
c41447a4ac
fix(nc-gui): if useSElectedCellKeyupListner is not grid cell activeCell then dont prevent handler fn call
2 days ago
Ramesh Mane
3d32182717
fix(nc-gui): if cell is active and document.activeElement is different then prevent selectedCellKeyupListner event
2 days ago
Raju Udava
1daff41cac
Merge pull request #10007 from nocodb/l10n_develop_2
...
New Crowdin updates
2 days ago
navi
ad132193f8
New translations en.json (French)
2 days ago
Raju Udava
17b39b8874
Merge pull request #10006 from nocodb/chore/act-artifacts
...
chore: confirm & fix artifact issue
2 days ago
Raju Udava
8192fc9ef2
Merge pull request #10004 from nocodb/nc-fix/on-blur-save-cell-value
...
fix(nc-gui): on blur save cell value of date related fields
2 days ago
mertmit
b3ba41e8b7
chore: upgrade upload artifact for ci-cd
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 days ago
Eng Zer Jun
34c3bf6713
ci(uffizzi-preview): provide GitHub token to download artifacts ( #10005 )
...
GitHub token is required to download artifacts from another workflow
run.
Reference: https://github.com/actions/download-artifact/issues/320
Fixes: 62e1485143
("ci(uffizzi-preview): use id of the workflow that triggered the workflow run (#10003 )")
Fixes: 2684cedddf
("chore(release-pr): update `upload-artifact` action to v4 (#9859 )")
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2 days ago
Ramesh Mane
a67acccada
fix(nc-gui): on blur save cell value of date related fields
2 days ago
Eng Zer Jun
62e1485143
ci(uffizzi-preview): use id of the workflow that triggered the workflow run ( #10003 )
...
The "Deploy Uffizzi Preview" has been failing after PR #9859 has been
merged. The cause is that the `cache-compose-file` was trying to
download artifacts from the current workflow. Instead, it should
download artifacts uploaded by the workflow that trigerred the workflow
run.
Fixes: 2684cedddf
("chore(release-pr): update `upload-artifact` action to v4 (#9859 )")
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2 days ago
Mert E.
b34ab4f96c
fix: rich text and normal long text column not working ( #10002 )
...
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
3 days ago
Eng Zer Jun
2684cedddf
chore(release-pr): update `upload-artifact` action to v4 ( #9859 )
...
* chore(release-pr): update `upload-artifact` and `download-artifact` actions to v4
v3 of `actions/upload-artifact` and `actions/download-artifact` will be
fully deprecated by 5 December 2024. Jobs that are scheduled to run
during the brownout periods will also fail. See [1][2].
[1]: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
[2]: https://github.blog/changelog/2024-11-05-notice-of-breaking-changes-for-github-actions/
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
* Unique artifact name
Reference: https://github.com/nocodb/nocodb/pull/9859#pullrequestreview-2488379782
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
---------
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
3 days ago
Eli Sheinfeld
8159fa5420
fix rspack running in build-local-docker-image.sh ( #10000 )
3 days ago
Pranav C
6f4d753299
fix: shared url and dashboard url corrections ( #9999 )
3 days ago
Raju Udava
699f5726d6
Merge pull request #9997 from nocodb/nc-fix/prompt-existing-issues
...
Nc fix/prompt existing issues
3 days ago
Ramesh Mane
66259d3fd4
fix(nc-gui): some MFE related issues
3 days ago
Ramesh Mane
0c508a8354
fix(nc-gui): some ai button related issue
3 days ago
Ramesh Mane
e0dea16460
fix(nc-gui): ai button related changes
3 days ago
Ramesh Mane
93c24eb919
fix(nc-gui): rename variable name
3 days ago
Ramesh Mane
f2e7e8b460
fix(nc-gui): update field search logic
3 days ago
Ramesh Mane
4be28bbb03
fix(nc-gui): field modal new field issue
3 days ago
Ramesh Mane
b750ce0112
fix(nc-gui): select integration related changes
3 days ago
Ramesh Mane
4c0f06e12d
fix(nc-gui): ai button related changes
3 days ago
Ramesh Mane
32c4b8e5fe
fix(nc-gui): remove console
3 days ago
Ramesh Mane
6f6e54b1b5
fix(nc-gui): prompt ester egg pending issues
3 days ago
Mert E.
818d9344e9
chore: preps ( #9994 )
...
* chore: preps
Signed-off-by: mertmit <mertmit99@gmail.com>
* test: fix unit
Signed-off-by: mertmit <mertmit99@gmail.com>
---------
Signed-off-by: mertmit <mertmit99@gmail.com>
3 days ago
Raju Udava
f4d27c01dd
Merge pull request #9998 from nocodb/l10n_develop_2
...
New Crowdin updates
3 days ago
navi
f1fca236f2
New translations en.json (Dutch)
3 days ago
Pranav C
13bf76a7f0
Merge pull request #9996 from nocodb/nc-refactor/ui
...
Nc refactor: ui
3 days ago
Pranav C
52ef43f8e1
Update packages/nc-gui/components/workspace/integrations/IntegrationsTab.vue
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
3 days ago
mertmit
d3ceb9a517
refactor: use feature flags
3 days ago
Pranav C
6a1603243a
refactor: hide unavailable integrations
3 days ago
Pranav C
be06331b32
fix: duplicate model - skip column if missing in source table
3 days ago
Raju Udava
1686474904
chore: hide beta ( #9995 )
...
Co-authored-by: mertmit <mertmit99@gmail.com>
4 days ago
Raju Udava
36d64035ac
Merge pull request #9993 from nocodb/nc-fix/auth-autocomplete-unification
...
fix (nc-gui): use autocomplete attributes on non-ee auth components
5 days ago
Raju Udava
2ed9f93481
Merge pull request #9989 from nocodb/l10n_develop_2
...
New Crowdin updates
5 days ago
navi
3eedbaa924
Update source file en.json
5 days ago
Ramesh Mane
e05ed944a4
Merge pull request #9970 from nocodb/nc-fix/bug-fix-5-dec
...
Nc fix/bug fix 5 dec
5 days ago
Yoones Khoshghadam
c7b8f46679
fix (nc-gui): use autocomplete attributes on non-ee auth components
5 days ago
Ramesh Mane
c5d96d7d5d
fix(nc-gui): ai review changes
5 days ago
Ramesh Mane
456b3ca224
fix(nc-gui): active table cell blue border overflow issue on first row, last row and first col after sticky column
5 days ago
Ramesh Mane
465c86cf5e
fix(nc-gui): update workspace icon bg color in left sidebar
5 days ago
Ramesh Mane
a45c77c2f4
fix(nc-gui): rich text modal size persist issue
5 days ago
Ramesh Mane
c0eb410f67
fix(nc-gui): rich text modal close btn visibility issue
5 days ago
Ramesh Mane
723420c7a3
fix(nc-gui): Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element'
5 days ago
Ramesh Mane
c482f5c69f
fix(nc-gui): i tag render issue as italic
5 days ago
Ramesh Mane
0a2ff8bde3
fix(nc-gui): rich text mention issue #4122
5 days ago