Skip to content

Easter Fun! Shapes and Colors - #17

Open
nicole026 wants to merge 1 commit into
mainfrom
nicole026-easter
Open

Easter Fun! Shapes and Colors#17
nicole026 wants to merge 1 commit into
mainfrom
nicole026-easter

Conversation

@nicole026

@nicole026 nicole026 commented Apr 5, 2026

Copy link
Copy Markdown
Collaborator

These changes do the following:

  • Adds fun easter shapes
  • Adds fun colors
  • Only does so for specific holidays. Unlike April Fool's Day, Easter is not a fixed date, so there is also added logic to actually calculate which day is Easter (i did not review this, just kinda went 😵‍💫 and trusted it)
  • Given the above, this PR also changes how colors and shapes are pulled into the main code

** IMPORTANT ** I vibe coded the absolute HELL out of this (aka please do not blindly trust me, i did not read over everything that was generated) but wanted to try getting it out ASAP to make it in time for Easter. that said, this code might be trash... but it looked like it was working!!

I want to do this for other holidays so if this sucks for any reason and you dont want to merge it -- it changes a LOT? -- feel free to kick it and i'll make this good/better for the next holiday!

I'd love to do this and have it be a fun surprise for y'all like i got on april fool's day, but i don't see how that's possible heh maybe if this works and i do it for other holidays.... dont look? lol happy easter

[Edit] last note: playing it myself now and the game it is lowkey very difficult lolololololol if you hate this feel free to just nix it you will not hurt my feelings

…dd more for the other holidays. if its trash feel free to trash it and ill mess around for the next holiday, but i had this idea and wanted to play with it
@nicole026
nicole026 requested a review from cpoonolly April 5, 2026 06:35
@nicole026 nicole026 changed the title Easter Fun! Easter Fun! Shapes and Colors Apr 5, 2026
Comment thread src/dateShapeTheme.ts
Comment on lines +75 to +78
/** @deprecated Use getDateThemeIdForSeed — same behavior. */
export function getShapeThemeIdForSeed(seed: string): DateThemeId {
return getDateThemeIdForSeed(seed);
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: It doesn't look like this function is actually used anywhere. I'm guessing the AI added this, then in a later refinement went in a different direction and just assumed it was a legacy function that needed to maintain support. (I've seen AI do this before.) Let's just delete it instead to avoid confusion.

Comment thread src/dateShapeTheme.ts
Comment on lines +8 to +9
/** @deprecated Use DateThemeId — same union, kept for any external imports. */
export type ShapeThemeId = DateThemeId;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as below (sorry, I'm reviewing this in reverse order lol) where this type isn't actually used anywhere so can just be deleted.

@cpoonolly cpoonolly left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't listen to Indi :shipit: 🔥

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants