updated the calendar and settings pages, added a new calendar page, and made some minor styling changes to the app.

This commit is contained in:
2026-04-15 23:15:45 -07:00
parent 4872e814c9
commit 5902d5f0b1
5 changed files with 222 additions and 26 deletions
+12 -4
View File
@@ -16,7 +16,7 @@
<link rel="stylesheet" href="node_modules/@fontsource/amiri/arabic-400.css">
<link rel="stylesheet" href="node_modules/@fontsource/amiri/arabic-700.css">
<link rel="stylesheet" href="node_modules/@fontsource/noto-naskh-arabic/arabic-400.css">
<link rel="stylesheet" href="app/styles.css?v=20260408-frame-flip-04">
<link rel="stylesheet" href="app/styles.css?v=20260415-stellarium-toggle-01">
</head>
<body>
<div class="topbar">
@@ -126,6 +126,14 @@
<option value="ceremonial-magick" selected>Loading deck manifests...</option>
</select>
</label>
<label class="settings-field settings-field-full settings-toggle-field" for="stellarium-background">
<span>Stellarium Background</span>
<span class="settings-toggle-row">
<input id="stellarium-background" type="checkbox">
<span>Enable live sky background</span>
</span>
<small id="stellarium-background-hint" class="settings-field-hint">Enter a location or use My Location before enabling the live sky background.</small>
</label>
<label class="settings-field settings-field-full">API Base URL
<input id="api-base-url" type="url" inputmode="url" placeholder="http://localhost:3100">
</label>
@@ -1199,15 +1207,15 @@
<script src="app/ui-numbers.js"></script>
<script src="app/ui-tarot-spread.js"></script>
<script src="app/ui-tarot-frame.js?v=20260408-frame-flip-04"></script>
<script src="app/ui-settings.js?v=20260309-gate"></script>
<script src="app/ui-settings.js?v=20260415-stellarium-toggle-01"></script>
<script src="app/ui-chrome.js?v=20260328-topbar-settings-01"></script>
<script src="app/ui-navigation.js?v=20260401-tarot-frame-01"></script>
<script src="app/ui-calendar-formatting.js?v=20260307b"></script>
<script src="app/ui-calendar-visuals.js?v=20260307b"></script>
<script src="app/ui-home-calendar.js"></script>
<script src="app/ui-home-calendar.js?v=20260415-stellarium-toggle-01"></script>
<script src="app/ui-section-state.js?v=20260401-tarot-frame-01"></script>
<script src="app/app-runtime.js?v=20260309-gate"></script>
<script src="app.js?v=20260402-frame-lightbox-01"></script>
<script src="app.js?v=20260415-stellarium-toggle-01"></script>
<script src="app/navigation-detail-test-harness.js?v=20260401-universal-detail-02"></script>
</body>
</html>