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

Feature Request: Use IndexedDB for server web UI #10946

Open
4 tasks done
ngxson opened this issue Dec 22, 2024 · 0 comments
Open
4 tasks done

Feature Request: Use IndexedDB for server web UI #10946

ngxson opened this issue Dec 22, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers server/webui

Comments

@ngxson
Copy link
Collaborator

ngxson commented Dec 22, 2024

Prerequisites

  • I am running the latest code. Mention the version if possible as well.
  • I carefully followed the README.md.
  • I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
  • I reviewed the Discussions, and have a new and useful enhancement to share.

Feature Description

As explained in #10945 , some users may want to store more than 5MB of data in browser.

Compressed localStorage is not a scalable solution because it only raise the limit to x4 or x5, but no more.

IndexedDB is preferable in this situation, because there is no hard limit for storage space.

Motivation

N/A

Possible Implementation

A lightweight implementation using one of the libraries on npm.

@ngxson ngxson added enhancement New feature or request good first issue Good for newcomers server/webui labels Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers server/webui
Projects
None yet
Development

No branches or pull requests

1 participant