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

[BUG] [REGRESSION] Old larger slider ui #314

Open
seomwan opened this issue Aug 22, 2024 · 5 comments
Open

[BUG] [REGRESSION] Old larger slider ui #314

seomwan opened this issue Aug 22, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@seomwan
Copy link

seomwan commented Aug 22, 2024

Describe the bug
One of the previous versions had a large slider input that was easily draggable. This is no longer the case

To Reproduce
Steps to reproduce the bug:

  1. Create a form with a Slider type component (I used 1 to 99 as range)
  2. Run the form (with QuickAdd for example)
  3. View on mobile

Actual behavior

A small slider is shown (similarly on desktop)

Expected behavior

A large slider filling the width of the screen is shown

Additional context

Some time during one of the previous updates of either Obsidian or Modalform, the slider changed from a large ui to the tiny one that's currently shown on Android and Windows. The new one is extremely hard to use.
Don't know if this was due to a change in Obsidian (Electron update?) or Modal forms

@seomwan seomwan added the bug Something isn't working label Aug 22, 2024
@seomwan
Copy link
Author

seomwan commented Aug 22, 2024

Alternatively, I need a better way to (very quickly!) input numbers in the range from 1 to 99. I suppose changing to a number field means I'd need to do 4 clicks (touches) instead of one. That may be better than the current imprecise way, but not as fast

@danielo515
Copy link
Owner

Can you provide an screenshot of how it looks? I didn't noticed any change.
This is how it looks in my mobile phone
image

@seomwan
Copy link
Author

seomwan commented Aug 22, 2024

@danielo515 that is how it looks like now. But it wasn't how it looked like in the past.

I don't have a screenshot for what that used to look like unfortunately, only a description from my memory. It filled the whole width, instead of just a small part, and I think the knob was green and square.

This made me realize there's yet another possibility: the theme that I was using (minimalist theme) might have changed. This probably happened in a major Obsidian UI change. Possibly Obsidian 1.6 or 1.5. Sorry that I'd been so late in reporting this!

@danielo515
Copy link
Owner

danielo515 commented Aug 23, 2024 via email

@seomwan
Copy link
Author

seomwan commented Sep 1, 2024

Will it be better if (on mobile) the bar is pushed to the next "line" and takes the full width?

Btw, in case it wasn't obvious from the reaction, I meant yes, it would help. Ultimately, my goal is inputting 2 digit numbers as fast as possible on mobile, so if there's an alternative, that works too!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants