From a271c2b42aee64e9793298b184cbed0a23c05c09 Mon Sep 17 00:00:00 2001 From: Keith Daulton Date: Mon, 29 Aug 2022 16:10:20 -0400 Subject: [PATCH] Adds intro pricing ending to timeline view --- .../plus/timeline/partials/state.free-preview-expired.html | 5 +++++ src/webviews/apps/plus/timeline/partials/state.free.html | 5 +++++ .../apps/plus/timeline/partials/state.plus-trial-expired.html | 5 +++++ src/webviews/apps/plus/timeline/timeline.html | 7 +++++++ src/webviews/apps/plus/timeline/timeline.scss | 10 ++++++++++ 5 files changed, 32 insertions(+) diff --git a/src/webviews/apps/plus/timeline/partials/state.free-preview-expired.html b/src/webviews/apps/plus/timeline/partials/state.free-preview-expired.html index 252fc47..7ba7e5a 100644 --- a/src/webviews/apps/plus/timeline/partials/state.free-preview-expired.html +++ b/src/webviews/apps/plus/timeline/partials/state.free-preview-expired.html @@ -16,5 +16,10 @@  All other GitLens features can always be used on any repo, without an account.

+

+ GitLens+ + introductory pricing will end with the next release (late Sept, + early Oct). +

diff --git a/src/webviews/apps/plus/timeline/partials/state.free.html b/src/webviews/apps/plus/timeline/partials/state.free.html index 60497da..e4acd0b 100644 --- a/src/webviews/apps/plus/timeline/partials/state.free.html +++ b/src/webviews/apps/plus/timeline/partials/state.free.html @@ -19,5 +19,10 @@  All other GitLens features can always be used on any repo, without an account.

+

+ GitLens+ + introductory pricing will end with the next release (late Sept, + early Oct). +

diff --git a/src/webviews/apps/plus/timeline/partials/state.plus-trial-expired.html b/src/webviews/apps/plus/timeline/partials/state.plus-trial-expired.html index e70055b..db1948d 100644 --- a/src/webviews/apps/plus/timeline/partials/state.plus-trial-expired.html +++ b/src/webviews/apps/plus/timeline/partials/state.plus-trial-expired.html @@ -12,5 +12,10 @@  All other GitLens features can always be used on any repo, without an account.

+

+ GitLens+ + introductory pricing will end with the next release (late Sept, + early Oct). +

diff --git a/src/webviews/apps/plus/timeline/timeline.html b/src/webviews/apps/plus/timeline/timeline.html index 81bac30..0628c70 100644 --- a/src/webviews/apps/plus/timeline/timeline.html +++ b/src/webviews/apps/plus/timeline/timeline.html @@ -55,6 +55,13 @@ src: url('#{webroot}/codicon.ttf?0e5b0adf625a37fbcd638d31f0fe72aa') format('truetype'); } + diff --git a/src/webviews/apps/plus/timeline/timeline.scss b/src/webviews/apps/plus/timeline/timeline.scss index b4b2cd9..6ea80f7 100644 --- a/src/webviews/apps/plus/timeline/timeline.scss +++ b/src/webviews/apps/plus/timeline/timeline.scss @@ -220,8 +220,18 @@ span.button-subaction { @import './chart'; @import '../../shared/codicons.scss'; +@import '../../shared/glicons.scss'; +.glicon { + vertical-align: middle; +} + +.glicon, .codicon { position: relative; top: -1px; } + +.mt-tight { + margin-top: 0.3rem; +}