Commit Graph

770 Commits

Author SHA1 Message Date
Ramesh Mane
6acad8ee22 fix(nc-gui): external source ui restrictions 2025-04-15 05:53:23 +00:00
Ramesh Mane
442f8625db fix(nc-gui): sidebar banner on record limit reach 2025-04-15 05:53:19 +00:00
Ramesh Mane
dfdf433abd refactor(nc-gui): showRecordPlanLimitExceededModal 2025-04-15 05:53:18 +00:00
Ramesh Mane
60c6317dcb feat(nc-gui): block record add on limit execeed 2025-04-15 05:53:18 +00:00
Ramesh Mane
f497c8db02 fix(nc-gui): remove explicit import statement of ant message as this globally imported 2025-04-03 07:57:49 +00:00
Ramesh Mane
8195c81df5 fix(nc-gui): oss import base option icons 2025-03-25 13:19:31 +00:00
mertmit
43f1d8cbe1 fix: hide unrelated option 2025-03-21 09:33:19 +00:00
DarkPhoenix2704
f4c94f7936 fix: failing oss tests 2025-03-17 06:16:30 +00:00
DarkPhoenix2704
3727cc02eb feat: duplicate base ui 2025-03-17 06:16:29 +00:00
Ramesh Mane
39eba06b3c fix(nc-gui): enable or disable all experimental features option 2025-03-11 19:25:20 +00:00
Ramesh Mane
f5a0d2e1f1 fix(nc-gui): disable form view creation if it is sqlView 2025-03-10 06:10:09 +00:00
Ramesh Mane
4db2c46195 chore(nc-gui): lint 2025-03-07 08:26:45 +00:00
Mert E.
6a8e791d53 fix: add missing optional chain (#10732)
* fix: add missing optional chain

* fix: PR requested change

Signed-off-by: mertmit <mertmit99@gmail.com>

---------

Signed-off-by: mertmit <mertmit99@gmail.com>
2025-03-06 01:33:07 +03:00
Ramesh Mane
96dc2ac77d chore(nc-gui): lint 2025-03-05 06:25:21 +00:00
Mert E.
2a4b192e73 feat: sync fw (#10671)
* feat: sync table init

* feat: sync table (WIP)

* feat: oauth flow for github

* feat: sync feature flag

* feat: progress for sync

* feat: revise sync status

* feat: incremental support for sync

* feat: disable insert & delete operations on synced tables

* feat: handle synced & readonly on frontend

* test: apply system column order (always initial)

* test: change wrong index

* fix: PR requested changes

* test: overlapping variable names
2025-02-28 16:43:49 +03:00
Ramesh Mane
ff8fc96358 fix(nc-gui): revert disable reorder changes other than sidebar component 2025-02-18 10:03:47 +00:00
Ramesh Mane
6d9e325bfc refactor(nc-gui): Draggable filter fn 2025-02-18 10:03:47 +00:00
Ramesh Mane
55eb5a3335 fix(nc-gui): disable reordering in touch based devices 2025-02-18 10:03:47 +00:00
Raju Udava
b03fcf09a1 fix: feature preview height to be same as toolbar 2025-02-17 15:11:11 +00:00
DarkPhoenix2704
aa5a60f40b feat: button renderer, action manager 2025-02-17 13:10:57 +00:00
Mert E.
874b8311cb feat: cloud exp (#10504)
* feat: cloud migrate

Signed-off-by: mertmit <mertmit99@gmail.com>

* feat: migration support user field

Signed-off-by: mertmit <mertmit99@gmail.com>

* feat: compatability mode

Signed-off-by: mertmit <mertmit99@gmail.com>

---------

Signed-off-by: mertmit <mertmit99@gmail.com>
2025-02-17 11:18:01 +03:00
Raju Udava
f5c49cf283 Nc fix/progress meta sync (#10448)
* feat: progress panel component

* feat: meta sync progress support

* test: meta sync

---------

Co-authored-by: mertmit <mertmit99@gmail.com>
2025-02-07 23:12:06 +03:00
Mert E.
708dd37bf5 fix: attachment null (#10444)
* fix: null is valid for attachment

* fix: small scroll issue
2025-02-07 15:17:23 +03:00
Yoones Khoshghadam
045a96e1d1 fix (nc-gui): experimental features sizing and coloring changes 2025-01-31 06:41:06 +00:00
Yoones Khoshghadam
fffce67777 fix (nc-gui): experimental features drawer 2025-01-31 06:41:06 +00:00
Yoones Khoshghadam
c8cfab38b7 chore: lint 2025-01-31 06:41:06 +00:00
Yoones Khoshghadam
ee2611f000 fix (nc-gui): move experimental features into a drawer 2025-01-31 06:41:06 +00:00
Ramesh Mane
d4580d610a fix(nc-gui): remove emtpy style and script tag 2025-01-28 13:18:34 +00:00
Raju Udava
2c810b22c2 Merge pull request #10324 from nocodb/nc-fix/audit-v1-ui-changes
Nc fix: Audit v1 UI changes
2025-01-27 15:00:35 +05:30
Ramesh Mane
c1bff38536 fix: audit permissions and filter event cat 2025-01-27 08:25:19 +00:00
Ramesh Mane
3b8603c4f0 refactor(nc-gui): audit logs 2025-01-27 08:25:17 +00:00
Ramesh Mane
7b0b782392 fix(nc-gui): reset audit filters on navigating to account settings 2025-01-27 08:25:16 +00:00
Ramesh Mane
d3f5b90052 fix(nc-gui): show external source audit logs and remove audit logs table from data source 2025-01-27 08:25:15 +00:00
Fendy Heryanto
57da0ffac4 do not trim the value before validation happen 2025-01-27 06:45:22 +00:00
Pranav C
055c920ee5 refactor: corrections and improvements 2025-01-22 12:53:36 +00:00
Pranav C
3cde7fe697 chore: enable language by default 2025-01-22 12:53:36 +00:00
Mert E.
c2f50efbb9 feat: data reflection preps (#10227)
* feat: integration hooks

* feat: data reflection

* feat: improved UX for data reflection

* chore: lint

* fix(nc-gui): update nocodb integration ui

* fix(nocodb): type error

* fix(nc-gui): nocodb integration icon and modal gap issue

* fix: defer integration hooks

* fix: check proper state

* refactor(nc-gui): integration modal

* refactor(nc-gui): integration modal ui changes

* refactor: change default port

* fix(nc-gui): add base id copy input

* fix(nc-gui): schema dropdown placement and item height issue

* fix(nc-gui): nocodb connection bg color issue

* fix(nc-gui): update nocodb integration count and user logo

* fix: rspack keep class

* feat: get connection menu item

* chore: rebase issue

* fix: hide nc from sources

* feat: move data reflection to model level

* fix: remove deprecated fn & fix type errors

* feat: reflection settings

* feat: feature flag for data reflection

* refactor: avoid save on feature flags

* fix: properly show host

* fix: PR requested changes

* fix: use named parameters for queries

---------

Co-authored-by: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com>
2025-01-14 14:59:45 +03:00
DarkPhoenix2704
0bd2e8c668 fix: lint 2025-01-10 16:11:08 +00:00
Ramesh Mane
d639df781b chore(nc-gui): lint 2025-01-06 05:56:58 +00:00
Ramesh Mane
667e0b9c27 fix(nc-gui): multiple tele event trigger issue 2025-01-06 05:56:57 +00:00
Raju Udava
5a35e107c5 fix: set-2 2025-01-02 12:04:04 +00:00
Raju Udava
389a623cc8 fix: i18n menu items 2025-01-02 12:04:04 +00:00
Ramesh Mane
307f9d5a5a fix(nc-gui): enable language in ee under beta feature 2025-01-01 09:23:11 +00:00
Ramesh Mane
49ad02238b fix(nc-gui): lang popover bg issue 2025-01-01 09:23:10 +00:00
Pranav C
f3a3419c33 feat: enable i18n in ee 2025-01-01 09:23:10 +00:00
Ramesh Mane
f2c8f023da fix(nc-gui): left align base settings tab content 2024-12-27 15:25:38 +05:30
Ramesh Mane
ffc4fe73fa fix(nc-gui): table alignment issue 2024-12-27 15:25:38 +05:30
Ramesh Mane
e37a3eed46 fix(nc-gui): search input box placeholder color issue 2024-12-27 15:25:38 +05:30
Ramesh Mane
650774154d fix(nc-gui): pr review changes 2024-12-27 14:39:59 +05:30
Ramesh Mane
dc369f274d fix(nc-gui): add meta props in generalUserIcon component 2024-12-27 14:39:59 +05:30