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

Update @nextcloud/dialogs and fix toasts styling #34868

Merged
merged 1 commit into from
Nov 2, 2022
Merged

Conversation

@skjnldsv skjnldsv added this to the Nextcloud 26 milestone Oct 28, 2022
@skjnldsv skjnldsv requested review from PVince81, CarlSchwan, Pytal and a team October 28, 2022 09:51
@skjnldsv skjnldsv self-assigned this Oct 28, 2022
@skjnldsv skjnldsv requested review from szaimen and removed request for a team October 28, 2022 09:51
@skjnldsv
Copy link
Member Author

/backport to stable25

@skjnldsv skjnldsv added 2. developing Work in progress and removed 3. to review Waiting for reviews labels Oct 28, 2022
@skjnldsv skjnldsv changed the title Update @nextcloud/dialogs@ and fix toasts styling Update @nextcloud/dialogs and fix toasts styling Oct 28, 2022
@skjnldsv skjnldsv added 3. to review Waiting for reviews and removed 2. developing Work in progress labels Nov 2, 2022
@skjnldsv
Copy link
Member Author

skjnldsv commented Nov 2, 2022

Done, please review

.toastify.dialogs .toast-undo-button.toast-close::before,
.toastify.dialogs .toast-close.toast-close::before {
background-image: url("./close.svg");
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo=");
Copy link
Member Author

Choose a reason for hiding this comment

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

Important part

.theme--dark .toastify.dialogs .toast-close.toast-close::before {
background-image: url("./close-dark.svg");
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo=");
Copy link
Member Author

Choose a reason for hiding this comment

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

Important part 2

Copy link
Contributor

@szaimen szaimen left a comment

Choose a reason for hiding this comment

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

🐘

@szaimen
Copy link
Contributor

szaimen commented Nov 2, 2022

ESLint is failing...

@skjnldsv
Copy link
Member Author

skjnldsv commented Nov 2, 2022

ESLint is failing...

nextcloud-libraries/nextcloud-dialogs#699

@skjnldsv skjnldsv added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Nov 2, 2022
@skjnldsv
Copy link
Member Author

skjnldsv commented Nov 2, 2022

AAaaaaaaand it needs a rebase...

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish bug dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants