[PR #12] [MERGED] feat: dynamic theme icon #109

Closed
opened 2025-10-09 16:51:55 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/VERT-sh/VERT/pull/12
Author: @not-nullptr
Created: 11/13/2024
Status: Merged
Merged: 11/13/2024
Merged by: @not-nullptr

Base: mainHead: nullptr/theme-icon-switching


📝 Commits (1)

📊 Changes

2 files changed (+97 additions, -6 deletions)

View changed files

📝 src/lib/components/functional/FancyMenu.svelte (+20 -3)
📝 src/routes/+layout.svelte (+77 -3)

📄 Description

this makes the theme switcher icon go between a sun and moon icon depending on the current theme. it works with SSR.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/VERT-sh/VERT/pull/12 **Author:** [@not-nullptr](https://github.com/not-nullptr) **Created:** 11/13/2024 **Status:** ✅ Merged **Merged:** 11/13/2024 **Merged by:** [@not-nullptr](https://github.com/not-nullptr) **Base:** `main` ← **Head:** `nullptr/theme-icon-switching` --- ### 📝 Commits (1) - [`b435feb`](https://github.com/VERT-sh/VERT/commit/b435feb34694a5d17d6e829d55513baa331d8ca3) feat: dynamic theme icon ### 📊 Changes **2 files changed** (+97 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/functional/FancyMenu.svelte` (+20 -3) 📝 `src/routes/+layout.svelte` (+77 -3) </details> ### 📄 Description this makes the theme switcher icon go between a sun and moon icon depending on the current theme. it works with SSR. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the pull-request label 2025-10-09 16:51:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VERT-sh/VERT#109