Update dashboard nav and bump version

- Add Round timer to header and sidebar navigation
- Replace Dashboard with Commanders and include Round timer
- Remove Quick Actions from dashboard
- Bump version to 2.1.4
This commit is contained in:
2026-01-23 08:35:51 +01:00
parent 06c9ff6ed6
commit 6f0f156bd3
2 changed files with 12 additions and 75 deletions

View File

@@ -25,6 +25,11 @@
class="text-white hover:text-edh-accent transition-colors"
>Commanders</a
>
<a
href="/round-counter.html"
class="text-white hover:text-edh-accent transition-colors"
>Round timer</a
>
<a
href="/games.html"
class="text-white hover:text-edh-accent transition-colors"
@@ -146,20 +151,20 @@
class="md:hidden mt-4 pt-4 border-t border-edh-secondary"
>
<div class="flex flex-col space-y-2">
<a
href="/dashboard.html"
class="text-white hover:text-edh-accent transition-colors py-2"
>Dashboard</a
>
<a
href="/commanders.html"
class="text-white hover:text-edh-accent transition-colors py-2"
>Commanders</a
>
<a
href="/round-counter.html"
class="text-white hover:text-edh-accent transition-colors py-2"
>Round timer</a
>
<a
href="/games.html"
class="text-white hover:text-edh-accent transition-colors py-2"
>Log Game</a
>Game Log</a
>
<a
href="/stats.html"
@@ -313,74 +318,6 @@
</div>
</div>
</div>
<!-- Quick Actions -->
<div class="mt-8 grid grid-cols-1 md:grid-cols-3 gap-6">
<a
href="/round-counter.html"
class="card hover:shadow-lg transition-shadow text-center block"
>
<svg
class="w-12 h-12 mx-auto mb-4 text-edh-accent"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"
></path>
</svg>
<h3 class="font-semibold mb-2">Start Round Counter</h3>
<p class="text-sm text-gray-600">
Track rounds for your current game
</p>
</a>
<a
href="/games.html"
class="card hover:shadow-lg transition-shadow text-center block"
>
<svg
class="w-12 h-12 mx-auto mb-4 text-edh-accent"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"
></path>
</svg>
<h3 class="font-semibold mb-2">Log Game</h3>
<p class="text-sm text-gray-600">Record your latest game results</p>
</a>
<a
href="/stats.html"
class="card hover:shadow-lg transition-shadow text-center block"
>
<svg
class="w-12 h-12 mx-auto mb-4 text-edh-accent"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"
></path>
</svg>
<h3 class="font-semibold mb-2">View Statistics</h3>
<p class="text-sm text-gray-600">Analyze your performance trends</p>
</a>
</div>
</main>
<!-- Scripts -->

View File

@@ -1 +1 @@
2.1.3
2.1.4