Skip to content

feat(ARC-3833): add double banner content block - #385

Open
RobbeBierebeeck wants to merge 4 commits into
release/v6.0.0from
feature/ARC-3833_double-banner
Open

feat(ARC-3833): add double banner content block#385
RobbeBierebeeck wants to merge 4 commits into
release/v6.0.0from
feature/ARC-3833_double-banner

Conversation

@RobbeBierebeeck

Copy link
Copy Markdown
Contributor

https://meemoo.atlassian.net/browse/ARC-3833

Adds the double banner content block and follows up with responsive layout, validation and accessibility fixes.

Robbe Bierebeeck and others added 2 commits August 12, 2026 23:41
Two mirrored halves, each a clickable path with a label, up to three
icons, an image and its own text/background colour.

https://meemoo.atlassian.net/browse/ARC-3833

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KfHyE7TNyMnk3QALg89RK9
Comment thread ui/src/react-admin/modules/shared/components/Icon/Icon.tsx
Comment on lines +48 to 52
<IconComponent
key={`c-block-double-banner__icon-${index}-${iconIndex}-${icon}`}
className="c-block-double-banner__icon"
name={icon as IconName}
aria-hidden
name={resolveIconName(icon)}
/>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Waarom wijk je plots af van de bestaande component die dat intern allemaal al doet?

Comment on lines +29 to +31
&:focus-visible {
@include focus.focus;
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

i reworked the mixin so you can now use this:

Suggested change
&:focus-visible {
@include focus.focus;
}
@include focus.focus;

Comment on lines +122 to +125
AvoCoreContentPickerType.CONTENT_PAGE,
AvoCoreContentPickerType.INTERNAL_LINK,
AvoCoreContentPickerType.EXTERNAL_LINK,
AvoCoreContentPickerType.ANCHOR_LINK,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
AvoCoreContentPickerType.CONTENT_PAGE,
AvoCoreContentPickerType.INTERNAL_LINK,
AvoCoreContentPickerType.EXTERNAL_LINK,
AvoCoreContentPickerType.ANCHOR_LINK,
AvoCoreContentPickerType.CONTENT_PAGE,
AvoCoreContentPickerType.INTERNAL_LINK,
AvoCoreContentPickerType.EXTERNAL_LINK,
AvoCoreContentPickerType.ANCHOR_LINK,
AvoCoreContentPickerType.IE_OBJECT,
AvoCoreContentPickerType.FILE,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@bertyhell Klopt dit wel? want het is:

Bestemming van een klik op de CTA:
Dit kan een URL of intern pad op hetarchief.be zijn.
De bestemming wordt steeds getoond op dezelfde tab.

Dus File lijkt me niet juist, en Object ben ik ook niet zeker. ANders staat het steeds expliciet mee opgelijst en in deze FA dus niet. Lijkt me dan ook dat wel juist was 😅

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.

3 participants