-
-
Notifications
You must be signed in to change notification settings - Fork 7
Fix small accessibility issues from #57 #58
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
Fix small accessibility issues from #57 #58
Conversation
@@ -73,7 +73,8 @@ metrics. | |||
This is what a metric could look like: | |||
|
|||
.. figure:: _static/screenshot.png | |||
:alt: Metric example | |||
:target: _static/screenshot.png |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note I didn’t test this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -22,6 +22,7 @@ def metrics_view(request, name): | |||
request, | |||
"postgres_metrics/table.html", | |||
{ | |||
"title": metric.label, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably the most important of all of those fixes, making sure the page <title>
is set correctly.
f317114
to
f811d32
Compare
See #57 for all the details. Each commit fixes a different issue. I only went for things that felt straightforward enough and didn’t need a lot of back-and-forth.