Commit Graph

289 Commits

Author SHA1 Message Date
Ramesh Mane
32d31ffcda fix(nc-gui): multiple cell copy paste isssue 2025-07-15 14:57:07 +00:00
Ramesh Mane
f84d0b46b9 fix(nc-gui): upload upto limit attachment on copy paste 2025-07-15 14:57:06 +00:00
Ramesh Mane
9b35ab87fa fix(nc-gui): consolidate error message or multiple rows 2025-07-15 14:57:06 +00:00
Ramesh Mane
239954bb19 fix(nc-gui): increase attachments in cell limit 2025-07-15 14:57:06 +00:00
mertmit
0599973d5f chore: sync multiple prs
Signed-off-by: mertmit <mertmit99@gmail.com>
2025-07-08 14:58:12 +03:00
Ramesh Mane
a34eb873d2 fix: some copy paste issue 2025-06-24 05:59:47 +00:00
Fendy Heryanto
33fbac5a04 skip serialize for currency and percent 2025-06-12 03:26:42 +00:00
Fendy Heryanto
311dd60f98 fix number case 2025-06-12 03:26:42 +00:00
Fendy Heryanto
023b642c53 fill handle v2 for non canvas 2025-06-12 03:26:42 +00:00
Ramesh Mane
160ddf4ea7 fix(nc-gui): disable horizontal scroll if cell range selection is in same column 2025-06-11 08:08:10 +00:00
Ramesh Mane
2f232843ea fix(nc-gui): use extracted api error messages 2025-06-10 05:42:08 +00:00
Ramesh Mane
933261c04a fix(nc-gui): update useMultiselect fn 2025-04-29 08:37:50 +00:00
Ramesh Mane
f819ddae7a fix(nc-gui): update cell copy operation toast message 2025-04-21 17:11:40 +00:00
Ramesh Mane
50978ba944 fix(nc-gui): external source edit cell disabled after adding more than 100 records 2025-04-16 10:30:14 +00:00
Ramesh Mane
41c8620b66 fix(nc-gui): disable adding new record if ext source free rows visibility count exceeded 2025-04-16 10:30:13 +00:00
Ramesh Mane
d98d54ac75 fix(nc-gui): disable edit cell if it is blur row 2025-04-15 05:53:30 +00:00
Ramesh Mane
340041bafb fix(nc-gui): use constant instead of hardcoded visible rows count 2025-04-15 05:53:29 +00:00
Ramesh Mane
8401ebbf48 fix(nc-gui): some keyboard navigation issue 2025-04-15 05:53:29 +00:00
Ramesh Mane
62cedfde06 fix(nc-gui): while upsert record on copy paste expand row and then show upgrage modal on continue btn click 2025-04-15 05:53:21 +00:00
Ramesh Mane
60c6317dcb feat(nc-gui): block record add on limit execeed 2025-04-15 05:53:18 +00:00
Ramesh Mane
1df337d3e1 fix(nc-gui): normal grid valueToCopy issue 2025-04-07 16:54:07 +00:00
Ramesh Mane
f294e58542 fix(nc-gui): group paste issue in non first page if infinite scroll is disabled 2025-03-27 19:30:49 +00:00
Ramesh Mane
2637a98f81 chore(nc-gui): lint 2025-03-19 20:42:33 +00:00
DarkPhoenix2704
3ab7e411fb fix: row paste related issues 2025-03-17 10:48:54 +00:00
Ramesh Mane
6c2c95b7d3 fix(nc-gui): disable paste in sqlview 2025-03-10 06:10:11 +00:00
Ramesh Mane
67feec7371 fix(nc-gui): skip throwing cell edit error if it is sql view 2025-03-10 06:10:10 +00:00
Ramesh Mane
0cbe086833 fix(nc-gui): handle catch error from convertDataCell fn properly 2025-03-05 14:51:15 +00:00
Ramesh Mane
9921d50889 fix(nc-gui): copy paste attachment direactly will replace existing attachments 2025-03-05 14:51:14 +00:00
Ramesh Mane
daf3ecb473 chore(nc-gui): lint 2025-03-05 14:51:14 +00:00
Ramesh Mane
19b127e09b fix: some review changes 2025-03-05 14:51:14 +00:00
Ramesh Mane
72315bb0bd chore(nc-gui): lint 2025-03-05 14:51:14 +00:00
Ramesh Mane
cdc51cac7f chore(nc-gui): lint 2025-03-05 14:51:13 +00:00
Ramesh Mane
82acf56f26 fix: add throw error inside serializer fn 2025-03-05 14:51:13 +00:00
Ramesh Mane
5013f9337d fix: move error folder in sdk 2025-03-05 14:51:13 +00:00
Ramesh Mane
607a59efb6 feat(sdk): lookup and rollup colum helper 2025-03-05 14:51:13 +00:00
Ramesh Mane
c7d95383ff feat(sdk): time column helper 2025-03-05 14:51:13 +00:00
Ramesh Mane
4ccea86a32 feat(sdk): add default column helper 2025-03-05 14:51:12 +00:00
Ramesh Mane
d38341afda feat(sdk): date related field helper 2025-03-05 14:51:12 +00:00
Ramesh Mane
36b5081c6f fix(nc-gui): add debug console 2025-03-05 14:51:11 +00:00
Ramesh Mane
d713ef3c22 fix(nocodb-sdk): circular import and extend class issue issue 2025-03-05 14:51:10 +00:00
Ramesh Mane
17aef940ae fix(nocodb-sdk): export column helper and update imports 2025-03-05 14:51:10 +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
Fendy Heryanto
53b8aa4674 use same conversion for lat long limit input into 10 digit after decimal 2025-02-26 01:48:28 +00:00
Fendy Heryanto
ef1d7464ad better paste handle 2025-02-24 08:56:10 +00:00
Fendy Heryanto
aaf504c5b7 handle paste on geo data editor 2025-02-24 08:56:10 +00:00
Fendy Heryanto
d27eb9d80a fix handle original correct value too 2025-02-24 08:56:09 +00:00
Fendy Heryanto
870e40d1c8 handle geodata paste 2025-02-24 08:56:09 +00:00
Amit Joki
422150b4ee fix: limit the number to safe integers 2025-02-24 05:36:56 +00:00
DarkPhoenix2704
6eb55d52b4 fix: lint 2025-02-17 13:11:10 +00:00
DarkPhoenix2704
51d39c367e feat: fill handler and ai Fill 2025-02-17 13:10:55 +00:00