update to frame and tarot times
This commit is contained in:
23
index.html
23
index.html
@@ -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=20260402-frame-center-09">
|
||||
<link rel="stylesheet" href="app/styles.css?v=20260404-frame-gesture-lock-01">
|
||||
</head>
|
||||
<body>
|
||||
<div class="topbar">
|
||||
@@ -313,9 +313,11 @@
|
||||
<div class="tarot-frame-header">
|
||||
<div>
|
||||
<h2 class="tarot-frame-title">Tarot Frame</h2>
|
||||
<p class="tarot-frame-copy">Arrange all 78 tarot cards inside one master 14x14 grid, then switch between the Frames and House of Cards presets without leaving the page. Use the shared settings panel to change the grid zoom for any layout.</p>
|
||||
<p class="tarot-frame-copy">Arrange all 78 tarot cards inside one master 14x14 grid, then switch between the Frames and House of Cards presets without leaving the page. On touch screens, use two fingers to pan around the board; on desktop, trackpad scroll and middle-mouse drag both pan the grid. Use Full Screen when you want an uncluttered board view for panning and placement.</p>
|
||||
</div>
|
||||
<div class="tarot-frame-actions">
|
||||
<button id="tarot-frame-pan-toggle" class="tarot-frame-action-btn" type="button" aria-pressed="false">Pan Grid</button>
|
||||
<button id="tarot-frame-focus-toggle" class="tarot-frame-action-btn" type="button" aria-pressed="false">Full Screen</button>
|
||||
<button id="tarot-frame-settings-toggle" class="tarot-frame-action-btn tarot-frame-settings-toggle" type="button" aria-haspopup="dialog" aria-expanded="false" aria-controls="tarot-frame-settings-panel">Settings</button>
|
||||
<button id="tarot-frame-layout-toggle" class="tarot-frame-action-btn" type="button" aria-haspopup="menu" aria-expanded="false" aria-controls="tarot-frame-layout-panel">Layout: Frames</button>
|
||||
<div id="tarot-frame-layout-panel" class="tarot-frame-layout-panel" role="menu" aria-label="Tarot Frame layouts" hidden>
|
||||
@@ -337,6 +339,10 @@
|
||||
<option value="2">140%</option>
|
||||
<option value="3">170%</option>
|
||||
<option value="4">200%</option>
|
||||
<option value="5">240%</option>
|
||||
<option value="6">300%</option>
|
||||
<option value="7">360%</option>
|
||||
<option value="8">420%</option>
|
||||
</select>
|
||||
</label>
|
||||
<label class="tarot-frame-toggle" for="tarot-frame-show-info">
|
||||
@@ -372,11 +378,16 @@
|
||||
<label class="tarot-frame-check" for="tarot-frame-house-bottom-info-date"><input id="tarot-frame-house-bottom-info-date" type="checkbox"><span>Date</span></label>
|
||||
</div>
|
||||
</div>
|
||||
<button id="tarot-frame-export-webp" class="tarot-frame-action-btn tarot-frame-export-btn" type="button">Export WebP</button>
|
||||
<div class="tarot-frame-settings-actions">
|
||||
<button id="tarot-frame-clear-grid" class="tarot-frame-action-btn tarot-frame-clear-btn" type="button">Clear Grid</button>
|
||||
<button id="tarot-frame-export-webp" class="tarot-frame-action-btn tarot-frame-export-btn" type="button">Export WebP</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tarot-frame-overview" class="tarot-frame-overview-host"></div>
|
||||
<div id="tarot-frame-status" class="tarot-frame-status" aria-live="polite">Loading tarot cards...</div>
|
||||
<button id="tarot-frame-focus-exit" class="tarot-frame-focus-exit" type="button" hidden>Exit Full Screen</button>
|
||||
<div id="tarot-frame-board" class="tarot-frame-board-grid"></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1118,7 +1129,7 @@
|
||||
<script src="app/data-service.js?v=20260319-word-dictionary-01"></script>
|
||||
<script src="app/calendar-events.js"></script>
|
||||
<script src="app/card-images.js?v=20260309-gate"></script>
|
||||
<script src="app/ui-tarot-lightbox.js?v=20260402-lightbox-pinch-zoom-01"></script>
|
||||
<script src="app/ui-tarot-lightbox.js?v=20260404-lightbox-pinch-01"></script>
|
||||
<script src="app/ui-tarot-house.js?v=20260401-house-top-date-01"></script>
|
||||
<script src="app/ui-tarot-relations.js"></script>
|
||||
<script src="app/ui-now-helpers.js?v=20260314-now-planets-grid-01"></script>
|
||||
@@ -1136,7 +1147,7 @@
|
||||
<script src="app/ui-holidays-render.js"></script>
|
||||
<script src="app/ui-holidays.js"></script>
|
||||
<script src="app/ui-tarot-card-derivations.js?v=20260307b"></script>
|
||||
<script src="app/ui-tarot-detail.js?v=20260402-princess-links-01"></script>
|
||||
<script src="app/ui-tarot-detail.js?v=20260403-court-decans-01"></script>
|
||||
<script src="app/ui-tarot-relation-display.js?v=20260307b"></script>
|
||||
<script src="app/ui-tarot.js?v=20260402-frame-lightbox-01"></script>
|
||||
<script src="app/ui-planets-references.js"></script>
|
||||
@@ -1178,7 +1189,7 @@
|
||||
<script src="app/ui-numbers-detail.js"></script>
|
||||
<script src="app/ui-numbers.js"></script>
|
||||
<script src="app/ui-tarot-spread.js"></script>
|
||||
<script src="app/ui-tarot-frame.js?v=20260402-frame-lightbox-01"></script>
|
||||
<script src="app/ui-tarot-frame.js?v=20260404-frame-gesture-lock-01"></script>
|
||||
<script src="app/ui-settings.js?v=20260309-gate"></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>
|
||||
|
||||
Reference in New Issue
Block a user