From 97c08d409efd0339cc1f81098de9d3e98ed105fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sat, 7 May 2016 19:38:55 -0400 Subject: [PATCH 1/3] Add missing aria-label on icon buttons --- client/index.html | 16 ++++++++-------- client/views/chat.tpl | 6 +++--- client/views/msg.tpl | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/client/index.html b/client/index.html index 4e3155ed..44fca1c2 100644 --- a/client/index.html +++ b/client/index.html @@ -34,17 +34,17 @@
- +
@@ -82,7 +82,7 @@
- +
@@ -160,7 +160,7 @@
- +
@@ -308,7 +308,7 @@
- +
diff --git a/client/views/chat.tpl b/client/views/chat.tpl index 147ec84a..abbe0a9e 100644 --- a/client/views/chat.tpl +++ b/client/views/chat.tpl @@ -1,11 +1,11 @@ {{#each channels}}
- + {{#equal type "channel"}} - + {{/equal}} - + {{name}} {{{parse topic}}}
diff --git a/client/views/msg.tpl b/client/views/msg.tpl index 7563d6b8..e605bd95 100644 --- a/client/views/msg.tpl +++ b/client/views/msg.tpl @@ -10,7 +10,7 @@ {{#equal type "toggle"}}
- +
{{#if toggle}} {{partial "toggle"}} From 8af36eb0c7b5bbb3ac5c1e00e87849d57d201de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sat, 7 May 2016 20:06:47 -0400 Subject: [PATCH 2/3] Add an aria-label attribute to the user search field --- client/views/user.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/views/user.tpl b/client/views/user.tpl index 7ce24097..a96dd288 100644 --- a/client/views/user.tpl +++ b/client/views/user.tpl @@ -1,6 +1,6 @@ {{#if users.length}}
- +
{{/if}}
From 57d7b0147ee296350098a653ad96a160b6f6a865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sat, 7 May 2016 23:11:43 -0400 Subject: [PATCH 3/3] Make the sidebar close a button and add aria-label to it --- client/views/chan.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/views/chan.tpl b/client/views/chan.tpl index 7ac3a9d9..47495362 100644 --- a/client/views/chan.tpl +++ b/client/views/chan.tpl @@ -1,7 +1,7 @@ {{#each channels}}
{{#if unread}}{{unread}}{{/if}} - + {{name}}
{{/each}}