KoalaSat
KoalaSat
## What does this PR do? This PR introduces and refactors the notifications handling in backend, storing every single status change of the order to help manage better order changes...
## What does this PR do? Changes on this PR: 1. Clear differentiation between `CurrentOrder` (visited order on the order page) and `ActiveOrder`/`LastOrder` (orders associated to the slot) 2. Creation...
## What does this PR do?  This PR includes all the necessary code to have torified notifications. A background job runs every 5 minutes, even if...
## What does this PR do? Fixes # This PR introduces/refactors/... ## Checklist before merging - [ ] Install [pre-commit](https://pre-commit.com/#installation) and initialize it: `pip install pre-commit`, then `pre-commit install`. Pre-commit...
## What does this PR do? Fixes #2004 New Coordinator FreedomSats  ## Checklist before merging - [x] Install [pre-commit](https://pre-commit.com/#installation) and initialize it: `pip install pre-commit`, then `pre-commit install`. Pre-commit...
**Is your feature request related to a topic? When users receive rewards the way to claim it is really hidden and dificult to understand. For security reasons, we don't allow...
**Is your feature request related to a problem? Please describe.** The robot garage allows users to delete robots with a easy to access button. Sometimes that button can be clicked...
**Is your feature request related to a problem? Please describe.** When an user takes a swap out/in order. It clear what's his intention so there is no need to offer...
**Is your feature request related to a problem?** Http and WS calls fail silently. **Describe the solution you'd like** A notification should be displayed to the user to warn about...
**Is your feature request related to a problem? Please describe.** We have detected that upgrading grpcio : https://github.com/RoboSats/robosats/pull/2034 https://github.com/RoboSats/robosats/pull/2117 Makes the app to fails in some workers due to some...