Skip to content

feat: implement connection handling in block attributes and queries#118

Merged
YvetteNikolov merged 2 commits into
feat/connection-posts-backend-and-frontendfrom
feat/add-radio-to-connection-control
Feb 18, 2026
Merged

feat: implement connection handling in block attributes and queries#118
YvetteNikolov merged 2 commits into
feat/connection-posts-backend-and-frontendfrom
feat/add-radio-to-connection-control

Conversation

@YvetteNikolov
Copy link
Copy Markdown
Contributor

Radio control toegevoegd met:

  1. Toon berichten verbonden aan dit bericht
  2. Toon berichten verbonden aan een specifiek bericht
    connection

@YvetteNikolov YvetteNikolov requested a review from a team as a code owner February 18, 2026 14:10

{ enableConnection &&
{ enableConnection && (
<RadioControl
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.

Wellicht is het nog mooi om dit in een losse control te doen zodat alles wat met deze radio control te maken heeft in 1 bestand bij elkaar staat?

Copy link
Copy Markdown
Contributor Author

@YvetteNikolov YvetteNikolov Feb 18, 2026

Choose a reason for hiding this comment

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

Naar gekeken maar er komt dan ENORM veel prop drillen. De complexiteit wordt alleen maar groter, de useEffect staat hier perfect met alle benodigde controls om zich heen. Dus ik laat deze hier staan.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

RadioControl nog naar een apart bestand gedaan

connectionOption,
setAttributes,
} ) => {
if ( ! enableConnection ) {
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.

Je checkt nu twee keer op enableConnection

@YvetteNikolov YvetteNikolov force-pushed the feat/add-radio-to-connection-control branch from 4e4a1a9 to 5511723 Compare February 18, 2026 15:00
@YvetteNikolov YvetteNikolov merged commit 3f8ab98 into feat/connection-posts-backend-and-frontend Feb 18, 2026
2 of 5 checks passed
@YvetteNikolov YvetteNikolov deleted the feat/add-radio-to-connection-control branch February 18, 2026 15:02
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