-
Notifications
You must be signed in to change notification settings - Fork 309
archive all cards from stack #1853
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
Signed-off-by: Jakob Röhrl <[email protected]>
This comment has been minimized.
This comment has been minimized.
0cea1c3 to
7e24cc9
Compare
done |
Signed-off-by: Jakob Röhrl <[email protected]>
7e24cc9 to
1a917bb
Compare
src/components/board/Stack.vue
Outdated
| archiveAllCardsProgress: null, | ||
| stackLen: 0, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets group those into an object:
stackTransfer: {
total: 0,
current: null,
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jakobroehrl What about this?
juliusknorr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See inline
Signed-off-by: Jakob Röhrl <[email protected]>
cefc792 to
dea358e
Compare
juliusknorr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's do this 👍

Signed-off-by: Jakob Röhrl [email protected]