Skip to content

Commit

Permalink
release: 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KeziahMoselle committed Jan 28, 2023
1 parent cfe62da commit b40efc6
Show file tree
Hide file tree
Showing 3 changed files with 1,276 additions and 656 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gelbooru-client",
"version": "0.11.0",
"version": "0.12.0",
"description": "You already know what it is.",
"main": "src/main.js",
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<div class="user-view">
<div class="background"></div>
<span class="white-text name">Gel<b>booru</b> Client</span>
<span class="white-text email">v0.11.0</span>
<span class="white-text email">v0.12.0</span>
</div>
</li>
<li><a class="subheader">Pages</a></li>
Expand Down Expand Up @@ -86,7 +86,7 @@

<!-- MAIN -->
<main class="row">

<!-- Hidden by default, show when searching #loading -->
<div id="loading" class="hide">
<div class="progress">
Expand Down Expand Up @@ -155,7 +155,7 @@ <h1>Theme Customization</h1>
<input hidden value="#242424" id="handleColorPickerDark" type="color">

<div class="col s10 offset-s1">

<div class="row">
<label for="handleColorPickerPrimary" class="preview-color col s3 offset-s3" id="primaryColor-preview"></label>
<div class="input-field col s3">
Expand Down Expand Up @@ -190,7 +190,7 @@ <h1>Theme Customization</h1>
</div>
</div>
<!-- [End Theme customization modal] -->

</main>
<!-- [END MAIN] -->

Expand Down
Loading

0 comments on commit b40efc6

Please sign in to comment.