-
Notifications
You must be signed in to change notification settings - Fork 262
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 the overlapping of primary menu with recipient #8232
Conversation
src/components/ThreadEnvelope.vue
Outdated
@delete="$emit('delete',envelope.databaseId)" /> | ||
<NcActions /> | ||
</ncactions> |
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.
@delete="$emit('delete',envelope.databaseId)" /> | |
<NcActions /> | |
</ncactions> | |
@delete="$emit('delete',envelope.databaseId)" /> | |
</NcActions> |
8fdcd5b
to
41bd86e
Compare
:size="20" /> | ||
</template> | ||
<Fragment> | ||
<template v-if="!moreActionsOpen"> |
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.
You still need the actions component wrapping the action items!
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.
this will just duplicate the primary actions outside the action menu, i have the actions on threadenvelope. And it was working fine, till i did the rebase and pulled on server.
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.
so the mystery is resolved thanks to Max, he figured it out that the problem was my rebase and a typo. I applied the wrong changes on my rebase attempt and my actions were not closed, thats why the stuff were floating around. All good now :)
2e35d9c
to
ade0fb9
Compare
ade0fb9
to
8af0fb6
Compare
Changed it, please have another look :) |
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.
👍
Signed-off-by: greta <[email protected]>
8af0fb6
to
19fbd4d
Compare
fixes #8191
Im trying to adapt text logic for mail: https://github.com/nextcloud/text/blob/8a17046aa440df841fe9182205d80ce937068c1a/src/components/Menu/MenuBar.vue
and also using inline prop that
NcActions
usesScreencast.from.08.05.2023.19.06.28.webm