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

TODO: Improve the diff page #13

Open
kit-ty-kate opened this issue Apr 21, 2021 · 0 comments
Open

TODO: Improve the diff page #13

kit-ty-kate opened this issue Apr 21, 2021 · 0 comments

Comments

@kit-ty-kate
Copy link
Contributor

Reading the last diff is tedious. There are duplicated info, the important changes aren't very well highlighted, …

My current plan is to transform this page into a table similar to the main page:
Untitled
where:

  • the cells that aren't updated will appear empty and white (or another colour to avoid clashes with internal failures)
  • each rows will appear from important change to least important change (the same order as today)
  • each cell that changes will appear with a gradient from before (left) to now (right). background-image: linear-gradient(to right, #64e178 35%, #ff2800 50%);
  • every column available for the two runs will appear (even if they have no diff in them) to keep it consistent

Note: the main /diff page should also be improve by having a table with two column and radio buttons to choose the two run you wanna see a diff of.

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