Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

front: ui-core input tooltip status messages #776

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from

Conversation

Wadjetz
Copy link
Member

@Wadjetz Wadjetz commented Dec 19, 2024

fix #770

Capture d’écran 2024-12-19 à 17 01 11

@Wadjetz Wadjetz self-assigned this Dec 19, 2024
@Wadjetz Wadjetz force-pushed the ebe/front-input-tooltip-status-messages branch 3 times, most recently from 0abfc23 to 7932979 Compare December 19, 2024 16:21
@Wadjetz Wadjetz force-pushed the ebe/front-input-tooltip-status-messages branch 4 times, most recently from 6d6a95e to 8129064 Compare December 19, 2024 16:46
@Wadjetz Wadjetz marked this pull request as ready for review December 19, 2024 16:56
@Wadjetz Wadjetz requested a review from a team as a code owner December 19, 2024 16:56
@Wadjetz Wadjetz force-pushed the ebe/front-input-tooltip-status-messages branch from 8129064 to bb7bba0 Compare December 19, 2024 17:03
ui-core/src/styles/inputs/fieldWrapper.css Outdated Show resolved Hide resolved
ui-core/src/styles/inputs/fieldWrapper.css Show resolved Hide resolved
ui-core/src/stories/Input.stories.tsx Show resolved Hide resolved
ui-core/src/styles/inputs/fieldWrapper.css Outdated Show resolved Hide resolved
ui-core/src/styles/inputs/fieldWrapper.css Outdated Show resolved Hide resolved
ui-core/src/styles/inputs/fieldWrapper.css Outdated Show resolved Hide resolved
background-color: theme('colors.error.5');
opacity: 1;
padding: 8px 12px;
min-height: 64px;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure we need this ? If the message takes only one line maybe it doesn't have to be that high.
@thibautsailly is working on a mockup to define this case (hopefully should be up today)

ui-core/src/styles/inputs/fieldWrapper.css Outdated Show resolved Hide resolved
ui-core/src/styles/inputs/fieldWrapper.css Outdated Show resolved Hide resolved
ui-core/src/components/inputs/Input.tsx Outdated Show resolved Hide resolved
ui-core/src/stories/Input.stories.tsx Outdated Show resolved Hide resolved
ui-core/src/styles/inputs/fieldWrapper.css Outdated Show resolved Hide resolved
ui-core/src/styles/inputs/fieldWrapper.css Outdated Show resolved Hide resolved
@Wadjetz Wadjetz force-pushed the ebe/front-input-tooltip-status-messages branch 3 times, most recently from c7454b3 to 9c26754 Compare December 20, 2024 12:46
ui-core/src/styles/inputs/statusMessage.css Show resolved Hide resolved
ui-core/src/styles/inputs/statusMessage.css Outdated Show resolved Hide resolved
ui-core/src/components/inputs/Input.tsx Outdated Show resolved Hide resolved
ui-core/src/styles/inputs/statusMessage.css Outdated Show resolved Hide resolved
Signed-off-by: Egor Berezovskiy <[email protected]>
Signed-off-by: Egor Berezovskiy <[email protected]>
Signed-off-by: Egor Berezovskiy <[email protected]>
Signed-off-by: Egor Berezovskiy <[email protected]>
@Wadjetz Wadjetz force-pushed the ebe/front-input-tooltip-status-messages branch from e35c449 to 108ff18 Compare December 20, 2024 14:56
Signed-off-by: Egor Berezovskiy <[email protected]>
Signed-off-by: Egor Berezovskiy <[email protected]>
Signed-off-by: Egor Berezovskiy <[email protected]>
@SharglutDev
Copy link
Contributor

Lgtm, except the last comment where we need @thibautsailly 's mockup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Narrow display of text input messages
2 participants