Initial commit

This commit is contained in:
cpu
2025-03-22 22:31:00 +01:00
parent a480ecaf65
commit db06e71e69
3 changed files with 3 additions and 23 deletions

View File

@@ -353,22 +353,6 @@ input[type="file"] {
cursor: pointer; cursor: pointer;
} }
.app-footer {
background-color: #2c3e50;
color: white;
padding: 1rem;
text-align: center;
font-size: 0.9rem;
margin-top: auto; /* This pushes the footer to the bottom when possible */
}
.author-info {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.3rem;
}
/* Push notification controls */ /* Push notification controls */
.push-notification-controls { .push-notification-controls {
margin-right: 10px; margin-right: 10px;

View File

@@ -147,7 +147,7 @@
<!-- Message Monitor Section - No visible title --> <!-- Message Monitor Section - No visible title -->
<div class="message-monitor-section"> <div class="message-monitor-section">
<div class="monitor-controls"> <div class="monitor-controls">
<button type="button" id="simulateClickButton" class="action-button" style="margin-right: 10px;">Simulate Flic Button Click</button> <button type="button" id="simulateClickButton" class="action-button" style="margin-right: 10px;">Simulate Remote Button Click</button>
</div> </div>
<pre id="swMessagesOutput" class="message-output">Monitoring for service worker messages...</pre> <pre id="swMessagesOutput" class="message-output">Monitoring for service worker messages...</pre>
</div> </div>
@@ -276,11 +276,5 @@
} }
}); });
</script> </script>
<footer class="app-footer">
<div class="author-info">
<p>Vibe coded by Martin</p>
<p>Version 0.0.1</p>
</div>
</footer>
</body> </body>
</html> </html>

View File

@@ -1,6 +1,8 @@
{ {
"name": "Game Timer", "name": "Game Timer",
"short_name": "Timer", "short_name": "Timer",
"author": "Martin",
"version": "0.0.1",
"description": "Multi-player chess-like timer with carousel navigation", "description": "Multi-player chess-like timer with carousel navigation",
"start_url": "/", "start_url": "/",
"id": "/index.html", "id": "/index.html",