update ui webp export

This commit is contained in:
2026-03-12 21:01:32 -07:00
parent 9da3ccf678
commit aa3f23c92c
10 changed files with 741 additions and 240 deletions

5
app.js
View File

@@ -36,6 +36,7 @@ const timelineSectionEl = document.getElementById("timeline-section");
const calendarSectionEl = document.getElementById("calendar-section");
const holidaySectionEl = document.getElementById("holiday-section");
const tarotSectionEl = document.getElementById("tarot-section");
const tarotHouseSectionEl = document.getElementById("tarot-house-section");
const astronomySectionEl = document.getElementById("astronomy-section");
const natalSectionEl = document.getElementById("natal-section");
const planetSectionEl = document.getElementById("planet-section");
@@ -59,6 +60,7 @@ const openCalendarTimelineEl = document.getElementById("open-calendar-timeline")
const openCalendarMonthsEl = document.getElementById("open-calendar-months");
const openHolidaysEl = document.getElementById("open-holidays");
const openTarotEl = document.getElementById("open-tarot");
const openTarotHouseEl = document.getElementById("open-tarot-house");
const openAstronomyEl = document.getElementById("open-astronomy");
const openPlanetsEl = document.getElementById("open-planets");
const openCyclesEl = document.getElementById("open-cycles");
@@ -399,6 +401,7 @@ sectionStateUi.init?.({
calendarSectionEl,
holidaySectionEl,
tarotSectionEl,
tarotHouseSectionEl,
astronomySectionEl,
natalSectionEl,
planetSectionEl,
@@ -422,6 +425,7 @@ sectionStateUi.init?.({
openCalendarMonthsEl,
openHolidaysEl,
openTarotEl,
openTarotHouseEl,
openAstronomyEl,
openPlanetsEl,
openCyclesEl,
@@ -517,6 +521,7 @@ navigationUi.init?.({
openCalendarMonthsEl,
openHolidaysEl,
openTarotEl,
openTarotHouseEl,
openAstronomyEl,
openPlanetsEl,
openCyclesEl,