diff --git a/CHANGES.md b/CHANGES.md index f37bd7bf5..e680482ce 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,7 @@ - Added option to view team members from the console - Added option to join a user to any team from the console - Added support for Brotli compression +- UI performance & accessibility improvments ## Bug Fixes diff --git a/app/controllers/web/console.php b/app/controllers/web/console.php index e8d8599ba..5ef32d1f4 100644 --- a/app/controllers/web/console.php +++ b/app/controllers/web/console.php @@ -14,6 +14,7 @@ use Appwrite\Storage\Storage; $utopia->init(function () use ($layout) { $layout + ->setParam('description', 'Appwrite Console allows you to easily manage, monitor, and control your entire backend API and tools.') ->setParam('analytics', 'UA-26264668-5') ; }); diff --git a/app/views/console/comps/footer.phtml b/app/views/console/comps/footer.phtml index e8f7770d6..c96683939 100644 --- a/app/views/console/comps/footer.phtml +++ b/app/views/console/comps/footer.phtml @@ -9,21 +9,21 @@ $version = $this->getParam('version', '').'.'.APP_CACHE_BUSTER; data-analytics-event="click" data-analytics-category="console/footer" data-analytics-label="GitHub Link" - href="https://github.com/appwrite/appwrite" target="_blank"> GitHub + href="https://github.com/appwrite/appwrite" target="_blank" rel="noopener"> GitHub
  • Open an Issue + href="https://github.com/appwrite/appwrite/issues/new?body=%0A%0A%0A---%0AAppwrite Version:%20" target="_blank" rel="noopener">Open an Issue
  • Docs + href="/docs" target="_blank" rel="noopener">Docs
  • v: diff --git a/app/views/console/comps/header.phtml b/app/views/console/comps/header.phtml index 2a0e23ee0..cee6dd88d 100644 --- a/app/views/console/comps/header.phtml +++ b/app/views/console/comps/header.phtml @@ -42,7 +42,7 @@ -
    +
    -