Commit Graph

189 Commits

Author SHA1 Message Date
mertmit
c3dcb38c6b feat: move csv export to background jobs 2025-05-20 13:06:21 +00:00
Ramesh Mane
21beb5235e chore(nc-gui): new toast message type setup 2025-04-21 17:11:40 +00:00
Ramesh Mane
c4f513a146 fix(nc-gui): allow direct vNode as content to ncMessage 2025-04-03 07:57:50 +00:00
Ramesh Mane
232a1077c4 fix(nc-gui): overwrite and message api with our ncMessage 2025-04-03 07:57:49 +00:00
Ramesh Mane
91f27b3f9d fix(nc-gui): type error 2025-04-03 07:57:49 +00:00
Ramesh Mane
54398aa2ea feat(nc-gui): toast message 2025-04-03 07:57:47 +00:00
mertmit
e9807cdaf1 fix: reduce duration for pw
Signed-off-by: mertmit <mertmit99@gmail.com>
2025-03-27 21:40:19 +03:00
Ramesh Mane
f2cda10f95 fix(nc-gui): increase ant message auto close duration from 3 to 8 sec 2025-03-25 13:19:31 +00:00
DarkPhoenix2704
b9314492ad chore: bump sentry and posthog 2025-03-10 06:21:46 +00:00
Fendy Heryanto
7f6051962b change to unmounted and plugins for import worker 2025-03-05 06:21:06 +00:00
Ramesh Mane
3291add9e5 fix(nc-gui): column resize issue 2025-03-04 15:05:20 +05:30
Mert E.
1712b4f980 chore: sync import ft (#10509)
* feat: cloud import

* feat: single input

* feat: feature flag for import from nocodb

* feat: user support for cloud import

* fix: refactor ux

* fix: use ncSiteUrl instead of base url

* fix: properly finish with redis
2025-02-17 10:27:09 +03:00
Mert E.
9d1f911644 fix: worker monaco (#10462)
* fix: use worker url instead of inline

* fix: quick import local

* fix: warning

* fix: use module only in dev mode
2025-02-10 09:38:36 +03:00
Amit Joki
370e05ce14 style: improve the style of the rest of the base dashboard 2025-01-24 10:53:00 +00:00
DarkPhoenix2704
c209cee324 fix: types not working in staging 2025-01-14 05:34:45 +00:00
DarkPhoenix2704
0bd2e8c668 fix: lint 2025-01-10 16:11:08 +00:00
DarkPhoenix2704
8f0fe94021 fix: executor is broken 2025-01-10 16:11:00 +00:00
DarkPhoenix2704
d53d0045c2 feat: session api feat: output.inspect 2025-01-10 16:10:59 +00:00
mertmit
a8ef70f7b7 script 2025-01-10 16:10:56 +00:00
Raju Udava
b18aa44f65 Merge branch 'develop' into nc-chore/ci-hang 2024-12-27 13:34:46 +05:30
mertmit
8c7e27144e fix: rebase issue 2024-12-26 11:27:30 +00:00
mertmit
7ad06bf736 chore: various fixes
Signed-off-by: mertmit <mertmit99@gmail.com>
2024-12-26 11:42:55 +03:00
mertmit
19dbeee01b fix: disable animation for ci 2024-12-24 22:27:14 +00:00
Pranav C
21e1f2a9fa refactor: GUI error handling (#9528)
* refactor: error reporting

Signed-off-by: Pranav C <pranavxc@gmail.com>

* refactor: handle ee part

Signed-off-by: Pranav C <pranavxc@gmail.com>

* refactor: coderabbit review comments

Signed-off-by: Pranav C <pranavxc@gmail.com>

* refactor: linting

Signed-off-by: Pranav C <pranavxc@gmail.com>

* refactor: remove duplicate error log

Signed-off-by: Pranav C <pranavxc@gmail.com>

* refactor: request type correction

Signed-off-by: Pranav C <pranavxc@gmail.com>

---------

Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-10-08 11:49:53 +05:30
DarkPhoenix2704
8587703e78 fix: updated changelog 2024-10-02 05:54:25 +00:00
Pranav C
557be16907 chore: lint 2024-09-23 10:12:16 +00:00
Pranav C
e215d5781b refactor: redirect even if 2024-09-23 10:12:16 +00:00
Pranav C
245fd3262d refactor: redirect even if 2024-09-23 10:12:16 +00:00
Pranav C
1d7f5235b0 fix: redirect only in page where signin action triggers 2024-09-23 10:12:15 +00:00
Mert E.
df1d43999a fix: swagger UI blank page (#9475)
* fix: swagger-ui - if token missing in localstorage redirect to signin page

* fix: import statement correction

---------

Co-authored-by: Pranav C <pranavxc@gmail.com>
2024-09-12 12:47:53 +05:30
Ramesh Mane
5be42ebbd3 fix(nc-gui): append reload_attempt query param after hash url (#9352) 2024-08-28 09:26:22 +05:30
Pranav C
6b2d2ec80c fix: handle redirect query param 2024-08-19 17:10:40 +00:00
Pranav C
10e478ad6b refactor: use useGlobal composable to get token 2024-08-19 17:10:40 +00:00
Pranav C
1298a49aeb fix: proper redirection after login 2024-08-19 17:10:40 +00:00
Pranav C
c1eeb3e27d fix: after siginIn redirect to page in which user tried to access 2024-08-19 17:10:40 +00:00
Pranav C
d4f76d348a fix: Miscellaneous bugs (#9149)
* feat: support pretty print in webhook json

* fix: on renaming table update default view name as well

* fix: show default view name alias as 'Default view'

* fix:  chunk loading error handling

* fix: global error boundary handling improvements

* fix: typo correction

* chore: sentry integration

* refactor: destroy the toast message after reload

* chore: add missing dependencies

Signed-off-by: Pranav C <pranavxc@gmail.com>

* chore: sentry error reporting

Signed-off-by: Pranav C <pranavxc@gmail.com>

* refactor: improved error toast message

Signed-off-by: Pranav C <pranavxc@gmail.com>

* refactor: timeout correction

Signed-off-by: Pranav C <pranavxc@gmail.com>

---------

Signed-off-by: Pranav C <pranavxc@gmail.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-08-07 12:39:57 +05:30
Anbarasu
a5fc9be175 feat: Formula colouring and improved suggestions (#9072)
* feat: formula language

* feat: formula coloring and ux improvements

* fix: suggestions generation

* fix: handle undefined editor

* fix: handle formula errors

* fix: update imports

* fix: minor corrections

* fix: test corrections

* fix: increase timeout

* fix: clear existing formulas before pasting

* fix: ux improve

* fix: ux improve

* fix: coloring issue

* fix: remove styles

* fix: handle wrapping

* fix: bug fixes

* fix: strict suggestion handling

* fix: update indent strategy

* fix: handle formula in nested state and unbalanced parens

* fix: formula fix

* chore: sync dependencies
2024-07-30 13:47:07 +05:30
DarkPhoenix2704
7c72c22567 fix: add pdf-object 2024-07-25 10:08:00 +05:30
Anbarasu
1f4af34f9f fix: add telementry to cmd+j (#8981) 2024-07-11 14:48:12 +05:30
Anbarasu
480ec51953 maintenance ui (#8909)
* feat: maintenance alert ui

* fix: add dayjs advanced plugin
2024-07-05 15:20:33 +05:30
Pranav C
946ae7cd5d fix: add a nuxt plugin to handle chunk error 2024-06-11 18:14:43 +00:00
Mert E
89f0895de3 fix: experimental frontend optimizations (#8427)
* fix: get rid of barrel files

* chore: get rid of explicit imports

* fix: use explicit import for classes and enums

* fix: use explicit import for enum & class & aliases

* fix: build issues
2024-05-08 15:55:09 +05:30
DarkPhoenix2704
e14f404d09 feat(nc-gui): new dayjs plugin 2024-02-20 07:15:58 +00:00
DarkPhoenix2704
2c7e0f2a25 fix(nc-gui): day view not functioning 2024-02-20 07:15:50 +00:00
DarkPhoenix2704
59ce391bde feat(nc-gui): show active dates 2024-02-20 07:15:49 +00:00
Ramesh Mane
af262632cf fix(nc-gui): open docs link in new tab 2024-01-25 12:47:35 +00:00
mertmit
43b622cb03 fix: poll plugin
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-12-16 16:23:28 +03:00
Daniel Roe
032c60d7b6 fix: import nuxt composables from #imports 2023-11-07 21:05:20 +00:00
Pranav C
d63948eba9 refactor: move dayjs global changes to plugin to avoid unnecessary code repetition 2023-11-06 18:16:46 +05:30
Muhammed Mustafa
7b7e53988f fix: Fixed i18n fallback locale not loading issue 2023-10-20 18:59:10 +05:30