Skip to content

chore: Bump fuselage packages - #41686

Merged
dionisio-bot[bot] merged 8 commits into
developfrom
chore/contextualbarV2
Aug 11, 2026
Merged

dionisio-bot[bot] merged 8 commits into
developfrom
chore/contextualbarV2

Conversation

@yash-rajpal

@yash-rajpal yash-rajpal commented Aug 4, 2026

Copy link
Copy Markdown
Member

Proposed changes (including videos or screenshots)

Release changes -
@rocket.chat/fuselage@0.85.0
@rocket.chat/fuselage-forms@1.5.1

Chores -

  • We recently removed ContextualBarV1 and moved ContextualBarV2 as the only ContextualBar component api on fuselage. This PR includes the required cleanup on core, removes all references on ContextualBarV2 and replace it with the only available ContextualBar components.
  • Fixes some typescript issues related to new size props on button component

Issue(s)

Steps to test or reproduce

Further comments

CORE-2511

Review in cubic

Summary by CodeRabbit

  • UI Improvements

    • Updated contextual bars with refreshed headers, titles, actions, dialogs, and footers for a more consistent experience.
    • Standardized small button sizing across emoji loading, video conference messages, and template placeholder controls.
    • Improved primary button styling in video conference messages.
  • Maintenance

    • Updated the interface component library and related tooling for improved compatibility and visual consistency.

@dionisio-bot

dionisio-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Looks like this PR is ready to merge! 🎉
If you have any trouble, please check the PR guidelines

@changeset-bot

changeset-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: fa6421b

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 Aug 4, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: d8c2ddd5-a4e5-4f9a-bc2d-3440b0fe3376

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

Walkthrough

Fuselage dependencies are upgraded across workspace packages. Contextual-bar components migrate from V2 wrappers to current Fuselage components. Button integrations use the size and variant APIs.

Changes

Fuselage API migration

