Store user preferences in local storage #3413
Labels
kind/feature
New feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
Milestone
Description
This is a follow-up to #3283 and #3408
A user might have some preferences for the GUI that we should consider and store. An example can be how many entries the listings should show or how the config should be displayed. We can set defaults like 50 entries in listings or always use a structured view instead of the yaml representation.
When storing and retrieving the user preferences we should consider that the URL always has priority over what is stored as a preference (i.e. open a url
foo/bar?size=15
should render 15 entries even though the user preference issize: 75
).size
in listingsformat
The text was updated successfully, but these errors were encountered: