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
Should be able to update all followed tags with one click #1346
Comments
|
Hey @2lach, thanks for the feature request! This definitely can be improved, and I think we'll want to discuss which option is best to resolve the UX here. |
|
Glad to it @Zhao-Andy 👍 IMHO there are two main ways to go about the UX: Option 1: Would be to do as in the image above in the feature request -> Options 2: |
|
While we're looking at this they should be number inputs really. <input type="number" step="0.1" />Left field: |
|
For whoever wants to grab this, I think option 2 makes a lot of sense here. |
|
Hey @jessleenyc, hope all is well! However, being honest i don't see that i will have the time to get into and fix the backend parts (been a couple of years since i wrote a line of ruby). So if thats cool i can fix the front-end. Have a good one 😎 |
|
Cool, want to give me a ping when you have something and we'll finish it up? |
|
I'd also offer an alternative that maybe have the submit button not require a reload. I understand that this will likely not allow for the element to move into order, but I feel in the bulk update scenario that is acceptable. The biggest headache about this to me is in the page reload and having to scroll back down to where I just was and doing this a few dozen times when editing my weighting scheme. |
|
If @xanderyzwich feels like you have a suitable solution feel free to take over this issue. I have not been able to find the time to do this task for some time and most likely will not now either. |
|
Looks like this feature request was addressed in PR #11454. Going to go a head and close this issue! |
Problem/ feature request:
On the Followed tags page the user can only submit a single new value for follow weight per submit.
Current page:

Proposed solution
Since i suppose most users of dev.to (myself included) update several topics at the same time, I suggest a
update allbutton.This way there is no need for several clicks when updating follow weights = () => which makes happier users and also less data traffic with fewer requests.
Solution illustrated:

Alternatives
Keep it as is or maybe just save all edited values in localStorage so the input doesn't loose it on Submit.
Not as awesome as with an update all button. but still the follow weight is a nice feature in an already awesome community.
Have an awesome day!
The text was updated successfully, but these errors were encountered: