Update placeholder on record picker object type update (#11451)

- requires a refacto so several fields can be updated at once
- updating object name on record picker will now update placeholder
- add a min-height to label so fields do not get moved when the label is
deleted
This commit is contained in:
Thomas Trompette
2025-04-08 16:20:15 +02:00
committed by GitHub
parent 6611fbf9ac
commit a049cd4a25
9 changed files with 94 additions and 93 deletions

View File

@ -22,15 +22,15 @@ module.exports = {
parserOptions: {
project: ['packages/twenty-front/tsconfig.*.json'],
},
plugins: ['project-structure'],
// plugins: ['project-structure'],
settings: {
'project-structure/folder-structure-config-path': path.join(
__dirname,
'folderStructure.json',
),
// 'project-structure/folder-structure-config-path': path.join(
// __dirname,
// 'folderStructure.json',
// ),
},
rules: {
'project-structure/folder-structure': 'error',
// 'project-structure/folder-structure': 'error',
/*
Uncomment this rule when we have a way to work on
'lingui/no-unlocalized-strings': [