Layer / File(s) Summary
Fuselage dependency upgrade
apps/meteor/package.json, apps/uikit-playground/package.json, packages/*/package.json
Fuselage dependency ranges are updated to 0.85.0; @rocket.chat/fuselage-forms is updated to 1.5.1.
Contextualbar component migration
apps/uikit-playground/src/Components/Preview/Display/Surface/ContextualBarSurface.tsx, packages/ui-client/src/components/Contextualbar/*
Contextual-bar consumers use non-V2 Fuselage components. The barrel re-exports core components from Fuselage. Local wrappers and derived prop types are removed or updated.
Button prop API migration
apps/meteor/client/views/omnichannel/components/outboundMessage/components/TemplatePlaceholderSelector/TemplatePlaceholderButton.tsx, packages/ui-client/src/components/EmojiPicker/EmojiPickerLoadMore.tsx, packages/ui-video-conf/src/VideoConfMessage/VideoConfMessageButton.tsx
Button integrations use current size and variant props. Deprecated props are replaced or excluded from forwarded properties.

Estimated code review effort: 2 (Simple) | ~15 minutes

Suggested labels: type: chore

Suggested reviewers: tassoevan

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the primary change: updating the Fuselage packages and related dependencies.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch

Warning

Review ran into problems

🔥 Problems

Errors were encountered while retrieving linked issues.

Errors (1)
  • CORE-2511: Request failed with status code 401

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.

@juliajforesti juliajforesti left a comment

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.

Since we are no longer renaming Contextualbar -> ContextualbarV2, there's no need to re-export these components here - you can update the imports where it it used to point to fuselage instead of ui-client.

also, for this PR to be merged, we need the latest version of fuselage, containing the proper replacement of v2 (RocketChat/fuselage#2137)

@codecov

codecov Bot commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.72%. Comparing base (2d8a6f7) to head (fa6421b).
⚠️ Report is 24 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #41686      +/-   ##
===========================================
+ Coverage    68.61%   68.72%   +0.10%     
===========================================
  Files         4162     4167       +5     
  Lines       158823   159437     +614     
  Branches     28168    28303     +135     
===========================================
+ Hits        108979   109566     +587     
- Misses       44673    44711      +38     
+ Partials      5171     5160      -11     
Flag Coverage Δ
e2e 58.92% <ø> (+0.04%) ⬆️
e2e-api 46.01% <ø> (+0.30%) ⬆️
unit 70.59% <100.00%> (+0.05%) ⬆️

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.

@yash-rajpal

yash-rajpal commented Aug 5, 2026

Copy link
Copy Markdown
Member Author

you can update the imports where it it used to point to fuselage instead of ui-client.

Yep, I was wondering about that, will do this.

also, for this PR to be merged, we need the latest version of fuselage, containing the proper replacement of v2

Yes, you're right. That's why this PR is still in draft.

@yash-rajpal
yash-rajpal force-pushed the chore/contextualbarV2 branch from 017a66f to 6abaa27 Compare August 6, 2026 07:24
@yash-rajpal
yash-rajpal marked this pull request as ready for review August 6, 2026 18:30
@yash-rajpal
yash-rajpal requested a review from a team as a code owner August 6, 2026 18:30
@yash-rajpal yash-rajpal changed the title chore: Replace all contextual bar V2 references chore: Bump fuselage packages Aug 6, 2026
@yash-rajpal yash-rajpal added this to the 8.8.0 milestone Aug 6, 2026

@coderabbitai coderabbitai Bot left a comment

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.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@packages/ui-video-conf/src/VideoConfMessage/VideoConfMessageButton.tsx`:
- Around line 4-7: Update VideoConfMessageButtonProps and the
VideoConfMessageButton component so the public size prop is not misleading:
either remove size from the props type, or use Button’s size type and forward
the caller-provided value while retaining small as the default.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: b83d879d-140e-45fb-aca7-6b3a8f4a0ef5

📥 Commits

Reviewing files that changed from the base of the PR and between 692be5e and ac0861d.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (31)
  • apps/meteor/client/views/omnichannel/components/outboundMessage/components/TemplatePlaceholderSelector/TemplatePlaceholderButton.tsx
  • apps/meteor/package.json
  • apps/uikit-playground/package.json
  • apps/uikit-playground/src/Components/Preview/Display/Surface/ContextualBarSurface.tsx
  • packages/fuselage-ui-kit/package.json
  • packages/gazzodown/package.json
  • packages/storybook-config/package.json
  • packages/ui-avatar/package.json
  • packages/ui-client/package.json
  • packages/ui-client/src/components/Contextualbar/Contextualbar.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarAction.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarActions.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarBack.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarButton.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarClose.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarContent.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarDialog.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarEmptyContent.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarFooter.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarHeader.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarIcon.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarSection.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarTitle.tsx
  • packages/ui-client/src/components/Contextualbar/index.ts
  • packages/ui-client/src/components/EmojiPicker/EmojiPickerLoadMore.tsx
  • packages/ui-composer/package.json
  • packages/ui-contexts/package.json
  • packages/ui-video-conf/package.json
  • packages/ui-video-conf/src/VideoConfMessage/VideoConfMessageButton.tsx
  • packages/ui-voip/package.json
  • packages/web-ui-registration/package.json
💤 Files with no reviewable changes (9)
  • packages/ui-client/src/components/Contextualbar/ContextualbarButton.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarAction.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarEmptyContent.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarSection.tsx
  • packages/ui-client/src/components/Contextualbar/Contextualbar.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarIcon.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarContent.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarActions.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarFooter.tsx
📜 Review details
⏰ Context from checks skipped due to timeout. (2)
  • GitHub Check: cubic · AI code reviewer
  • GitHub Check: Hacktron Security Check
⚠️ CI failures not shown inline (5)

GitHub Check: Dionisio QA: Some checks did not pass

Conclusion: failure

View job details

**Conclusion:** failure
### Steps
- ✅ **No merge conflicts**
- ❌ **QA assured** — This PR is missing the 'stat: QA assured' label
- ✅ **Mergeable**
- ✅ **Has milestone or project**
- ✅ **Valid PR title**
- ✅ **Correct target version**

GitHub Check: Dionisio QA: Some checks did not pass

Conclusion: failure

View job details

**Conclusion:** failure
### Steps
- ✅ **No merge conflicts**
- ❌ **QA assured** — This PR is missing the 'stat: QA assured' label
- ✅ **Mergeable**
- ❌ **Has milestone or project** — This PR is missing the required milestone or project
- ✅ **Valid PR title**
- ✅ **Correct target version**

GitHub Check: Dionisio QA: Some checks did not pass

Conclusion: failure

View job details

**Conclusion:** failure
### Steps
- ✅ **No merge conflicts**
- ❌ **QA assured** — This PR is missing the 'stat: QA assured' label
- ✅ **Mergeable**
- ❌ **Has milestone or project** — This PR is missing the required milestone or project
- ✅ **Valid PR title**
- ✅ **Correct target version**

GitHub Check: Dionisio QA: Some checks did not pass

Conclusion: failure

View job details

**Conclusion:** failure
### Steps
- ✅ **No merge conflicts**
- ❌ **QA assured** — This PR is missing the 'stat: QA assured' label
- ✅ **Mergeable**
- ❌ **Has milestone or project** — This PR is missing the required milestone or project
- ✅ **Valid PR title**
- ✅ **Correct target version**

GitHub Check: Dionisio QA: Some checks did not pass

Conclusion: failure

View job details

**Conclusion:** failure
### Steps
- ✅ **No merge conflicts**
- ❌ **QA assured** — This PR is missing the 'stat: QA assured' label
- ✅ **Mergeable**
- ❌ **Has milestone or project** — This PR is missing the required milestone or project
- ✅ **Valid PR title**
- ✅ **Correct target version**
🧰 Additional context used
📓 Path-based instructions (1)
**/*.{ts,tsx,js}

