-
-
Notifications
You must be signed in to change notification settings - Fork 729
Add new Bulk Actions section to documentation #1649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@trigger.dev/build
@trigger.dev/react-hooks
trigger.dev
@trigger.dev/rsc
@trigger.dev/sdk
@trigger.dev/core
commit: |
Instruction
Some users are not finding a feature called "bulk replaying". It's currently at the bottom of my Replaying page which is correct. But I want to expand this. I want to create a new section inside "Writing tasks" called "Bulk actions". This should come under "Replaying" in the side menu. Inside this new page i want 2 sections. 1 should be the contents from "Bulk replaying", including the video. And a new section should be added called "Bulk canceling". This should include a description similar to bulk replaying, except instead of replaying, you click the cancel runs button instead.
Summary
Created a new dedicated section for bulk operations under "Writing tasks" called "Bulk actions". This new section improves the visibility of bulk operations and includes both bulk replaying (moved from the Replaying page) and introduces bulk canceling functionality. This change will make it easier for users to discover and understand bulk operation features.
Changes