client icon indicating copy to clipboard operation
client copied to clipboard

Logux base components to build web client

Results 5 client issues
Sort by recently updated
recently updated
newest added

[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 ![image](https://github.com/user-attachments/assets/bcceee16-ac62-483a-9016-46bef569a259) Is there a way to clean up this?