Avanced Settings: Custom API names for Select & Multi-Select Keys (#7489)
### Description - text input was changed because it renders an empty div as the right icon, but the margin and padding affect the layout - we have duplicated code on ExpandedWidthAnimationVariants.ts, because of an eslint rule that prevents more than one const definition, can we ignore the rule? - ### Demo <https://www.loom.com/share/17a37bf5549a4a23ba12343b6046ec6b?sid=4cf297f3-66db-44c9-9a9b-7bde89b90d02> ### Refs <https://github.com/twentyhq/twenty/issues/6146> --------- Co-authored-by: gitstart-twenty <gitstart-twenty@users.noreply.github.com> Co-authored-by: gitstart-twenty <140154534+gitstart-twenty@users.noreply.github.com> Co-authored-by: Marie Stoppa <marie.stoppa@essec.edu>
This commit is contained in:
committed by
GitHub
parent
3ecf9552a5
commit
7ceaa879fe
@ -0,0 +1,4 @@
|
||||
export const ADVANCED_SETTINGS_ANIMATION_DURATION = {
|
||||
opacity: 0.2,
|
||||
size: 0.4,
|
||||
};
|
||||
Reference in New Issue
Block a user