[PR #14] [MERGED] Feature/persistent settings #459

Closed
opened 2026-03-07 22:15:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/14
Author: @lambdagirl
Created: 1/14/2021
Status: Merged
Merged: 1/15/2021
Merged by: @hibiken

Base: masterHead: feature/persistent-settings


📝 Commits (3)

📊 Changes

7 files changed (+61 additions, -24 deletions)

View changed files

📝 ui/src/App.tsx (+2 -2)
📝 ui/src/actions/settingsActions.ts (+0 -1)
📝 ui/src/index.tsx (+5 -0)
ui/src/localStorage.ts (+24 -0)
📝 ui/src/store.ts (+7 -1)
📝 ui/src/theme.tsx (+1 -2)
📝 ui/src/views/SettingsView.tsx (+22 -18)

📄 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/hibiken/asynqmon/pull/14 **Author:** [@lambdagirl](https://github.com/lambdagirl) **Created:** 1/14/2021 **Status:** ✅ Merged **Merged:** 1/15/2021 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/persistent-settings` --- ### 📝 Commits (3) - [`2a41780`](https://github.com/hibiken/asynqmon/commit/2a417801d4c4674a4fa1ca7b3bc9e72e77519588) add dark theme preference - [`9bb09b4`](https://github.com/hibiken/asynqmon/commit/9bb09b4dbdb21af3f52f9c409dd2b76781746e3d) add local storage to settings - [`8786bc4`](https://github.com/hibiken/asynqmon/commit/8786bc43f7e4387412b9db4d7ae706a473cdee0a) settings page css ### 📊 Changes **7 files changed** (+61 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `ui/src/App.tsx` (+2 -2) 📝 `ui/src/actions/settingsActions.ts` (+0 -1) 📝 `ui/src/index.tsx` (+5 -0) ➕ `ui/src/localStorage.ts` (+24 -0) 📝 `ui/src/store.ts` (+7 -1) 📝 `ui/src/theme.tsx` (+1 -2) 📝 `ui/src/views/SettingsView.tsx` (+22 -18) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 22:15:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynqmon#459
No description provided.