You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2022. It is now read-only.
The swap UI keeps track of the open orders, and notify when they are executed.
The open orders and recent orders are saved in the local storage.This implies that they won't be seen in a different browser.
One improvement could be to use the API to load the orders. This would allow a better UX and multi-browser experience
Ideally we would leverage what we have. It's nice to show the orders persisted in the browsers in case the API fails, or while the API is giving us the open/recent orders.
The text was updated successfully, but these errors were encountered:
The swap UI keeps track of the open orders, and notify when they are executed.
The open orders and recent orders are saved in the local storage.This implies that they won't be seen in a different browser.
One improvement could be to use the API to load the orders. This would allow a better UX and multi-browser experience
Ideally we would leverage what we have. It's nice to show the orders persisted in the browsers in case the API fails, or while the API is giving us the open/recent orders.
The text was updated successfully, but these errors were encountered: