Skip to content

Commit 7d62631

Browse files
ISSUE-100: Bumped APP version
1 parent 1b36a19 commit 7d62631

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

src/Domain/Strava/BuildHtmlVersion/BuildHtmlVersionCommandHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
final readonly class BuildHtmlVersionCommandHandler implements CommandHandler
6565
{
66-
private const string APP_VERSION = 'v0.2.12';
66+
private const string APP_VERSION = 'v0.2.13';
6767

6868
public function __construct(
6969
private ActivityRepository $activityRepository,

tests/Domain/Strava/BuildHtmlVersion/__snapshots__/BuildHtmlVersionCommandHandlerTest--testHandle--buildhtmlindex.html.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@
218218
</a>
219219
</div>
220220
<div class="flex justify-center gap-x-1 text-xs text-center text-gray-500">
221-
<span>v0.2.12</span>
222-
<span class="hidden" data-latest-version data-current-version="v0.2.12">
221+
<span>v0.2.13</span>
222+
<span class="hidden" data-latest-version data-current-version="v0.2.13">
223223
(latest: <a class="underline" href="https://github.com/robiningelbrecht/strava-statistics/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
224224
</span>
225225
</div>
@@ -240,7 +240,7 @@
240240
</div>
241241
<!-- JS LOADED CONTENT -->
242242
<div id="js-loaded-content"></div>
243-
<div id="modal-skeleton" tabindex="-1" aria-hidden="true" class="hidden overflow-y-auto overflow-x-hidden fixed top-0 right-0 left-0 z-[61] justify-center items-center w-full md:inset-0 h-[calc(100%-1rem)] max-h-full">
243+
<div id="modal-skeleton" tabindex="-1" aria-hidden="true" class="hidden overflow-y-auto overflow-x-hidden fixed top-0 right-0 left-0 z-[1500] justify-center items-center w-full md:inset-0 h-[calc(100%-1rem)] max-h-full">
244244
<div class="relative p-4 w-full max-w-7xl max-h-full">
245245
<!-- Modal spinner -->
246246
<div class="spinner hidden p-4 items-center justify-center h-auto bg-white rounded-lg shadow">
@@ -430,7 +430,7 @@
430430
modal = new Modal(modalSkeletonNode, {
431431
placement: 'bottom',
432432
closable: true,
433-
backdropClasses: 'bg-gray-900 bg-opacity-50 fixed inset-0 z-[60]',
433+
backdropClasses: 'bg-gray-900 bg-opacity-50 fixed inset-0 z-[1400]',
434434
onShow: async () => {
435435
const response = await fetch(node.getAttribute('data-model-content-url'));
436436
// Remove loading state.

tests/Domain/Strava/BuildHtmlVersion/__snapshots__/BuildHtmlVersionCommandHandlerTest--testHandleForRunningActivitiesOnly--buildhtmlindex.html.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@
217217
</a>
218218
</div>
219219
<div class="flex justify-center gap-x-1 text-xs text-center text-gray-500">
220-
<span>v0.2.12</span>
221-
<span class="hidden" data-latest-version data-current-version="v0.2.12">
220+
<span>v0.2.13</span>
221+
<span class="hidden" data-latest-version data-current-version="v0.2.13">
222222
(latest: <a class="underline" href="https://github.com/robiningelbrecht/strava-statistics/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
223223
</span>
224224
</div>
@@ -239,7 +239,7 @@
239239
</div>
240240
<!-- JS LOADED CONTENT -->
241241
<div id="js-loaded-content"></div>
242-
<div id="modal-skeleton" tabindex="-1" aria-hidden="true" class="hidden overflow-y-auto overflow-x-hidden fixed top-0 right-0 left-0 z-[61] justify-center items-center w-full md:inset-0 h-[calc(100%-1rem)] max-h-full">
242+
<div id="modal-skeleton" tabindex="-1" aria-hidden="true" class="hidden overflow-y-auto overflow-x-hidden fixed top-0 right-0 left-0 z-[1500] justify-center items-center w-full md:inset-0 h-[calc(100%-1rem)] max-h-full">
243243
<div class="relative p-4 w-full max-w-7xl max-h-full">
244244
<!-- Modal spinner -->
245245
<div class="spinner hidden p-4 items-center justify-center h-auto bg-white rounded-lg shadow">
@@ -429,7 +429,7 @@
429429
modal = new Modal(modalSkeletonNode, {
430430
placement: 'bottom',
431431
closable: true,
432-
backdropClasses: 'bg-gray-900 bg-opacity-50 fixed inset-0 z-[60]',
432+
backdropClasses: 'bg-gray-900 bg-opacity-50 fixed inset-0 z-[1400]',
433433
onShow: async () => {
434434
const response = await fetch(node.getAttribute('data-model-content-url'));
435435
// Remove loading state.

tests/strava.db

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)