From d3921221916cd96a9f0f778a2346e6d814651fea Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 8 Nov 2023 00:20:27 -0500 Subject: [PATCH] Adds companion tools links --- src/webviews/apps/home/home.html | 71 ++++++++++++++++++++++++++++++---- src/webviews/apps/home/home.scss | 13 +++++++ src/webviews/apps/welcome/welcome.html | 21 ++++++++++ 3 files changed, 98 insertions(+), 7 deletions(-) diff --git a/src/webviews/apps/home/home.html b/src/webviews/apps/home/home.html index 93edbe3..c00e979 100644 --- a/src/webviews/apps/home/home.html +++ b/src/webviews/apps/home/home.html @@ -131,7 +131,13 @@ aria-label="Show Commit Graph" data-requires="repo" >Commit Graph ✨Commit Graph Focus ✨Focus Visual File History ✨Visual File History GitKraken Workspaces ☁️GitKraken Workspaces☁️ Worktrees ✨Worktrees +

✨ Requires a trial or paid plan to use this on privately hosted repos.
☁️ Requires an account and access is based on your plan, e.g. Free, Pro, etc diff --git a/src/webviews/apps/home/home.scss b/src/webviews/apps/home/home.scss index 5209dad..e104a7e 100644 --- a/src/webviews/apps/home/home.scss +++ b/src/webviews/apps/home/home.scss @@ -373,12 +373,25 @@ gl-button { &__label { font-weight: 600; + width: 100%; + } + + &__access { + position: relative; + left: 1.5rem; + filter: grayscale(1); + opacity: 0.4; } &__item:hover &__label { text-decoration: underline; } + &__item:hover &__access { + filter: none; + opacity: 1; + } + &__title { padding: 0 2rem; } diff --git a/src/webviews/apps/welcome/welcome.html b/src/webviews/apps/welcome/welcome.html index 0a0a362..dfe5f72 100644 --- a/src/webviews/apps/welcome/welcome.html +++ b/src/webviews/apps/welcome/welcome.html @@ -530,6 +530,27 @@ > +

Companion Tools

+

Supercharge GitLens with our other dev tools

+ +

Resources