[PR #208] [MERGED] add copy task id feature for all tables #262

Closed
opened 2026-03-02 05:19:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: misc/cleanup


📝 Commits (8)

📊 Changes

7 files changed (+266 additions, -145 deletions)

View changed files

📝 ui/src/components/ActiveTasksTable.tsx (+46 -25)
📝 ui/src/components/ArchivedTasksTable.tsx (+49 -27)
📝 ui/src/components/CompletedTasksTable.tsx (+45 -29)
📝 ui/src/components/PendingTasksTable.tsx (+50 -31)
📝 ui/src/components/RetryTasksTable.tsx (+46 -31)
📝 ui/src/components/ScheduledTasksTable.tsx (+29 -1)
📝 ui/tsconfig.json (+1 -1)

📄 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/208 **Author:** [@lambdagirl](https://github.com/lambdagirl) **Created:** 1/13/2022 **Status:** ✅ Merged **Merged:** 1/15/2022 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `misc/cleanup` --- ### 📝 Commits (8) - [`307e7d2`](https://github.com/hibiken/asynqmon/commit/307e7d29fee8a69135c71126459e16bc0948ff3d) add copy id feature for task tables - [`d07e08b`](https://github.com/hibiken/asynqmon/commit/d07e08b4d6b7e4a847459d94393837c18f4bc6d7) add copy id for the rest of tables - [`cf8c3ca`](https://github.com/hibiken/asynqmon/commit/cf8c3caad26ba5c1407e6417c45e232109efd1ac) fix jsx config error - [`d1cf35b`](https://github.com/hibiken/asynqmon/commit/d1cf35b638143c5bd21cf785f75eef84ef2d6af1) amend - [`d44b8e2`](https://github.com/hibiken/asynqmon/commit/d44b8e2f32ecb50eeda05ba42a813a1a4e5f8eb3) address Ken's comments - [`c1b7fa0`](https://github.com/hibiken/asynqmon/commit/c1b7fa09c63b8217af040de88213c2dd49b3d9a8) make copy icon align with id - [`a91f112`](https://github.com/hibiken/asynqmon/commit/a91f112f136d7c5ea9f95d381a3ee0267f93195a) remove 12px - [`caa8ceb`](https://github.com/hibiken/asynqmon/commit/caa8ceb879b84949e391578ec790adeed9bcb8e2) change copy text to Copy full ID to clipboard ### 📊 Changes **7 files changed** (+266 additions, -145 deletions) <details> <summary>View changed files</summary> 📝 `ui/src/components/ActiveTasksTable.tsx` (+46 -25) 📝 `ui/src/components/ArchivedTasksTable.tsx` (+49 -27) 📝 `ui/src/components/CompletedTasksTable.tsx` (+45 -29) 📝 `ui/src/components/PendingTasksTable.tsx` (+50 -31) 📝 `ui/src/components/RetryTasksTable.tsx` (+46 -31) 📝 `ui/src/components/ScheduledTasksTable.tsx` (+29 -1) 📝 `ui/tsconfig.json` (+1 -1) </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-02 05:19:30 +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#262
No description provided.