📄 CodeRabbit inference engine (.cursor/rules/playwright.mdc)

**/*.{ts,tsx,js}: Write concise, technical TypeScript/JavaScript with accurate typing in Playwright tests
Avoid code comments in the implementation

Files:

  • apps/meteor/client/views/omnichannel/components/outboundMessage/components/TemplatePlaceholderSelector/TemplatePlaceholderButton.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarHeader.tsx
  • packages/ui-video-conf/src/VideoConfMessage/VideoConfMessageButton.tsx
  • packages/ui-client/src/components/EmojiPicker/EmojiPickerLoadMore.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarClose.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarTitle.tsx
  • apps/uikit-playground/src/Components/Preview/Display/Surface/ContextualBarSurface.tsx
  • packages/ui-client/src/components/Contextualbar/index.ts
  • packages/ui-client/src/components/Contextualbar/ContextualbarDialog.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarBack.tsx
🧠 Learnings (7)
📚 Learning: 2026-06-16T14:13:34.463Z
Learnt from: ricardogarim
Repo: RocketChat/Rocket.Chat PR: 40974
File: packages/web-ui-registration/package.json:31-31
Timestamp: 2026-06-16T14:13:34.463Z
Learning: In Rocket.Chat’s monorepo, when reviewing a dependency entry and flagging that a specific version “does not exist” (e.g., in package.json), first verify the exact package/version directly against the npm registry (use URLs like https://registry.npmjs.org/<package>/<version> or https://www.npmjs.com/package/<package>/v/<version>). Do not rely on web search results for this check, since they may be stale or cached and may not reflect the latest published versions.

Applied to files:

  • packages/ui-video-conf/package.json
  • packages/ui-voip/package.json
  • packages/ui-avatar/package.json
  • packages/storybook-config/package.json
  • packages/ui-contexts/package.json
  • packages/ui-client/package.json
  • packages/gazzodown/package.json
  • packages/fuselage-ui-kit/package.json
  • packages/ui-composer/package.json
  • packages/web-ui-registration/package.json
📚 Learning: 2026-06-16T14:13:49.795Z
Learnt from: ricardogarim
Repo: RocketChat/Rocket.Chat PR: 40974
File: packages/web-ui-registration/package.json:26-26
Timestamp: 2026-06-16T14:13:49.795Z
Learning: During code reviews that check whether a dependency version exists in package.json (especially for Rocket.Chat’s rocket.chat/fuselage and related rocket.chat/fuselage-* packages), don’t rely on web search results. Instead, verify the version directly against the npm registry (e.g., via the npm registry API or the canonical package URL https://www.npmjs.com/package/<package>/v/<version>) before deciding that a version bump is invalid. If the version is present in the npm registry, do not flag it as invalid.

Applied to files:

  • packages/ui-video-conf/package.json
  • packages/ui-voip/package.json
  • packages/ui-avatar/package.json
  • packages/storybook-config/package.json
  • packages/ui-contexts/package.json
  • packages/ui-client/package.json
  • packages/gazzodown/package.json
  • packages/fuselage-ui-kit/package.json
  • packages/ui-composer/package.json
  • packages/web-ui-registration/package.json
📚 Learning: 2026-06-16T14:13:59.986Z
Learnt from: ricardogarim
Repo: RocketChat/Rocket.Chat PR: 40974
File: packages/ui-video-conf/package.json:25-25
Timestamp: 2026-06-16T14:13:59.986Z
Learning: In the Rocket.Chat monorepo, when reviewing a dependency version bump for rocket.chat/fuselage in a package.json, do not flag the new version constraint as “non-existent” or invalid unless you verify the published versions directly from the npm registry (https://www.npmjs.com/package/rocket.chat/fuselage). Don’t rely on search/web results for available versions since they can be stale.

Applied to files:

  • packages/ui-video-conf/package.json
  • packages/ui-voip/package.json
  • packages/ui-avatar/package.json
  • packages/storybook-config/package.json
  • packages/ui-contexts/package.json
  • packages/ui-client/package.json
  • packages/gazzodown/package.json
  • packages/fuselage-ui-kit/package.json
  • packages/ui-composer/package.json
  • packages/web-ui-registration/package.json
📚 Learning: 2026-03-27T14:52:56.865Z
Learnt from: dougfabris
Repo: RocketChat/Rocket.Chat PR: 39892
File: apps/meteor/client/views/room/contextualBar/Threads/Thread.tsx:150-155
Timestamp: 2026-03-27T14:52:56.865Z
Learning: In Rocket.Chat, there are two different `ModalBackdrop` components with different prop APIs. During review, confirm the import source: (1) `rocket.chat/fuselage` `ModalBackdrop` uses `ModalBackdropProps` based on `BoxProps` (so it supports `onClick` and other Box/DOM props) and does not have an `onDismiss` prop; (2) `rocket.chat/ui-client` `ModalBackdrop` uses a narrower props interface like `{ children?: ReactNode; onDismiss?: () => void }` and handles Escape keypress and outside mouse-up, and it does not forward arbitrary DOM props such as `onClick`. Flag mismatched props (e.g., `onDismiss` passed to the fuselage component or `onClick` passed to the ui-client component) and ensure the usage matches the correct component being imported.

Applied to files:

  • apps/meteor/client/views/omnichannel/components/outboundMessage/components/TemplatePlaceholderSelector/TemplatePlaceholderButton.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarHeader.tsx
  • packages/ui-video-conf/src/VideoConfMessage/VideoConfMessageButton.tsx
  • packages/ui-client/src/components/EmojiPicker/EmojiPickerLoadMore.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarClose.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarTitle.tsx
  • apps/uikit-playground/src/Components/Preview/Display/Surface/ContextualBarSurface.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarDialog.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarBack.tsx
📚 Learning: 2026-05-06T12:21:44.083Z
Learnt from: juliajforesti
Repo: RocketChat/Rocket.Chat PR: 40256
File: apps/meteor/client/components/CreateDiscussion/CreateDiscussion.tsx:121-149
Timestamp: 2026-05-06T12:21:44.083Z
Learning: Field wrappers in rocket.chat/fuselage-forms (Field, FieldLabel, FieldRow, FieldError, FieldHint) auto-create htmlFor/id associations, aria-describedby, and role="alert" for errors. Do not manually set htmlFor, id, aria-describedby, or role attributes when using these wrappers. This automatic wiring does not apply to plain rocket.chat/fuselage components, which require explicit ID wiring per the accessibility docs. In code reviews, prefer using fuselage-forms wrappers for form fields and verify there is no unnecessary manual ID/aria wiring in files that use these wrappers. If a component uses plain fuselage components, ensure proper id wiring as per docs.

Applied to files:

  • apps/meteor/client/views/omnichannel/components/outboundMessage/components/TemplatePlaceholderSelector/TemplatePlaceholderButton.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarHeader.tsx
  • packages/ui-video-conf/src/VideoConfMessage/VideoConfMessageButton.tsx
  • packages/ui-client/src/components/EmojiPicker/EmojiPickerLoadMore.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarClose.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarTitle.tsx
  • apps/uikit-playground/src/Components/Preview/Display/Surface/ContextualBarSurface.tsx
  • packages/ui-client/src/components/Contextualbar/index.ts
  • packages/ui-client/src/components/Contextualbar/ContextualbarDialog.tsx
  • packages/ui-client/src/components/Contextualbar/ContextualbarBack.tsx
📚 Learning: 2026-02-26T19:25:44.063Z
Learnt from: gabriellsh
Repo: RocketChat/Rocket.Chat PR: 38778
File: packages/ui-voip/src/providers/useMediaSession.ts:192-192
Timestamp: 2026-02-26T19:25:44.063Z
Learning: In the Rocket.Chat repository, do not reference Biome lint rules in code review feedback. Biome is not used even if biome.json exists; only reference Biome rules if there is explicit, project-wide usage documented. For TypeScript files, review lint implications without Biome guidance unless the project enables Biome rules.

Applied to files:

  • packages/ui-client/src/components/Contextualbar/index.ts
📚 Learning: 2026-02-26T19:25:44.063Z
Learnt from: gabriellsh
Repo: RocketChat/Rocket.Chat PR: 38778
File: packages/ui-voip/src/providers/useMediaSession.ts:192-192
Timestamp: 2026-02-26T19:25:44.063Z
Learning: In this repository (RocketChat/Rocket.Chat), Biome lint rules are not used even if a biome.json exists. When reviewing TypeScript files (e.g., packages/ui-voip/src/providers/useMediaSession.ts), ensure lint suggestions do not reference Biome-specific rules. Rely on general ESLint/TypeScript lint rules and project conventions instead.

Applied to files:

  • packages/ui-client/src/components/Contextualbar/index.ts
🔇 Additional comments (21)
apps/meteor/package.json (1)

112-113: LGTM!

apps/uikit-playground/package.json (1)

21-21: LGTM!

packages/fuselage-ui-kit/package.json (1)

49-49: LGTM!

packages/gazzodown/package.json (1)

33-33: LGTM!

packages/storybook-config/package.json (1)

36-36: LGTM!

packages/ui-avatar/package.json (1)

20-20: LGTM!

packages/ui-client/package.json (1)

29-29: LGTM!

packages/ui-composer/package.json (1)

25-25: LGTM!

packages/ui-contexts/package.json (1)

26-26: LGTM!

packages/ui-video-conf/package.json (1)

26-26: LGTM!

packages/ui-voip/package.json (1)

34-34: LGTM!

packages/web-ui-registration/package.json (1)

26-26: LGTM!

apps/uikit-playground/src/Components/Preview/Display/Surface/ContextualBarSurface.tsx (1)

6-23: LGTM!

Also applies to: 53-59

packages/ui-client/src/components/Contextualbar/ContextualbarBack.tsx (1)

1-5: LGTM!

packages/ui-client/src/components/Contextualbar/ContextualbarClose.tsx (1)

1-5: LGTM!

packages/ui-client/src/components/Contextualbar/ContextualbarDialog.tsx (1)

4-10: LGTM!

packages/ui-client/src/components/Contextualbar/ContextualbarHeader.tsx (1)

1-6: LGTM!

packages/ui-client/src/components/Contextualbar/ContextualbarTitle.tsx (1)

1-5: LGTM!

packages/ui-client/src/components/Contextualbar/index.ts (1)

8-21: LGTM!

apps/meteor/client/views/omnichannel/components/outboundMessage/components/TemplatePlaceholderSelector/TemplatePlaceholderButton.tsx (1)

11-11: LGTM!

packages/ui-client/src/components/EmojiPicker/EmojiPickerLoadMore.tsx (1)

6-6: LGTM!

Comment thread packages/ui-video-conf/src/VideoConfMessage/VideoConfMessageButton.tsx Outdated

@cubic-dev-ai cubic-dev-ai Bot left a comment

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.

All reported issues were addressed across 32 files

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread packages/ui-video-conf/src/VideoConfMessage/VideoConfMessageButton.tsx Outdated
Comment thread apps/meteor/package.json Outdated
yash-rajpal and others added 2 commits August 11, 2026 01:01
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>

@cubic-dev-ai cubic-dev-ai Bot left a comment

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.

All reported issues were addressed across 1 file (changes from recent commits).

Tip: Review your code locally with the cubic CLI to iterate faster.

Re-trigger cubic

Comment thread apps/meteor/package.json
Comment thread packages/ui-video-conf/src/VideoConfMessage/VideoConfMessageButton.tsx Outdated
@juliajforesti juliajforesti added the stat: QA assured Means it has been tested and approved by a company insider label Aug 11, 2026
@dionisio-bot dionisio-bot Bot added the stat: ready to merge PR tested and approved waiting for merge label Aug 11, 2026
@dionisio-bot
dionisio-bot Bot added this pull request to the merge queue Aug 11, 2026
Merged via the queue into develop with commit 6083f5b Aug 11, 2026
56 checks passed
@dionisio-bot
dionisio-bot Bot deleted the chore/contextualbarV2 branch August 11, 2026 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stat: QA assured Means it has been tested and approved by a company insider stat: ready to merge PR tested and approved waiting for merge type: chore

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants