[PR #75] [MERGED] Persist user selected settings #509

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/75
Author: @hibiken
Created: 4/10/2021
Status: Merged
Merged: 4/10/2021
Merged by: @hibiken

Base: masterHead: feature/user-settings


📝 Commits (2)

  • da0a910 Save task-rows-per-page as user settings
  • 9671fe2 Move dailyStats chart type state to redux store

📊 Changes

10 files changed (+117 additions, -37 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 ui/src/actions/settingsActions.ts (+30 -1)
📝 ui/src/components/ActiveTasksTable.tsx (+5 -4)
📝 ui/src/components/ArchivedTasksTable.tsx (+7 -6)
📝 ui/src/components/PendingTasksTable.tsx (+5 -4)
📝 ui/src/components/RetryTasksTable.tsx (+5 -4)
📝 ui/src/components/ScheduledTasksTable.tsx (+5 -4)
📝 ui/src/localStorage.ts (+12 -4)
📝 ui/src/reducers/settingsReducer.ts (+30 -1)
📝 ui/src/views/DashboardView.tsx (+17 -9)

📄 Description

Changes:

  • Selected "Processed Tasks" chart type persist across page navigation/refresh
  • Selected "Rows Per Row" in task table persist across page navigation/refresh

Closes #69


🔄 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/75 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 4/10/2021 **Status:** ✅ Merged **Merged:** 4/10/2021 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/user-settings` --- ### 📝 Commits (2) - [`da0a910`](https://github.com/hibiken/asynqmon/commit/da0a910842059ece1dc0531bf5858292cb437ef9) Save task-rows-per-page as user settings - [`9671fe2`](https://github.com/hibiken/asynqmon/commit/9671fe2b782041951aced6ea97140022b83cda10) Move dailyStats chart type state to redux store ### 📊 Changes **10 files changed** (+117 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `ui/src/actions/settingsActions.ts` (+30 -1) 📝 `ui/src/components/ActiveTasksTable.tsx` (+5 -4) 📝 `ui/src/components/ArchivedTasksTable.tsx` (+7 -6) 📝 `ui/src/components/PendingTasksTable.tsx` (+5 -4) 📝 `ui/src/components/RetryTasksTable.tsx` (+5 -4) 📝 `ui/src/components/ScheduledTasksTable.tsx` (+5 -4) 📝 `ui/src/localStorage.ts` (+12 -4) 📝 `ui/src/reducers/settingsReducer.ts` (+30 -1) 📝 `ui/src/views/DashboardView.tsx` (+17 -9) </details> ### 📄 Description Changes: * Selected "Processed Tasks" chart type persist across page navigation/refresh * Selected "Rows Per Row" in task table persist across page navigation/refresh Closes #69 --- <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:52 +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#509
No description provided.