-
Notifications
You must be signed in to change notification settings - Fork 127
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
Some modernization of the UI #205
Conversation
Nice improvements all around! I agree the look was getting really old, this helps a log, many thanks! I was thinking along the same lines as you: modernize the design, replace the plotting library, refactor JS and so on. If you want to do any of those that would be great. Which graph library do you have in mind? |
It's just a tiny little bit, but glad you liked it. 😄 Yeah, I would love being to work on those things, but ATM cannot work fulltime on that. Will try to contribute with small changes instead. Another feature that just popped to my mind would be having a realtime feature that alerted you when some new datapoint is introduced, like the one GitHub has whenever a new branch or commits are pushed, but of course that is not trivial to implement in a good way. |
Hi Javier, D3 would be a good pick yes. As to the "feature that alerted", you mean Small changes are great! You don't need big contributions in order for it On Wed, Jul 20, 2016 at 12:49 AM Javier Honduvilla Coto <
|
It would be nice to have those notifications for when you are viewing a benchmark and it's updated but you are still viewing former results. It's one of the tools that I was having a look to use for my bachelor thesis, as performance is a key aspect. |
Several visual improvements have been done in this PR.
Most of them are tiny but they make the experience of using
codespeed
significantly better IMO.border-radius
attribute.html5
.Arial
as the default font.vim
and OSX-specific files to be ignored.Things I haven't been able to do and that I would love to have (and if I have some spare time I'll try to do):
Thank you for the project 💟,