mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 17:45:50 +03:00
[PR #245] Implement in-browser task search #288
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#288
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hibiken/asynqmon/pull/245
Author: @andy-opal
Created: 5/18/2022
Status: 🔄 Open
Base:
master← Head:task-search📝 Commits (1)
2ec7a68Implement in-browser task search📊 Changes
9 files changed (+1008 additions, -229 deletions)
View changed files
📝
ui/src/actions/tasksActions.ts(+256 -12)➕
ui/src/components/TasksFilterDialog.tsx(+165 -0)➕
ui/src/components/TasksFilterProgressDialog.tsx(+55 -0)📝
ui/src/components/TasksTable.tsx(+56 -29)📝
ui/src/components/TasksTableContainer.tsx(+129 -16)➕
ui/src/reducers/filterReducer.ts(+149 -0)📝
ui/src/reducers/queuesReducer.ts(+44 -32)📝
ui/src/reducers/tasksReducer.ts(+148 -140)📝
ui/src/store.ts(+6 -0)📄 Description
This PR implements searching through tasks by keyword, regex or custom JS code. The search is executed in the browser.
Due to the nature of this PR, the implementation has some hacks, please let me know if you have suggestions for better approaches or improvement ideas.
Caveats
Demo video
https://user-images.githubusercontent.com/105025270/168958901-765a73cf-42de-4170-8445-de236cc150be.mp4
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.