-
-
Notifications
You must be signed in to change notification settings - Fork 371
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
RFC: Some Web-UI ideas #246
Comments
I like the simplicity of the current UI. One quick fix would be to use a proper color (blue) to mark "running pipelines" as opposed to yellow which normally signifies a warning. What are you proposing exactly in terms of design update? |
Main reason for a rewrite of the web-interface from my side would be an update of the code-base to use Typescript and some up-to-date dependencies. Especially Typescript can help a lot with code-quality. I just started with an approach in #245. Some design changes I played around with are:
A small taste of what I had in mind: @alexef @6543 As this would probably introduce a lot of changes, which could break things, I had the idea to either integrate both UIs (old one & new one) in the server and add an env-var / feature-flag so the user could switch himself until the new UI is stable enough, or to build two completely separate versions for both UIs. |
I would make current running tasks blues, so you can see a difference from tasks needing an aproval (orange) |
I would like to help bringing the UI to the next level. The UX can be approved a bit IMO and the development setup would love some care as well.
Some ideas:
Maybe a design update would be nice as well 😉
The text was updated successfully, but these errors were encountered: