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

Conversation

rehevkor5
Copy link

@rehevkor5 rehevkor5 commented Mar 27, 2017

  • Use correct error code for ignoring error with mongo index not existing
  • Split out seyren-web from the other Docker Compose services to make development easier
  • Fix loading indicator not accurate when multiple requests are running
  • The checks page no longer inaccurately displays "We've got no checks" text while the checks are loading
  • The check page no longer shows a blank form when the check doesn't exist
  • Large numbers are now shown with thousands separator (easier to read 100,000,000 than 100000000)
  • Added time zone to places where times are displayed
  • Added some help tooltips

See individual commits for more details.

@rehevkor5 rehevkor5 force-pushed the various_improvements branch 2 times, most recently from 61b18a5 to 185cd75 Compare March 27, 2017 05:03
@rehevkor5 rehevkor5 changed the title Various improvements Various UI improvements Apr 2, 2017
…evelopment easer

- Allows devs to run Seyren from their IDE and the dependencies in Docker
- Also fixed bad formatting in README.md
- 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
- 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)
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

Successfully merging this pull request may close these issues.

1 participant