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

Reset preferences feature with button and reset functionality and cor… #916

Closed
wants to merge 1 commit into from

Conversation

sisir-umich
Copy link

…responding UI test

Related issue

Closes #891

Context / Background

It was recently requested that a feature to reset preferences to their default values would be useful, so this implements that functionality.

What change is being introduced by this PR?

This PR is to review a "Reset" button in the preferences window that returns the preferences to their default values. To indicate that the reset occurred, the button's text changes to "Resetted!" (Attached are screenshots of this functionality). Upon closing the Preferences window, the preferences return to default in the main TTL window. To accomplish this, I added a new button to the src/preferences.html file with styling in the css/styles.css file. The corresponding functionality is implemented in the resetPreferences() method in src/preferences.js. Since it was difficult to update the preferences within the window as soon as the button is pressed and to create a pop-up, the text change on the button can indicate to the user that their action was successful. However, this is a rudimentary solution, and changes can be made by modifying the resetPreferences() method.

Screen Shot 2022-12-02 at 7 52 19 PM

Screen Shot 2022-12-02 at 7 52 30 PM

How will this be tested?

There has been a unit test added that performs a click on the new button using Jquery, and the corresponding text change verifies that the button responds to the click. Underlying preferences changes can be verified by running the applications, changing some preferences, pressing "Reset", and seeing if the changes occur.


  • I confirm I'm a native or fluent speaker of the language I'm translating to.

@sisir-umich
Copy link
Author

I apologize - some of the changes in this have code reversions. I'm closing this PR and will submit a new one.

@sisir-umich sisir-umich closed this Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature to reset preferences
1 participant