Skip to content

Commit

Permalink
v0.3.4 'Naka-Meguro' - new theme Korail TGIS
Browse files Browse the repository at this point in the history
  • Loading branch information
hibiyasleep committed Mar 21, 2022
1 parent 7a6c0ef commit 137a579
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 10 deletions.
32 changes: 30 additions & 2 deletions components/layout/changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,34 @@
</checkbox>
<hr />
<version />
<group name="0.3.3 'Yuutenji'" opened>
<div style="--display: none; display: block; display: var(--display); font-weight: bold">
<p style="display: block; padding-left: 1rem">
If you're seeing this message,
<br />
please upgrade to <u>ngld's overlayplugin</u> as fast as possible.
<br />
job gauge color will no longer work on older browsers.
</p>
<hr />
</div>
<group name="0.3.4 'Naka-Meguro'" opened>
<p>
New option Cell Background added.
<br />
(Click to change: <u @click="cell_background = 'translucent'">default</u>
/ <u @click="cell_background = 'opaque'">opaque</u>
/ <u @click="cell_background = 'tinted'">tinted</u>)
</p>
<p>
New theme <u @click="theme = 'korail-tgis'">'Korail TGIS'</u> added.
<br/>
<span class="muted">(advices on design is welcome)</span>
</p>
<p>
some colors in kagerou palette has been adjusted.
</p>
</group>
<group name="0.3.3 'Yuutenji'">
<p>
Name is alternatively go inside details view (if hidden).
</p>
Expand Down Expand Up @@ -179,7 +206,8 @@ export default {
...mapStateDynamically('settings', [
'never_show_changelog_again',
'theme',
'force_inline_short_values'
'force_inline_short_values',
'cell_background'
])
}
}
Expand Down
9 changes: 5 additions & 4 deletions components/version.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@
.line-hibiya { stroke: #b5b5ac; }
.line-hanzomon { stroke: #9370db; }
.line-ginza { stroke: #ff9500; }

<!-- ]]> -->
</svg:style>
</svg:style>
<clipPath id="adj-clip" clipPathUnits="userSpaceOnUse">
<path d="M0,8h8v8h-8v-8l-8,-8h24v24h-24v-24" clip-rule="evenodd" />
</clipPath>
Expand Down Expand Up @@ -100,10 +99,12 @@
<use href="#station-main" x="244" />
<use href="#station-main" x="261" />
<use href="#station-main" x="278" />
<use href="#station-stop" x="295" />
<use href="#station-main" x="295" />
<use href="#station-stop" x="312" />

<g opacity="0.333">
<use href="#station-main" x="295" />
<use href="#adj-se" x="312" class="line-hibiya" />
<use href="#station-main" x="312" />

<use href="#adj-se" x="312" class="line-hibiya" />
<use href="#station-main" x="312" />
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ikegami",
"version": "0.3.3",
"releasename": "Yuutenji",
"version": "0.3.4",
"releasename": "Naka-Meguro",
"description": "experimental horizontal FFXIV Miniparse overlay",
"dependencies": {
"vue": "2.x",
Expand Down Expand Up @@ -32,8 +32,8 @@
"webpack": "latest",
"webpack-archive-plugin": "^3.0.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "latest"
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3"
},
"scripts": {
"dev": "NODE_ENV=development webpack-dev-server --host=0.0.0.0 --port=9000 --disable-host-check"
Expand Down

0 comments on commit 137a579

Please # to comment.