From 48e917115320d45ae89b1a4378fcd1573a49e4c0 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sat, 23 Nov 2019 15:25:30 +0530 Subject: [PATCH 1/2] :wheelchair: Improving accessibility --- components/collections/index.vue | 4 +- components/history.vue | 144 +++++++++++++++---------------- pages/index.vue | 32 ++++--- 3 files changed, 87 insertions(+), 93 deletions(-) diff --git a/components/collections/index.vue b/components/collections/index.vue index 6602f1c0d..c8323e372 100644 --- a/components/collections/index.vue +++ b/components/collections/index.vue @@ -57,7 +57,7 @@ TODO: > import_export - help - + --> diff --git a/components/history.vue b/components/history.vue index fe1e2c3f4..f6762c6af 100644 --- a/components/history.vue +++ b/components/history.vue @@ -1,70 +1,14 @@ diff --git a/pages/index.vue b/pages/index.vue index ffaa5de7a..d80de8047 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -88,23 +88,21 @@ -
-
  • - - -
  • -
    +
  • + + +
  • Date: Sat, 23 Nov 2019 18:15:15 +0530 Subject: [PATCH 2/2] :dizzy: Updated Support us section --- layouts/default.vue | 73 ++++++++++++++++++++++++++++++++++++++------- 1 file changed, 63 insertions(+), 10 deletions(-) diff --git a/layouts/default.vue b/layouts/default.vue index b1bd0ff12..fc15fd766 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -51,17 +51,14 @@
    - - - + favorite + Support us +
    +
    + + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    +
    + @@ -304,7 +356,8 @@ export default { // prompt. showInstallPrompt: null, version: {}, - showShortcuts: false + showShortcuts: false, + showSupport: false }; },