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

Various UI improvements #431

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 13, 2017

  1. Configuration menu
    Copy the full SHA
    c4eb1ee View commit details
    Browse the repository at this point in the history
  2. Split out seyren-web from the other Docker Compose services to make d…

    …evelopment easer
    
    - Allows devs to run Seyren from their IDE and the dependencies in Docker
    - Also fixed bad formatting in README.md
    rehevkor5 committed May 13, 2017
    Configuration menu
    Copy the full SHA
    61995c8 View commit details
    Browse the repository at this point in the history
  3. Improve loading indicators and view when check doesn't exist

    - The loading animation now works properly when multiple requests are run in parallel (previously, the loading indicator would go away even though load is still ongoing)
    - The checks page no longer displays "We've got no checks" text while the checks are loading (which takes a while if you have a lot of them)
    - The check page no longer shows a blank form when the check doesn't exist
    - Fixed minor CSS mistakes with the footer and column count not adding up to 12
    rehevkor5 committed May 13, 2017
    Configuration menu
    Copy the full SHA
    847951f View commit details
    Browse the repository at this point in the history
  4. Various improvements to views

    - Added formatting of numbers based on locale. For example, large numbers may be shown with thousands separators (much easier to read).
    - Added time zone to places where times are displayed, so that users are not confused about what time they're looking at.
    - Added help tooltip about the Check's target and from/until (from/until is not self-explanatory)
    - Made all references to "Warn level" and "Error level" consistent (previously was different only in the edit modal)
    rehevkor5 committed May 13, 2017
    Configuration menu
    Copy the full SHA
    4fa9eb0 View commit details
    Browse the repository at this point in the history