Skip to content

fix: update dynamic params styles #17489

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

Merged
merged 5 commits into from
Apr 21, 2025
Merged

Conversation

jaaydenh
Copy link
Contributor

@jaaydenh jaaydenh commented Apr 21, 2025

  1. increase form width and adjust form field width new "create workspace" form feels too skinny #17471
  2. Move slider value display as its currently broken for long parameter titles and descriptions
  3. increase the height of the slider
  4. automatically increase the height of the textarea as the user types parameters: auto expand textarea when typing #17472

@jaaydenh jaaydenh self-assigned this Apr 21, 2025
@jaaydenh jaaydenh requested a review from aslilac April 21, 2025 16:50
@jaaydenh jaaydenh changed the title fix: dynamic params style updates fix: update dynamic params styles Apr 21, 2025
@jaaydenh jaaydenh force-pushed the jaaydenh/dynamic-params-style-updates branch from cbe052e to 69a9e03 Compare April 21, 2025 16:53
Comment on lines 320 to 324
onInput={(e) => {
const target = e.currentTarget;
target.style.height = "auto";
target.style.height = `${target.scrollHeight}px`;
}}
Copy link
Member

Choose a reason for hiding this comment

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

we probably need a max height to go with this

Copy link
Contributor Author

Choose a reason for hiding this comment

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

and a max width too..

@jaaydenh jaaydenh merged commit 56ee5d8 into main Apr 21, 2025
34 checks passed
@jaaydenh jaaydenh deleted the jaaydenh/dynamic-params-style-updates branch April 21, 2025 21:50
@github-actions github-actions bot locked and limited conversation to collaborators Apr 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants