Small UI improvements #30

Merged
merged 3 commits into from Nov 30, 2016

Conversation

Projects
None yet
2 participants
Owner

johnsca commented Nov 30, 2016

  • Add log message when no suites are found
  • Fix colorization of log messages
  • Fix colorization of icons in rules panel (top-right)

johnsca added some commits Nov 30, 2016

Small UI improvements
* Add log message when no suites are found
* Fix colorization of log messages
* Fix colorization of icons in rules panel (top-right)

LGTM, thanks

matrix/view.py
@@ -29,7 +30,7 @@
False: ("fail", "\N{HEAVY BALLOT X}"),
}
-STATE_SYMNOLS = {
+STATE_SYMBOLS = {
@bcsaller

bcsaller Nov 30, 2016

Contributor

looks like currently unused but wasn't removed, feel free to remove this block, it just using TEST_SYMBOLS below

@johnsca johnsca merged commit 5ac7eaa into master Nov 30, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment