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

Client tagging/grouping/pinning #3

Open
JrM2628 opened this issue Feb 14, 2022 · 1 comment
Open

Client tagging/grouping/pinning #3

JrM2628 opened this issue Feb 14, 2022 · 1 comment
Labels
enhancement New feature or request server

Comments

@JrM2628
Copy link
Owner

JrM2628 commented Feb 14, 2022

Still not 100% sure of a great way to do this

@JrM2628 JrM2628 added the enhancement New feature or request label Feb 14, 2022
@JrM2628
Copy link
Owner Author

JrM2628 commented Feb 14, 2022

Client-side pinning demo code

names = ["08a7515c-8b9c-11ec-9f7a-0242ac120002", "223996d8-8b98-11ec-8a3b-0242ac120002"]
window.localStorage.setItem("names", JSON.stringify(names))
namesret = JSON.parse(window.localStorage.getItem("names"))

if(namesret.indexOf(targetId) != -1){
	console.log(targetId);
}

@JrM2628 JrM2628 added the server label Feb 15, 2022
@JrM2628 JrM2628 changed the title Client tagging/grouping Client tagging/grouping/pinning Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request server
Projects
None yet
Development

No branches or pull requests

1 participant