* 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>
- harmonize attachment-specific env var descriptions
- re-arrange env vars in table more logically
- document `NC_MAX_ATTACHMENTS_ALLOWED`'s default value
- minor nitpicks
* 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>
* fix(nc-gui): show view in docs btn from formula suggestion modal only if docs link is present
* fix(nocodb-sdk): add docs link form `REGEX_MATCH` formula
* docs: datetime routines
* docs: add missing links
* fix(nc-gui): AI pr review suggestion
* docs: pr ai review changes
* docs: formula record id
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>