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

🚸 Clean home page #132

Open
1 task
shnizzedy opened this issue Dec 14, 2021 · 0 comments
Open
1 task

🚸 Clean home page #132

shnizzedy opened this issue Dec 14, 2021 · 0 comments
Labels
enhancement New feature or request user-reported

Comments

@shnizzedy
Copy link
Member

Related problem

It seems that GUI would save the config whoever used the GUI most recently. When open https://fcp-indi.github.io/C-PAC_GUI/, it showed a lot of config “Default (2), Default (3), ... ” which were created by someone else earlier. If the earlier user duplicated the default one but changed something, the name is still “Default something”. This could be confusing to the new user. It would be good to have a clean Home page with only “Default” config showing there.

Originally posted by @TingsterX in #131 (comment)

Proposed feature

We should add / restore a "clear custom configurations" button to the GUI (there is one in the top-right of the "nightly" developer version of the GUI trash can button)

Acceptance criteria

  • a "clear custom configurations" button is available and apparent on the landing page

Alternatives

  • clear documentation of how to clear custom configurations

Additional context

The configs beyond the default are stored in the browser's localStorage ― if you want to clear them out, you can open a browser console and run either

localStorage.clear();

or

localStorage.removeItem('state');

to clear them out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request user-reported
Projects
None yet
Development

No branches or pull requests

1 participant