Commit Graph

105 Commits

Author SHA1 Message Date
DarkPhoenix2704
73a5a204c2 fix: refactor wip 2025-04-10 03:52:02 +00:00
DarkPhoenix2704
3b4f7459be fix: broken build 2025-04-10 03:52:02 +00:00
DarkPhoenix2704
d8f40e0a2f feat: better data management support with paths 2025-04-10 03:52:02 +00:00
DarkPhoenix2704
5220b6bcca fix: addEmptyRow to group 2025-04-10 03:52:02 +00:00
DarkPhoenix2704
abf397d595 fix: working hover interactions 2025-04-10 03:52:01 +00:00
DarkPhoenix2704
dcc8123536 fix: partial virtualization 2025-04-10 03:52:00 +00:00
DarkPhoenix2704
12bde5a450 feat: simple virtualized data loading for group view 2025-04-10 03:51:58 +00:00
Fendy Heryanto
9a7c67ed5a do not need to send bypass workspace and base id 2025-03-19 07:20:08 +00:00
Fendy Heryanto
4cd552800c fixed extractFilterFromXwhere on gui 2025-03-19 07:20:02 +00:00
DarkPhoenix2704
a723dd62f2 fix: rename 2025-03-18 15:15:04 +00:00
DarkPhoenix2704
c15d2f648b fix: include filter & sort columns in list api 2025-03-18 15:15:04 +00:00
DarkPhoenix2704
ce098384e9 fix: clear sorted indicator 2025-03-18 15:15:04 +00:00
Anbarasu
c8b2438bc2 Merge pull request #10892 from nocodb/nc-fix/10868-expanded-form-next-prev
Nc fix/10868 expanded form next prev
2025-03-18 20:30:46 +05:30
Pranav C
96532a519d refactor: use chunkStates 2025-03-18 10:01:50 +00:00
Pranav C
eaa53a72b8 fix: expanded-form - row navigation - wait until data load 2025-03-18 10:01:50 +00:00
DarkPhoenix2704
3ab7e411fb fix: row paste related issues 2025-03-17 10:48:54 +00:00
Ramesh Mane
8df39afd1d chore(nc-gui): lint 2025-03-14 07:38:43 +00:00
Pranav C
e71c59c825 Merge pull request #10757 from ssweber/fix-lookup-filter
fix: Fix user field filter behavior for 'Lookup' type
2025-03-11 15:25:25 +05:30
ssweber
4ca0a8f7ff Add lookup column type detection for filters
Add getLookupColumnType function to properly identify the underlying type of lookup columns during filter validation. This replaces the previous approach of guessing types at runtime with direct metadata lookup.
2025-03-10 13:25:32 -04:00
Pranav C
bfaafaf439 chore: lint 2025-03-08 10:40:47 +00:00
Pranav C
e7c8ee96c2 refactor: update extractFilterFromXwhere usage since return value structure changed 2025-03-08 10:40:46 +00:00
DarkPhoenix2704
ccf6dee44c fix: data not getting saved 2025-02-28 16:11:07 +00:00
DarkPhoenix2704
7191e517ef fix: lint fix: updated beta toggle 2025-02-17 13:11:48 +00:00
DarkPhoenix2704
a10955311e fix: avoid clearing chunks when reordering fix: preserve both chunkState and data when clearCache 2025-02-17 13:11:43 +00:00
DarkPhoenix2704
b06032302d fix: remove rows if form not saved 2025-02-17 13:11:35 +00:00
Pranav C
e3820ea37a chore: missing changes from hub
Signed-off-by: Pranav C <pranavxc@gmail.com>
2025-02-03 15:58:17 +05:30
Raju Udava
d0a5017367 Merge pull request #10291 from nocodb/nc-refactor/field-render-method
Nc Refactor: field render method - phase 1, phase 2 and phase 5
2025-01-30 15:43:50 +05:30
Ramesh Mane
2dae4f7fd1 chore(nc-gui): lint 2025-01-28 13:18:35 +00:00
Ramesh Mane
de831a0035 revert(nc-gui): fetchChunk CancelToken related changes 2025-01-28 13:18:35 +00:00
Ramesh Mane
a099c8a425 fix(nc-gui): use cancelToken for fetchChunk api 2025-01-28 13:18:35 +00:00
Fendy Heryanto
8c7ac63c5b refreshing the view after redo-ing to reload the relations 2025-01-28 10:39:32 +00:00
Fendy Heryanto
a973739ecb suppress error message option 2025-01-28 10:39:31 +00:00
Anbarasu
fa00432874 Merge pull request #10218 from nocodb/nc-nc-scripts
chore: nc sync
2025-01-13 22:19:59 +05:30
DarkPhoenix2704
4e4675166e fix: long text issue 2025-01-11 03:29:50 +00:00
DarkPhoenix2704
fb12cb0908 feat: input.recordAsync 2025-01-10 16:11:06 +00:00
DarkPhoenix2704
f19247f123 feat:noco scripts 2025-01-10 16:10:58 +00:00
Anbarasu
02027ed30c Merge pull request #10156 from nocodb/nc-new-record-handling 2025-01-02 15:36:21 +05:30
DarkPhoenix2704
908d93b733 fix: apped oldValue over newValue 2024-12-31 08:23:49 +00:00
DarkPhoenix2704
92ee78187c fix: keep the dragging record in cachedRows 2024-12-30 17:40:58 +00:00
DarkPhoenix2704
063560e029 fix: cannot drag to end feat: allow reorder on filter 2024-12-30 17:40:57 +00:00
DarkPhoenix2704
87c1f17971 fix: add debug logs for testing 2024-12-30 17:40:57 +00:00
DarkPhoenix2704
4b9d1f4cd3 fix: row dragging 2024-12-30 17:40:56 +00:00
DarkPhoenix2704
c075968c4e feat: record reorder 2024-12-30 17:40:56 +00:00
DarkPhoenix2704
f9872fe14b fix: remove totalRows assignment in loadData 2024-12-28 02:12:28 +00:00
Ramesh Mane
84b1d31306 fix(nc-gui): new record visibility issue in new table 2024-12-28 02:12:28 +00:00
DarkPhoenix2704
d4f4b9e340 fix: handle if totalRows is 0 2024-12-27 09:32:37 +00:00
DarkPhoenix2704
89b7d2c9ab fix: case when pageInfo is undefined 2024-12-27 09:32:37 +00:00
Anbarasu
46bc5d79fb fix: grid bug fixes (#10087)
* fix: links menu closing on link fix: on typing while record being saved, the typed data is overwritten from server

* fix: Infinite table Offset value '150' is invalid

* fix: failing test

* fix: grid moving on single select cell select

* fix: revert overrirde height
2024-12-20 12:28:11 +03:00
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>
2024-12-09 11:15:36 +03:00
Nakul Nambiar
3a79646852 fix: encoded primary key (#9988) 2024-12-07 00:06:03 +03:00