Skip to content

Commit

Permalink
Fixed <1.4.23 logs not opening properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Herysia committed Feb 10, 2024
1 parent 6796b17 commit 30cc56b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loa-details",
"version": "1.4.23",
"version": "1.4.24",
"description": "Damage meter for Lost Ark",
"productName": "LOA Details",
"author": "Herysia, Mathicha, Eren Kara <[email protected]>",
Expand Down
7 changes: 3 additions & 4 deletions src/components/LogView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
<div class="flex" v-if="logData">
<span style="margin-right: 12px">
[
{{
logData.zoneLevel.charAt(0).toUpperCase() +
logData.zoneLevel.slice(1)
}}
<span style="text-transform: capitalize">
{{ logData.zoneLevel }}
</span>
] -
{{ logData.mostDamageTakenEntity.name }}
({{ millisToMinutesAndSeconds(logData.duration) }} -
Expand Down
4 changes: 4 additions & 0 deletions src/pages/IndexPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
</p>

<h5>Changelog</h5>
<h6 id="1-4-24">1.4.24</h6>
<ul>
<li>Fixed old logs not opening because of ZoneLevel</li>
</ul>
<h6 id="1-4-23">1.4.23</h6>
<ul>
<li>Support for game update - 07/02/2024 (Valtan Extreme)</li>
Expand Down

0 comments on commit 30cc56b

Please sign in to comment.