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

Save selected teams in local storage #1611

Closed
maskin25 opened this issue Mar 23, 2023 · 0 comments
Closed

Save selected teams in local storage #1611

maskin25 opened this issue Mar 23, 2023 · 0 comments
Assignees
Labels

Comments

@maskin25
Copy link
Contributor

maskin25 commented Mar 23, 2023

something like this:

if(localStorage['team-filters]){
filters.teams=localStorage['team-filters]
}else{
don't set filter default value
}


@maskin25 maskin25 self-assigned this Mar 23, 2023
brojd pushed a commit that referenced this issue Sep 18, 2024
# What this PR does

Selected teams filter is now saved in local storage

## Which issue(s) this PR fixes

#1611

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)

---------

Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant