Commit Graph

19 Commits

Author SHA1 Message Date
Pranav C
6624bf5091 Nc feat/links view filter (#8646)
* feat(nocodb): add support for limiting selection to specific views

* test: fix failing tests

* fix: failing playwright tests

* feat: allow updating static view filter from both sides

* fix: remove console logs

* refactor: rename migration name

* fix: corrections in ui and update api

* fix: apply same behaviour for LTAR column(bt)

* refactor: rename view id column in relation to avoid confusion

* fix: option to disable view filter(switch)

* refactor: some minor ui spacing corrections

* fix: avoid setting target view id for bt relation when creating hm relation

* feat: links - record selection based on custom filters

* fix: corrections

* feat: add edit support for conditions

* feat: option to switch between dynamic and static value

* fix: backend corrections

* feat: apis for links filter

* feat: filter api integration with ui

* feat: filter with save and update

* feat: dynamic filter

* feat: shared form filter

* feat: expanded form

* fix: missing imports and corrections

* fix: pass correct column list

* fix: nested filter bug

* fix: corrections in actions and swagger

* fix: missing add button menu

* fix: expanded form bug

* test: playwright test - WIP

* test: playwright - link with filters/view

* chore: lint

* refactor: ui corrections

* fix: remove unnecessary filtering from hm/mm list and count

* fix: filter ui correction

* fix: lable correction

* fix: skip view filter for rollup

* fix: ui corrections

* fix: extract correct column id

* fix: duplicate LTAR - missing target view

* feat: add duplicate support for link with filters/view

* fix: height issue and nested filter creation bug

* fix: pass metadata to nested filter component

* fix: filter on column creation

* fix: filter getting cloned under group

* fix: exclude deleted filters when deciding locked state

* fix: update state when switching to dynamic filter

* fix: unlink view on delete and handle undefined values as null

* fix: filter based on unsaved data

* fix: handle overflow

* fix: multi-field editor - filter UI correction

* fix: duplicate link column with dynamic field ref

* fix: remove virtual column support

* fix: add support to link filter in normal list method

* fix: apply filter on count query

* fix: pass correct column list

* feat: add link filter support in multifield column creation

* feat: add link filter support in multifield column creation

* Merge branch 'develop' into feat/links-view-filter

* fix: dynamic value column export

* fix: review comments

* test: kludge for groupby tests

* fix: extract updated status correctly

* test: try waitFor for links

* test: kludge

* refactor: exclude attachment & rating from dynamic filter and treat float and integer as number

* test: label correction

* refactor: replace try...catch and use if condition

* fix: apply conditions only if enabled

* fix: MFE bugs

* refactor: show radio button active border only when focused

* fix:  proper state handling

* fix: view delete - unlink from link column

* fix: duplicate Link with filter view id

* refactor: column filter section padding

* fix: exclude system columns

* fix: dynamic column filter logic correction

* refactor: cleanup

* test: kludge with delay for groupby test

* refactor: add missing placeholder method

* docs: limit link record selection

* refactor: add missing placeholder method

* chore: lint

---------

Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-06-05 17:28:02 +05:30
Ramesh Mane
d4fa6a8174 Nc fix: linked records dropdown followup (#8415)
* fix(nc-gui): update link record dropdown border radius

* fix(nc-gui): move link/unlink btn to the right side

* fix(nc-gui): update placeholder text color

* fix(nc-gui): reduce link record dropdown bottom bar padding x

* fix(nc-gui): update expanded form save btn text in create new record from link record

* fix(nc-gui): grid active cell border issue

* fix(nc-gui): link record dropdown trigger & dropdown spacing

* fix(nc-gui): link record footer btn size

* fix(nc-gui): link record loading state

* fix(nc-gui): update link record search input icon

* fix(nc-gui): update link record item skeleton

* fix(nc-gui): update grid row hover & selected state bg color

* fix(nc-gui): add tooltip on hover over expand icon

* fix(nc-gui): link record tooltip issue

* fix(nc-gui): update search query empty state status

* fix(nc-gui): bt cell ui fixes

* feat(nc-gui): resizable link record dropdown

* fix(nc-gui): external DB, fields re-order to re-align sub fields needs a fix

* chore(nc-gui): lint

* fix(nc-gui): bt & oto cell unlink & link btn visibility issue

* fix(nc-gui): pr review changes

* fix: docs

---------

Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-05-08 17:19:39 +05:30
Raju Udava
1c100ab153 docs: update link modal 2024-05-06 04:27:55 +00:00
Raju Udava
98e14260ae docs: system fields update
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-01-07 14:34:05 +05:30
Raju Udava
737bfee3ba docs: user field
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-12-25 16:36:05 +05:30
Raju Udava
af33363a8a docs: rich text
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-12-25 15:43:05 +05:30
Raju Udava
eb70b7fbef docs: field screenshot updates, minor corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-10-10 19:28:29 +05:30
Raju Udava
2f9430f2b7 docs/fields: columns => fields
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-10-10 10:51:05 +05:30
Raju Udava
15a5ea469d docs/fields: project => base
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-10-08 14:14:32 +05:30
Raju Udava
2f4073ca1b docs: fields image upscale
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-09-28 21:56:55 +05:30
Raju Udava
a76e2c140d docs: field width
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-09-27 12:48:40 +05:30
Raju Udava
81dfdfa78d docs: fields editor
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-09-27 10:08:45 +05:30
Raju Udava
34de4f7b77 docs: table import, fields
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-09-26 11:14:18 +05:30
Raju Udava
c0a2520056 docs: fields general operations, records
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-09-23 16:54:46 +05:30
Raju Udava
e8dd54b49a docs: formula, datetime
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-09-22 22:22:48 +05:30
Raju Udava
7743677098 docs: barcode & qrcode
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-09-22 00:27:16 +05:30
Raju Udava
10860984d4 docs: links
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-09-21 23:18:55 +05:30
Raju Udava
0b6d69a34d docs: fields
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-09-21 13:45:07 +05:30
Raju Udava
193ed2450c docs: field types
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-09-20 18:55:50 +05:30