Skip to content
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

fix: Adapt NcEmptyContent usages to new slots #4561

Merged
merged 1 commit into from
Mar 27, 2023
Merged

Conversation

juliusknorr
Copy link
Member

@juliusknorr juliusknorr commented Mar 27, 2023

Fixes #4523

Summary

NcEmptyContent has new slots that we should use to properly show the content

Checklist

  • Code is properly formatted
  • Sign-off message is added to all commits
  • Tests (unit, integration, api and/or acceptance) are included
  • Documentation (manuals or wiki) has been updated or is not required

Signed-off-by: Julius Härtl <jus@bitgrid.net>
@@ -71,12 +71,22 @@
</div>
</div>
<div v-else id="modal-inner">
<NcEmptyContent v-if="creating" icon="icon-loading">
{{ t('deck', 'Creating the new card …') }}
<NcEmptyContent v-if="creating">
Copy link
Member

Choose a reason for hiding this comment

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

Not sure if this counts as abuse but it certainly works :D

Copy link
Member Author

Choose a reason for hiding this comment

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

😁 I'd argue the component name is just to limited

@juliusknorr
Copy link
Member Author

/backport to stable26

@juliusknorr
Copy link
Member Author

/backport to stable25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create card from message in talk doesn't work
2 participants