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

Busy indicator component #6

Closed
EugeneN opened this issue Aug 14, 2017 · 1 comment
Closed

Busy indicator component #6

EugeneN opened this issue Aug 14, 2017 · 1 comment

Comments

@EugeneN
Copy link
Owner

EugeneN commented Aug 14, 2017

This component should provide a sink for other components to put start job and end job events to. The component should then maintain a stack of active jobs, and display a visual busy indicator in the UI, just above the notifications, when there are more than 0 jobs running.

data BusyCmd = PushBusy | PopBusy
...
busyU <- busyComponent
...
busyU PushBusy
runSomeJob
busyU PopBusy
@EugeneN
Copy link
Owner Author

EugeneN commented Aug 14, 2017

done in #7

@EugeneN EugeneN closed this as completed Aug 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant