Create list effects command #412
No reviewers
Labels
No labels
blocked
duplicate
needs criteria
needs estimate
needs tests
question
requires documentation
type
admin
type
alert
type
bug
type
change
type
defect
type
dependencies
type
epic
type
spike
type
story
type
subtask
won't fix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: External/card-drop#412
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/379-list-effects"
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?
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
#379
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify the changes. Provide instructions so we can reproduce. Please also list any relevant details to your test configuration.
Checklist
Copilot reviewed 5 out of 10 changed files in this pull request and generated 1 suggestion.
Files not reviewed (5)
Comments skipped due to low confidence (2)
src/commands/effects.ts:36
src/helpers/EffectHelper.ts:88
@ -49,0 +80,4 @@
.setCustomId(`effects list ${page - 1}`)
.setLabel("Previous")
.setStyle(ButtonStyle.Primary)
.setDisabled(page - 1 == 0),
The 'Previous' button should be disabled when 'page' is 1, not 0.
Copilot reviewed 5 out of 10 changed files in this pull request and generated no suggestions.
WIP: Create list effects commandto Create list effects command