updated relationship display in cycle details to use inline links instead of alpha nav buttons, and added related cycle links to planet details; added element display to astrology alphabet details; updated decan range display in calendar detail panels; updated tarot card detail script to latest version; added element script to index.html

This commit is contained in:
2026-04-24 04:25:27 -07:00
parent e18ec31cf9
commit 7cdcdb4456
12 changed files with 473 additions and 109 deletions
+10
View File
@@ -735,6 +735,15 @@
return state.kabbalahPathsByLetterId.get(hebrewLetterId) || null;
}
function getPathEntryByLetterId(letterId) {
const normalizedLetterId = normalizeLetterKey(letterId);
if (!normalizedLetterId) {
return null;
}
return state.kabbalahPathsByLetterId.get(normalizedLetterId) || null;
}
const cubeMathUi = cubeMathHelpers.createCubeMathHelpers({
state,
CUBE_VERTICES,
@@ -940,6 +949,7 @@
getWallEdgeDirections,
getConnectorById,
getConnectorPathEntry,
getPathEntryByLetterId,
getCubeCenterData,
getCenterLetterId,
getCenterLetterSymbol,