update app and index.html

This commit is contained in:
2026-06-01 13:15:12 -07:00
parent 254f488eca
commit e0d0f15731
9 changed files with 754 additions and 38 deletions
+2
View File
@@ -278,6 +278,8 @@ appRuntime.init?.({
calendarVisualsUi,
homeUi,
hasTarotAccess: () => hasTarotFeatureAccess(),
shouldPollNow: () => (sectionStateUi.getActiveSection?.() || "home") === "home" && document.hidden !== true,
nowPollIntervalMs: 5 * 60 * 1000,
onStatus: (text) => setStatus(text),
services: {
getCenteredWeekStartDay,