Skip to content

feat(ui-kit): add header, video, markdown blocks and datetimepicker/number/email/url elements#41129

Closed
ggazzo wants to merge 5 commits into
developfrom
feat/uikit-blocks
Closed

feat(ui-kit): add header, video, markdown blocks and datetimepicker/number/email/url elements#41129
ggazzo wants to merge 5 commits into
developfrom
feat/uikit-blocks

Conversation

@ggazzo

@ggazzo ggazzo commented Jul 1, 2026

Copy link
Copy Markdown
Member

Proposed changes (including videos or screenshots)

Adds new UiKit layout blocks and input elements to @rocket.chat/ui-kit and their Fuselage renderers in @rocket.chat/fuselage-ui-kit:

  • Header layout block
  • Video layout block
  • Markdown layout block
  • DateTimePicker element
  • Number, Email and URL text input elements

Includes the block/element type definitions, isInputBlockElement / isActionsBlockElement guards, surface renderer wiring (message, modal, contextual bar), and Storybook payloads/stories for the new blocks.

Issue(s)

Steps to test or reproduce

  1. yarn workspace @rocket.chat/fuselage-ui-kit storybook
  2. Open the Message and Modal stories and check the new header, video, markdown blocks and the datetimepicker / number / email / url inputs.

Further comments

Extracted into its own branch; no functional dependency on other in-flight work.

Review in cubic

ggazzo added 5 commits July 1, 2026 00:20
Slack Block Kit parity. Renders a plain_text title as an h2 heading.
Available on message, modal and contextual bar surfaces, plus Storybook
playground stories/payloads.
Slack Block Kit parity for form inputs. number_input supports
min/max/decimal constraints; email_text_input and url_text_input use
the matching native input types. Valid inside input blocks, with
Storybook playground stories/payloads.
Slack Block Kit parity. Combined date and time picker backed by a
native datetime-local input. Valid inside input and actions blocks,
with Storybook playground story/payload.
Slack Block Kit parity. Embeds a titled video via an iframe with
optional description and title link. Available on message, modal and
contextual bar surfaces, with Storybook playground stories/payloads.
Slack Block Kit parity. Renders a top-level GitHub-flavored markdown
string through the shared message-parser markup. Available on message,
modal and contextual bar surfaces, with Storybook playground
stories/payloads.
@dionisio-bot

dionisio-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Looks like this PR is not ready to merge, because of the following issues:

  • This PR is missing the 'stat: QA assured' label
  • This PR is missing the required milestone or project

Please fix the issues and try again

If you have any trouble, please check the PR guidelines

@changeset-bot

changeset-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 46b2d86

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d931a655-177b-4dec-bf80-d76cf15f4899

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Jul 1, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 50.00000% with 67 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.10%. Comparing base (615ae2b) to head (46b2d86).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #41129      +/-   ##
===========================================
- Coverage    69.16%   69.10%   -0.06%     
===========================================
  Files         3433     3438       +5     
  Lines       132323   132488     +165     
  Branches     23087    23093       +6     
===========================================
+ Hits         91518    91557      +39     
- Misses       37455    37581     +126     
  Partials      3350     3350              
Flag Coverage Δ
unit 69.94% <50.00%> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ggazzo ggazzo closed this Jul 1, 2026
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.

1 participant