Skip to content

Make the 'all feeds' checkbox affect local storage #59

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davorg
Copy link
Collaborator

@davorg davorg commented Nov 19, 2024

Fixes #58

Add functionality to update and check the "all-feeds" key in local storage.

  • Add code to update the "all-feeds" key in local storage when the "all feeds" checkbox is clicked.
  • Add code to check local storage for the "all-feeds" key value on page load and set the "all feeds" checkbox accordingly.
  • Add code to use the "all-feeds" key in local storage to determine the display of individual feeds on page load.

For more details, open the Copilot Workspace session.

Fixes #58

Add functionality to update and check the "all-feeds" key in local storage.

* Add code to update the "all-feeds" key in local storage when the "all feeds" checkbox is clicked.
* Add code to check local storage for the "all-feeds" key value on page load and set the "all feeds" checkbox accordingly.
* Add code to use the "all-feeds" key in local storage to determine the display of individual feeds on page load.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/PerlToolsTeam/planetperl/issues/58?shareId=XXXX-XXXX-XXXX-XXXX).
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.

Make the "all feeds" checkbox affect local storage
1 participant