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

chore(vue3): Migrate NcEmojiPicker #4563

Merged
merged 3 commits into from
Oct 2, 2023
Merged

Conversation

raimund-schluessler
Copy link
Contributor

@raimund-schluessler raimund-schluessler commented Sep 24, 2023

This migrates NcEmojiPicker to vue 3 and pulls in two commits from master.

@raimund-schluessler raimund-schluessler added 3. to review Waiting for reviews feature: emoji picker Related to the emoji picker component vue 3 Related to the vue 3 migration labels Sep 24, 2023
@raimund-schluessler raimund-schluessler added this to the 9.0.0 next Vue 3 milestone Sep 24, 2023
@raimund-schluessler raimund-schluessler added 2. developing Work in progress and removed 3. to review Waiting for reviews labels Sep 24, 2023
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
@@ -393,6 +391,7 @@ export default {
background-color: var(--color-main-background) !important;
border: 0;
color: var(--color-main-text) !important;
display: flex !important;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The component keeps overwriting display: flex; with display: inline-block, which breaks the scrolling. So I force it here for now.

mejo- and others added 2 commits September 28, 2023 10:50
The default is to display the emoji from a remote data source, which we
don't want (and is prohibitted by our CSP anyway).

Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@raimund-schluessler raimund-schluessler marked this pull request as ready for review September 28, 2023 08:55
@raimund-schluessler raimund-schluessler merged commit 0c2c612 into next Oct 2, 2023
15 checks passed
@raimund-schluessler raimund-schluessler deleted the chore/2154/emoji-picker branch October 2, 2023 09:15
@susnux susnux mentioned this pull request Jan 23, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing Work in progress feature: emoji picker Related to the emoji picker component vue 3 Related to the vue 3 migration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants