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

✨ Add toggle to disable fast scroller #562

Merged
merged 2 commits into from
Dec 18, 2023

Conversation

Maxr1998
Copy link
Collaborator

As discussed in #522.

Comment on lines +16 to +19
return SwitchListTile.adaptive(
title: Text(AppLocalizations.of(context)!.showFastScroller),
value: FinampSettingsHelper.finampSettings.showFastScroller,
onChanged: (value) => FinampSettingsHelper.setShowFastScroller(value),
Copy link
Collaborator

Choose a reason for hiding this comment

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

A subtitle with a short description of what the "fast scroller" is would be nice here :)

@Chaphasilor Chaphasilor self-assigned this Dec 18, 2023
@Chaphasilor Chaphasilor added the enhancement Improves an existing feature label Dec 18, 2023
@Chaphasilor
Copy link
Collaborator

You forgot to use the arcane arts, so the setting wasn't actually being saved across restarts :)
I've quickly done that for you, everything else looks good!

Thanks a ton!

@Chaphasilor Chaphasilor merged commit 1491dae into jmshrv:main Dec 18, 2023
2 checks passed
@Chaphasilor
Copy link
Collaborator

Forgot about the subtitle, never mind then...
I should go to bed 🙃

@Maxr1998 Maxr1998 deleted the fast-scroller-toggle branch December 19, 2023 00:19
@Maxr1998
Copy link
Collaborator Author

Ah yes, the arcane arts.. 🫠
Thanks for handling those for me! About the summary, I didn't think one was necessary, but if it creates any confusion we can still add one.

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

Successfully merging this pull request may close these issues.

2 participants