Skip to content

fix: specify which mailbox to load more from #11350

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

hamza221
Copy link
Contributor

@hamza221 hamza221 commented Jul 2, 2025

fix #11348

b a
image image

@hamza221 hamza221 self-assigned this Jul 2, 2025
@hamza221 hamza221 added bug 3. to review design: review 🔍 Bugs and features identified in design review calls labels Jul 2, 2025
@hamza221 hamza221 marked this pull request as draft July 2, 2025 14:46
@hamza221 hamza221 marked this pull request as ready for review July 2, 2025 14:49
@hamza221 hamza221 requested a review from ChristophWurst July 2, 2025 14:49
@hamza221 hamza221 requested a review from ChristophWurst July 16, 2025 08:56
@@ -196,6 +196,10 @@ export default {
type: Object,
required: true,
},
loadMoreLabel: {
type: String,
default: '',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: fallback to t('mail', 'Load more')?

@@ -61,6 +62,10 @@ export default {
},
mixins: [isMobile],
props: {
loadMoreLabel: {
type: String,
default: '',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: default undefined so the EnvelopeList default is used when nothing is passed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review bug design: review 🔍 Bugs and features identified in design review calls
Projects
None yet
Development

Successfully merging this pull request may close these issues.

specify which mailbox to load more from
2 participants