Skip to content

Commit 91fa509

Browse files
ISSUE-93: Numped APP version
1 parent 905cc36 commit 91fa509

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.11';
66+
private const string APP_VERSION = 'v0.2.12';
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
@@ -12,7 +12,7 @@
1212
<body>
1313
<div class="antialiased bg-gray-50">
1414
<!-- NAVIGATION -->
15-
<nav class="bg-white border-b border-gray-200 px-4 py-2.5 fixed left-0 right-0 top-0 z-50">
15+
<nav class="bg-white border-b border-gray-200 px-4 py-2.5 fixed left-0 right-0 top-0 z-[1100]">
1616
<div class="flex flex-wrap justify-between items-center">
1717
<div class="flex justify-start items-center">
1818
<button data-drawer-target="drawer-navigation" data-drawer-toggle="drawer-navigation" aria-controls="drawer-navigation" class="p-2 mr-2 text-gray-600 rounded-lg cursor-pointer md:hidden hover:text-gray-900 hover:bg-gray-100 focus:bg-gray-100 focus:ring-2 focus:ring-gray-100">
@@ -111,7 +111,7 @@
111111
</div>
112112
</nav>
113113
<!-- SIDEBAR -->
114-
<aside class="fixed top-0 left-0 z-40 w-64 h-screen pt-14 transition-transform -translate-x-full bg-white border-r border-gray-200 md:translate-x-0" aria-label="Sidenav" id="drawer-navigation">
114+
<aside class="fixed top-0 left-0 z-40 w-64 h-screen pt-14 transition-transform -translate-x-full bg-white border-r border-gray-200 md:translate-x-0 z-[1001]" aria-label="Sidenav" id="drawer-navigation">
115115
<div class="overflow-y-auto py-5 px-3 h-full bg-white divide-y divide-gray-100">
116116
<ul class="space-y-2 mb-2">
117117
<li>
@@ -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.11</span>
222-
<span class="hidden" data-latest-version data-current-version="v0.2.11">
221+
<span>v0.2.12</span>
222+
<span class="hidden" data-latest-version data-current-version="v0.2.12">
223223
(latest: <a class="underline" href="https://github.com/robiningelbrecht/strava-statistics/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
224224
</span>
225225
</div>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<body>
1313
<div class="antialiased bg-gray-50">
1414
<!-- NAVIGATION -->
15-
<nav class="bg-white border-b border-gray-200 px-4 py-2.5 fixed left-0 right-0 top-0 z-50">
15+
<nav class="bg-white border-b border-gray-200 px-4 py-2.5 fixed left-0 right-0 top-0 z-[1100]">
1616
<div class="flex flex-wrap justify-between items-center">
1717
<div class="flex justify-start items-center">
1818
<button data-drawer-target="drawer-navigation" data-drawer-toggle="drawer-navigation" aria-controls="drawer-navigation" class="p-2 mr-2 text-gray-600 rounded-lg cursor-pointer md:hidden hover:text-gray-900 hover:bg-gray-100 focus:bg-gray-100 focus:ring-2 focus:ring-gray-100">
@@ -111,7 +111,7 @@
111111
</div>
112112
</nav>
113113
<!-- SIDEBAR -->
114-
<aside class="fixed top-0 left-0 z-40 w-64 h-screen pt-14 transition-transform -translate-x-full bg-white border-r border-gray-200 md:translate-x-0" aria-label="Sidenav" id="drawer-navigation">
114+
<aside class="fixed top-0 left-0 z-40 w-64 h-screen pt-14 transition-transform -translate-x-full bg-white border-r border-gray-200 md:translate-x-0 z-[1001]" aria-label="Sidenav" id="drawer-navigation">
115115
<div class="overflow-y-auto py-5 px-3 h-full bg-white divide-y divide-gray-100">
116116
<ul class="space-y-2 mb-2">
117117
<li>
@@ -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.11</span>
221-
<span class="hidden" data-latest-version data-current-version="v0.2.11">
220+
<span>v0.2.12</span>
221+
<span class="hidden" data-latest-version data-current-version="v0.2.12">
222222
(latest: <a class="underline" href="https://github.com/robiningelbrecht/strava-statistics/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
223223
</span>
224224
</div>

tests/strava.db

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)