This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Adds intro pricing ending to timeline view
main
Keith Daulton
2 years ago
parent
99dbe9e710
commit
a271c2b42a
5 changed files
with
32 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/webviews/apps/plus/timeline/partials/state.free-preview-expired.html
+5
-0
src/webviews/apps/plus/timeline/partials/state.free.html
+5
-0
src/webviews/apps/plus/timeline/partials/state.plus-trial-expired.html
+7
-0
src/webviews/apps/plus/timeline/timeline.html
+10
-0
src/webviews/apps/plus/timeline/timeline.scss
+ 5
- 0
src/webviews/apps/plus/timeline/partials/state.free-preview-expired.html
View File
@ -16,5 +16,10 @@
<
i
class
=
"codicon codicon-info"
>
<
/
i
>
All other GitLens features can always be used on any repo, without
<
i
class
=
"codicon codicon-info"
>
<
/
i
>
All other GitLens features can always be used on any repo, without
an account.
an account.
<
/
p
>
<
/
p
>
<
p
class
=
"mt-tight"
>
<
span
class
=
"glicon glicon-clock"
>
<
/
span
>
GitLens+
<
a
href
=
"command:gitlens.plus.purchase"
>
introductory pricing
<
/
a
>
will end with the next release (late Sept,
early Oct).
<
/
p
>
<
/
section
>
<
/
section
>
<
/
template
>
<
/
template
>
+ 5
- 0
src/webviews/apps/plus/timeline/partials/state.free.html
View File
@ -19,5 +19,10 @@
<
i
class
=
"codicon codicon-info"
>
<
/
i
>
All other GitLens features can always be used on any repo, without
<
i
class
=
"codicon codicon-info"
>
<
/
i
>
All other GitLens features can always be used on any repo, without
an account.
an account.
<
/
p
>
<
/
p
>
<
p
class
=
"mt-tight"
>
<
span
class
=
"glicon glicon-clock"
>
<
/
span
>
GitLens+
<
a
href
=
"command:gitlens.plus.purchase"
>
introductory pricing
<
/
a
>
will end with the next release (late Sept,
early Oct).
<
/
p
>
<
/
section
>
<
/
section
>
<
/
template
>
<
/
template
>
+ 5
- 0
src/webviews/apps/plus/timeline/partials/state.plus-trial-expired.html
View File
@ -12,5 +12,10 @@
<
i
class
=
"codicon codicon-info"
>
<
/
i
>
All other GitLens features can always be used on any repo, without
<
i
class
=
"codicon codicon-info"
>
<
/
i
>
All other GitLens features can always be used on any repo, without
an account.
an account.
<
/
p
>
<
/
p
>
<
p
class
=
"mt-tight"
>
<
span
class
=
"glicon glicon-clock"
>
<
/
span
>
GitLens+
<
a
href
=
"command:gitlens.plus.purchase"
>
introductory pricing
<
/
a
>
will end with the next release (late Sept,
early Oct).
<
/
p
>
<
/
section
>
<
/
section
>
<
/
template
>
<
/
template
>
+ 7
- 0
src/webviews/apps/plus/timeline/timeline.html
View File
@ -55,6 +55,13 @@
src: url('#{webroot}/codicon.ttf?0e5b0adf625a37fbcd638d31f0fe72aa') format('truetype');
src: url('#{webroot}/codicon.ttf?0e5b0adf625a37fbcd638d31f0fe72aa') format('truetype');
}
}
<
/
style
>
<
/
style
>
<
style
nonce
=
"#{cspNonce}"
>
@font-face {
font-family: 'glicons';
font-display: block;
src: url('#{root}/dist/glicons.woff2?2e51fe40df2abdf6a27fbae6c29587b1') format('woff2');
}
<
/
style
>
<
/
body
>
<
/
body
>
<!--
prettier
-
ignore
-->
<!--
prettier
-
ignore
-->
+ 10
- 0
src/webviews/apps/plus/timeline/timeline.scss
View File
@ -220,8 +220,18 @@ span.button-subaction {
@import
'
./chart
'
;
@import
'
./chart
'
;
@import
'
../../shared/codicons.scss
'
;
@import
'
../../shared/codicons.scss
'
;
@import
'
../../shared/glicons.scss
'
;
.
glicon
{
vertical-align
:
middle
;
}
.
glicon
,
.
codicon
{
.
codicon
{
position
:
relative
;
position
:
relative
;
top
:
-1px
;
top
:
-1px
;
}
}
.
mt-tight
{
margin-top
:
0
.
3rem
;
}
Write
Preview
Loading…
Cancel
Save