metroline / metroline-ui

UI of Metroline, an Open Source Continuous and Delivery Platform (CICD) built with Docker, Node, React, MongoDB, Socket.io and D3 and Typescript.
GNU General Public License v3.0
0 stars 2 forks source link

Changes that would look good #6

Open tomaswarynyca opened 3 years ago

tomaswarynyca commented 3 years ago

Home On the home page they should cover a little more of the timeline. A custom scroll should be added image

Pipelines The lettering on the console should be a little smaller, it is solved by approving #5 A custom scroll should be added image

tomaswarynyca commented 3 years ago

Another action to take into account is that it would be good to show only the first line of commit, in my case we do squash and merge which generates a commit with data that does not need to be visible in the deploy.

This photo is taken from the demo but it is for context. image

EDIT: Now with the latest update you can see what I mentioned above image image

gempain commented 3 years ago

Agree. Could be solved by doing a split on newlines and only taking the first one.

Thanks so much for taking the time to suggest and document these things, it's hugely appreciated !