saito-lite-rust icon indicating copy to clipboard operation
saito-lite-rust copied to clipboard

a version of the Saito-Lite client written for compatibility with the Saito Rust client and binary data format

Results 117 saito-lite-rust issues
Sort by recently updated
recently updated
newest added

How I reproduce the issue: `mods/mymod.js` ```javascript let newtx = await this.app.wallet.createUnsignedTransaction(publicKey); newtx.msg.data = "flat_string"; newtx = await this.app.wallet.signAndEncryptTransaction(newtx, publicKey); this.app.network.propagateTransaction(newtx); ``` The culprit: https://github.com/SaitoTech/saito-lite-rust/blob/292118715bfc68a12de4d28fa84c6f60993b36bb/lib/saito/keychain.ts#L145 ```typescript decryptMessage(publicKey: string, encrypted_msg) {...

White screen for new browsers downloading saito.js to load a page is off putting we could add a background (like the saito tiles used in chat) Needs to be visible...

Enhancement

- [x] Chat box jumps to top left on first enter. - [x] First chat opened does not resize when the top left corner is dragged - subsequent chats do....

![Image](https://user-images.githubusercontent.com/70703104/256691425-fe792520-09be-4630-8880-8d883b26fa7c.png)

Need to prefix a module name to the log lines

Can we look into why twitter cards do not show when tweet links are shared in RedSquare

I've seen this situation fairly regularly, but what's weird is that the original tweet isn't otherwise rendered on the page (so it's not like there would be a conflicting selector)...

https://github.com/SaitoTech/saito-lite-rust/assets/107991527/d000bb0b-603e-4932-9f9f-197e8d4221a5

Minor
Production
Red Square

Unsure if this is an issue with wallet/browser but as per the video below, other browser can see more posts from previous weeks/months and the other one couldnt. https://github.com/SaitoTech/saito-lite-rust/assets/107991527/7ea89523-916c-47f8-9dc1-14a37f01724f

Staging
Red Square