bluetui icon indicating copy to clipboard operation
bluetui copied to clipboard

Show a spinner on running operations

Open cybercoder-naj opened this issue 1 year ago • 4 comments

When I am trying to connect with Bluetooth devices, I hit the <space> but I wasn't sure if that did anything. Some progress indication would be great to know that pressing <space> actually did something

cybercoder-naj avatar Jan 22 '25 05:01 cybercoder-naj

Good point 💯 I will look at it

pythops avatar Jan 22 '25 07:01 pythops

hi @pythops do you mind if i take this?
I'm thinking to change is_connected into 3 states: [DISCONNECTED, CONNECTING, CONNECTED]. But if it complicates other logics that depend on this state, i'd be happy to implement a spinner as originally proposed.

aldogint avatar May 21 '25 15:05 aldogint

I think we need some refactoring first before implementing it and it would make it much easier after.

pythops avatar May 23 '25 14:05 pythops

I have started the refactor, then I will implement this

pythops avatar Nov 19 '25 18:11 pythops