Skip to content

Fix slider UI thickness and value display#31

Closed
cdr-robot wants to merge 1 commit into
mainfrom
fix/issue-24-slider-ui
Closed

Fix slider UI thickness and value display#31
cdr-robot wants to merge 1 commit into
mainfrom
fix/issue-24-slider-ui

Conversation

@cdr-robot
Copy link
Copy Markdown
Contributor

Summary

This PR addresses the slider UI component that was too thin and difficult to use. The changes include:

  • Increased slider track height from h-1.5 to h-3
  • Increased thumb size from h-4/w-4 to h-5/w-5
  • Improved value display with better styling and background
  • Better spacing between slider and value display

Test plan

Test the slider component in the parameter form to verify:

  • The slider is easier to grab and manipulate
  • The track is more visible and has better touch targets
  • The value display is more prominent and readable

Fixes: #24

Workspace URL: https://demo.coder.com/ben/issue-24

This commit addresses the slider UI component that was too thin and difficult to use.
Changes include:
- Increased slider track height from h-1.5 to h-3
- Increased thumb size from h-4/w-4 to h-5/w-5
- Improved value display with better styling and background
- Better spacing between slider and value display

Fixes: #24
@github-actions github-actions Bot added the stale label May 3, 2025
@github-actions github-actions Bot closed this May 6, 2025
@github-actions github-actions Bot deleted the fix/issue-24-slider-ui branch November 1, 2025 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

parameters: is thin and hard to use

1 participant