I don't know if this has been already brought up, but I'd have a minimal and probably cheap to implement feature request for 2025 or beyond:
When you transfer coins from Bitcoin (or any "slow-moving" or "high-fee" chain) to exch, the waiting time until it gets confirmed can be quite long. So to see if your transaction was confirmed and if it is already being processed you sometimes have to access the browser tab with the "exchange page" several times.
If the start of the tab title reflected the "state" of the exchange, you would not need to access the tab at all but could see the state in the tab title.
Currently the title of the exchange page is:
- eXch / Automatic cryptocurrency exchange
The idea could be to change it to this when the coins are received:
- [RECEIVED] - eXch / Automatic cryptocurrency exchange
and when the transaction was confirmed:
- [CONFIRMED] - eXch / Automatic cryptocurrency exchange
and so on with the following steps (exchanging, sending, sent).
It seems the exchange page is updated server-side (as no JS is required) so this should be simply a tiny HTML change if I'm not wrong.
Just an idea