-
- [x ] I have searched the [Issues](https://github.com/themesberg/flowbite-react/issues) to see if this bug has already been reported
- [ x] I have tested the latest version
## Steps to reproduce
…
-
### What happens?
currently we set proxy to localstorage
### What did you expect to happen?
it should be saved to workspace then to localstorage
### OpenAPI Document
_No response_
-
# Implement Multi-Language Support
The application needs to support multiple languages to cater to a global user base.
## Problem
Currently, the application only supports a single language, wh…
-
-
not all websites save user data on cookies there is localsorage and sessionstorage. i am specifically interested about this to sync my excalidraw board
-
Hi!
Would it be possible to make the Wagmi storage option configurable?
At the moment, in 2.wagmi.ts, Wagmi is configured with
```js
storage: createStorage({
storage: cookieStorage,…
-
I think a good improvement to this application would be the automatic saving of all aliases in the browser's [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage), so th…
-
### Description of the bug
We should ensure that data stored in localStorage are isolated from each other by including the userId, app, and/or org into the keys (e.g. `{org}-{userId}-{app}-selectedFo…
-
A hook for interacting with **localStorage**, allowing you to get and set values while persisting them in the browser's local storage.
Parameters:
```
key: string – The key to access in localStorage.…
-
Refactor the frontend state management to use either react-query or zustland to remove reliance on localStorage