Isla Koenigsknecht
Isla Koenigsknecht
* Adds a new `QuietLogger` class with improved formatting and colorization * Use new logger in state-manager * Use new logger in backend * Use new logger in desktop (partial)...
Found while testing 2.2.0 on iOS. # Reproducing 1. Connect a mobile client to a desktop client 2. Send an image from the desktop client 3. Wait for the image...
### Pull Request Checklist - [ ] I have linked this PR to a related GitHub issue. - [ ] I have added a description of the change (and Github...
* Logs from state-manager should show up in the terminal * Logs should be well formatted and have clear information on log level * Logs should respect `DEBUG` environment variable...
### Pull Request Checklist - [ ] I have linked this PR to a related GitHub issue. - [ ] I have added a description of the change (and Github...
* Show a spinner with the message `Quiet is trying to connect...` in message pane when no other peers are connected and community has peers * Show `Sending...` with animated...
1. Add status check (e.g. tests) gates to PRs on `develop` and release branches (e.g. `2.2.0`) 2. Update actions appropriately to work with branch ruleset
Avoid creating duplicate CSRs, specifically when creating a user with a duplicated username. Fixes: #2321 ### Pull Request Checklist - [x] I have linked this PR to a related GitHub...
* Run `store.load` on `certificatesRequestStore` to avoid our local state being overwritten temporarily on sync * Dedupe peer list to avoid potentially having useless information in the peer list ###...
This one is a little tricky to reproduce. Connect multiple users and send messages from each user, disconnect users, etc. and you should see messages not sync between all users...