Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UI element describing the state of the SDK connection #2118

Closed
Tracked by #2695
emilk opened this issue May 15, 2023 · 1 comment
Closed
Tracked by #2695

Add UI element describing the state of the SDK connection #2118

emilk opened this issue May 15, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request ui concerns graphical user interface

Comments

@emilk
Copy link
Member

emilk commented May 15, 2023

We have the re_smart_channel crate that tells us what we are getting data from (from a streaming Python SDK, a File, the network, …). We should have a UI element that shows what we are connected to (perhaps only on hover) and whether more data is still coming (e.g. is the file still loading, or the Python app still running?).

I think it would make sense to but this widget close to the playback controls (play, pause etc). It could be a single icon showing the type of thing we are connected to (what re_smart_channel::Source, file, http-stream, sdk, …) and some sort of modifier to show it is still active. When hovered more data is revealed (the name of the loaded file, for instance).

@emilk emilk added enhancement New feature or request ui concerns graphical user interface labels May 15, 2023
@emilk emilk changed the title Add ui element for connection Add UI element describing the state of the SDK connection Jun 26, 2023
@abey79
Copy link
Member

abey79 commented Dec 7, 2023

Mostly solved by #4443 isn't it?

@abey79 abey79 closed this as completed Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui concerns graphical user interface
Projects
None yet
Development

No branches or pull requests

3 participants