-
Notifications
You must be signed in to change notification settings - Fork 103
Front-end integration for disabled subservers #620
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
Conversation
de981bf
to
b8edfc8
Compare
935ea43
to
62e7b9e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Just a few minor things
Also for the svg, we might want to tweak the color to be |
ACK to @jbrill's SVG comment! Always have to remember that one when dealing with icons 😂 |
43f32c7
to
538f582
Compare
4b32e5b
to
e340e62
Compare
e340e62
to
070fdd0
Compare
@jbrill: review reminder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK. Great work on this @itsrachelfish! I tested and confirmed both the disabled
and error
statuses. The functionality is good to go, so approved from my end.
I left some comments on code improvements that could be made if time permits, or saved for a follow-up PR.
070fdd0
to
861d64c
Compare
2d2e473
to
c6a24e7
Compare
ed9264e
to
fa9e3d7
Compare
54d04cb
to
e29cfe9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic update! The code looks so much cleaner now.
Just have one more small suggestion.
e29cfe9
to
c223c40
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks for the updates! 🚀
c223c40
to
5ff3863
Compare
This PR creates a new SubServerStatus store which checks which services are being run by litd. When loop and pool are not running or are in an error state, the page displays an error message:
Depends on #541