File tree Expand file tree Collapse file tree 2 files changed +27
-5
lines changed Expand file tree Collapse file tree 2 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 1
1
<script lang =" ts" >
2
2
import changelog from ' ../pluginPackage/changelog.json'
3
+ import AnimatedJavaIcon from ' ../assets/animated_java_icon.svg'
3
4
4
5
function formatDateFull(date : string ) {
5
6
// @ts-expect-error
40
41
</script >
41
42
42
43
<div class =" content plugin_browser_tabbed_page" id =" plugin_browser_changelog" >
43
- {#each Object .values (changelog ) as versions }
44
- <h3 >
45
- {versions .title }
46
- </h3 >
44
+ {#each Object .values (changelog ).reverse () as versions }
45
+ <div class =" title-container" >
46
+ <img src ={AnimatedJavaIcon } alt =" " />
47
+ <h3 >
48
+ {versions .title }
49
+ </h3 >
50
+ </div >
47
51
<!-- svelte-ignore a11y-label-has-associated-control -->
48
52
<label class ="plugin_changelog_author" >{versions .author }</label >
49
53
<!-- svelte-ignore a11y-label-has-associated-control -->
83
87
border-radius : 3px ;
84
88
font-size : 0.8em ;
85
89
}
90
+ img {
91
+ border-radius : 4px ;
92
+ width : 24px ;
93
+ height : 24px ;
94
+ margin-left : 0.5px ;
95
+ box-shadow : 1px 1px 1px #000000aa ;
96
+ }
97
+ .title-container h3 {
98
+ margin-left : 8px ;
99
+ margin-top : 0 ;
100
+ }
101
+ .title-container {
102
+ display : flex ;
103
+ flex-direction : row ;
104
+ justify-content : flex-start ;
105
+ align-items : center ;
106
+ margin-top : 8px ;
107
+ }
86
108
</style >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ animated_java.dialog.about.title: About Animated Java
33
33
animated_java.dialog.about.close_button : Close
34
34
35
35
# # Changelog
36
- animated_java.dialog.changelog_dialog.title : Changelog
36
+ animated_java.dialog.changelog_dialog.title : Animated Java Changelog
37
37
38
38
# # Unexpected Error Dialog
39
39
animated_java.dialog.unexpected_error.title : An Unexpected Error Occurred!
You can’t perform that action at this time.
0 commit comments