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

Allow for slides with no href PoC #42

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

Conversation

danalvrz
Copy link
Contributor

No description provided.

@danalvrz danalvrz requested review from sneridagh and tisto January 15, 2024 23:18
@danalvrz danalvrz marked this pull request as ready for review January 15, 2024 23:18
@@ -30,16 +35,6 @@ msgstr "Omschrijving"
msgid "Go to slide"
msgstr ""

#: components/schema
# defaultMessage: Headtitle
msgid "Headtitle"
Copy link
Member

Choose a reason for hiding this comment

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

This is a breaking change, and we need to at least copy over the existing translations

@@ -91,12 +91,12 @@ const SliderBody = ({
</div>
</Message>
)}
{href && (
{(href || image) && (
Copy link
Member

Choose a reason for hiding this comment

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

The condition is confusing, although meaning the same as the above one, it's not the same negated. Could we unify them? Or use a ternary.

head_title: {
id: 'Headtitle',
defaultMessage: 'Headtitle',
kicker: {
Copy link
Member

Choose a reason for hiding this comment

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

breaking change

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

Successfully merging this pull request may close these issues.

2 participants