client
client copied to clipboard
Logux base components to build web client
[In the source code](https://github.com/logux/client/blob/main/indexed-store/index.js#L89) I do not see a way that `LogPage.next` could exist. Does this implementation load all entries into memory (not paginating them)?
I am calling `client.log.add` in the browser code, and the returned metadata does not have the `added` field. ```ts const client = new CrossTabClient({ server: (import.meta.env.DEV ? 'ws://localhost:8765' : 'wss://logux.example.com'),...
```bash npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: @logux/[email protected] npm ERR! Found: [email protected] npm ERR! node_modules/nanostores npm ERR! nanostores@"^0.10.3" from the...
Hello, I've debugged this issue https://github.com/logux/examples/issues/21 and found that there is a bug in the filters. I can reproduce it with a simple test: ```js it('filter works correctly if sent...
In `@logux/[email protected]` localStorage may be clogged with old client identities. view of dev tools with localStorage  Is there a way to clean up this?