Profile memory
Comment cleanup
This commit is contained in:
fraxle
2026-05-18 23:02:41 +01:00
parent dded468bec
commit 85c415d1f5
16 changed files with 504 additions and 581 deletions
+9 -9
View File
@@ -1,5 +1,5 @@
// ════════════════════════════════════════════════════════════════════════
// cosmic-calendar.js Hardcoded cosmic events (meteor showers, eclipses,
// ------------------------------------------------------------------------
// cosmic-calendar.js - Hardcoded cosmic events (meteor showers, eclipses,
// planetary oppositions/conjunctions) used by getActiveEvents.
//
// Each entry: { id, start: 'YYYY-MM-DD', end: 'YYYY-MM-DD',
@@ -7,11 +7,11 @@
// Active if today falls within [start, end] (inclusive).
// Night-only events (meteor showers, eclipses) are marked nightOnly: true
// so the cell icons only appear in night-time rows.
// ════════════════════════════════════════════════════════════════════════
// ------------------------------------------------------------------------
export const COSMIC_CALENDAR = [
// ── METEOR SHOWERS ──────────────────────────────────────────────────
// -- METEOR SHOWERS --------------------------------------------------
{
id: 'quadrantids-2026',
emoji: '☄️',
@@ -101,7 +101,7 @@ export const COSMIC_CALENDAR = [
start: '2026-12-17', end: '2026-12-26', peak: '2026-12-22',
},
// ── ECLIPSES ────────────────────────────────────────────────────────
// -- ECLIPSES --------------------------------------------------------
{
id: 'solar-eclipse-2026-aug',
emoji: '🌑',
@@ -125,7 +125,7 @@ export const COSMIC_CALENDAR = [
start: '2026-03-03', end: '2026-03-03',
},
// ── PLANETARY EVENTS ────────────────────────────────────────────────
// -- PLANETARY EVENTS ------------------------------------------------
{
id: 'saturn-opposition-2026',
emoji: '🪐',
@@ -160,7 +160,7 @@ export const COSMIC_CALENDAR = [
start: '2026-06-30', end: '2026-07-02',
},
// ── 2027 METEOR SHOWERS ─────────────────────────────────────────────
// -- 2027 METEOR SHOWERS ---------------------------------------------
{
id: 'quadrantids-2027',
emoji: '☄️',
@@ -234,7 +234,7 @@ export const COSMIC_CALENDAR = [
start: '2027-12-17', end: '2027-12-26', peak: '2027-12-22',
},
// ── 2027 ECLIPSES ───────────────────────────────────────────────────
// -- 2027 ECLIPSES ---------------------------------------------------
{
id: 'annular-solar-eclipse-2027-feb',
emoji: '🌑',
@@ -254,7 +254,7 @@ export const COSMIC_CALENDAR = [
start: '2027-08-02', end: '2027-08-02', peak: '2027-08-02',
},
// ── 2027 PLANETARY EVENTS ───────────────────────────────────────────
// -- 2027 PLANETARY EVENTS -------------------------------------------
{
id: 'mars-opposition-2027',
emoji: '🔴',