Skip to content

#813 allow saving and loading filters in local storage#1434

Open
antonmihaylov wants to merge 3 commits into
slskd:masterfrom
antonmihaylov:813-save-search-filters-browser
Open

#813 allow saving and loading filters in local storage#1434
antonmihaylov wants to merge 3 commits into
slskd:masterfrom
antonmihaylov:813-save-search-filters-browser

Conversation

@antonmihaylov

@antonmihaylov antonmihaylov commented Aug 31, 2025

Copy link
Copy Markdown

Aims to solve #813 by introducing a way to save and load filters from the browser's local storage.

Demo:

CleanShot.2025-09-01.at.00.18.56.mp4

Comment thread src/web/src/config.js
const apiBaseUrl = `${rootUrl}/api/v0`;
const hubBaseUrl = `${rootUrl}/hub`;

const apiBaseUrlFromLocalStorage = localStorage.getItem('apiBaseUrl');

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not related to the issue, but i found it easier to be able to override the API url so i don't have to run the entire backend locally just for a frontend change

@antonmihaylov antonmihaylov force-pushed the 813-save-search-filters-browser branch from a4ca06f to 2b7f2f4 Compare September 14, 2025 07:29
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.

1 participant