* fix: avoid using title as key since it's going to re-render on field name change
* fix: delete fk column only if type id ForeignKey
* fix: mark custom link as virtual and disable
* chore: lint
* refactor: on edit show relation information
* refactor: on edit show relation information
* fix(nc-gui): Arrow keys in select fields moves field selection in the background
* fix(nc-gui): field modal border radius issue
* fix(nc-gui): create column header auto scroll issue
* fix(nc-gui): formula field details sub modal visibility issue
* fix(nc-gui): add missing field modal shadow
* feat: improve lazy loading for field edit or add
* fix(nc-gui): use isEdit.value instead of isEdit
* fix(nocodb): validate required params in qr/barcode column create
---------
Co-authored-by: mertmit <mertmit99@gmail.com>
* fix(nc-gui): external source text bold issue
* fix(nc-gui): make new record btn sticky to left in groupby
* fix(nc-gui): add some padding after add column header btn
* fix(nc-gui): links cell margin issue
* fix(nc-gui): groupby table footer issue
* chore(nc-gui): lint
* fix(test): pw test fail issue
* fix(test): pw test fail issue
* fix(test): remove only from test
* fix(nc-gui): small changes
* fix(nc-gui): formula suggestion popover visibility issue in MFE
* fix(nc-gui): console warnings
* fix(nc-gui): formula field madal width issue
* fix(nc-gui): formula fun or field empty state
* feat: allow partial column update (GUI)
* feat: allow partial column update (backend)
* refactor: swagger schema description correction
* feat: allow edit from multi field editor
* fix: allow meta update in api level
* fix: add tooltip and docs link
* fix: multi field editor corrections
* fix: allow table meta update
* fix: allow table meta update
* fix: allow column validation update
* fix: block adding new option directly from cell
* fix: add tooltip for column menu options
* refactor: tooltips
* test: replace index with count as parameter
* fix: corrections
* refactor: hint text update
* fix: avoid marking updated on select
* fix: handle null/undefined meta
* fix: use local meta for field details
* fix: avoid creating options on update
* fix: improve readability