[PR #1081] [MERGED] feat: light/dark/system mode switcher #1047

Closed
opened 2026-02-04 21:13:06 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pocket-id/pocket-id/pull/1081
Author: @kmendell
Created: 11/8/2025
Status: Merged
Merged: 11/9/2025
Merged by: @kmendell

Base: mainHead: feat/mode-switcher


📝 Commits (5)

  • cbfce9d feat: light/dark/system mode switcher
  • b94521c add i8ln strings
  • 3cd0a60 Merge branch 'main' into feat/mode-switcher
  • 2944838 fix single passkey alert colors
  • 119fad1 cleanup

📊 Changes

5 files changed (+46 additions, -3 deletions)

View changed files

📝 frontend/messages/en.json (+4 -1)
📝 frontend/src/app.css (+6 -0)
📝 frontend/src/lib/components/header/header.svelte (+2 -0)
frontend/src/lib/components/header/mode-switcher.svelte (+32 -0)
📝 frontend/src/lib/components/ui/alert/alert.svelte (+2 -2)

📄 Description

No description provided


🔄 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/pocket-id/pocket-id/pull/1081 **Author:** [@kmendell](https://github.com/kmendell) **Created:** 11/8/2025 **Status:** ✅ Merged **Merged:** 11/9/2025 **Merged by:** [@kmendell](https://github.com/kmendell) **Base:** `main` ← **Head:** `feat/mode-switcher` --- ### 📝 Commits (5) - [`cbfce9d`](https://github.com/pocket-id/pocket-id/commit/cbfce9d095c8287b15ee30e58fa67ab2694f84ca) feat: light/dark/system mode switcher - [`b94521c`](https://github.com/pocket-id/pocket-id/commit/b94521c59b89475ac9d1ba790f049f97ca7c12cc) add i8ln strings - [`3cd0a60`](https://github.com/pocket-id/pocket-id/commit/3cd0a604e9ebc439725512b9bc2bdcc2d6c3e2dc) Merge branch 'main' into feat/mode-switcher - [`2944838`](https://github.com/pocket-id/pocket-id/commit/29448388d47eb654b32aab0aef0674189df38cbc) fix single passkey alert colors - [`119fad1`](https://github.com/pocket-id/pocket-id/commit/119fad1bedcd86732465a2373c72fa98883b56bd) cleanup ### 📊 Changes **5 files changed** (+46 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `frontend/messages/en.json` (+4 -1) 📝 `frontend/src/app.css` (+6 -0) 📝 `frontend/src/lib/components/header/header.svelte` (+2 -0) ➕ `frontend/src/lib/components/header/mode-switcher.svelte` (+32 -0) 📝 `frontend/src/lib/components/ui/alert/alert.svelte` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:13:06 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#1047