Skip to content

feat(beta-feedback): Deprecate beta-feedback#4511

Merged
mergify[bot] merged 2 commits intomasterfrom
buie-deprecate-beta-feedback
Apr 27, 2026
Merged

feat(beta-feedback): Deprecate beta-feedback#4511
mergify[bot] merged 2 commits intomasterfrom
buie-deprecate-beta-feedback

Conversation

@reneshen0328
Copy link
Copy Markdown
Contributor

@reneshen0328 reneshen0328 commented Apr 22, 2026

What

  • Safely remove beta-feedback folder

Summary by CodeRabbit

  • Removed Features

    • The Beta Feedback badge and its tooltip have been removed from the product UI.
    • Associated feedback text and styling used by that badge have been removed.
  • Tests

    • Unit tests and snapshots covering the Beta Feedback badge have been removed.

@reneshen0328 reneshen0328 requested a review from a team as a code owner April 22, 2026 17:42
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 22, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 84883b08-9f53-4c44-a73b-fd2eb04c38b3

📥 Commits

Reviewing files that changed from the base of the PR and between f118e2d and 7884f9d.

⛔ Files ignored due to path filters (2)
  • i18n/en-US.properties is excluded by !i18n/**
  • src/features/beta-feedback/__tests__/__snapshots__/BetaFeedbackBadge.test.js.snap is excluded by !**/*.snap
📒 Files selected for processing (5)
  • src/features/beta-feedback/BetaFeedbackBadge.js
  • src/features/beta-feedback/__tests__/BetaFeedbackBadge.test.js
  • src/features/beta-feedback/index.js
  • src/features/beta-feedback/messages.js
  • src/features/beta-feedback/styles/BetaFeedbackBadge.scss
💤 Files with no reviewable changes (5)
  • src/features/beta-feedback/styles/BetaFeedbackBadge.scss
  • src/features/beta-feedback/tests/BetaFeedbackBadge.test.js
  • src/features/beta-feedback/index.js
  • src/features/beta-feedback/messages.js
  • src/features/beta-feedback/BetaFeedbackBadge.js

Walkthrough

The BetaFeedbackBadge feature was removed: component, tests, i18n messages, stylesheet, and index re-export were deleted; the default BetaFeedbackBadge export is no longer available.

Changes

Cohort / File(s) Summary
Component & Tests
src/features/beta-feedback/BetaFeedbackBadge.js, src/features/beta-feedback/__tests__/BetaFeedbackBadge.test.js
Removed the Flow-typed BetaFeedbackBadge React component and its Jest snapshot tests.
Module Exports & i18n
src/features/beta-feedback/index.js, src/features/beta-feedback/messages.js
Deleted the index default re-export and the messages module (feedbackCtaText, feedbackFormDescription).
Styles
src/features/beta-feedback/styles/BetaFeedbackBadge.scss
Removed SCSS rules related to .bdl-HeaderFeedbackBadge and its beta badge adjustments.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Suggested labels

ready-to-merge

Suggested reviewers

  • tjuanitas
  • jpan-box

Poem

🐰 I nibbled the badge till it hopped from the tree,
Files fell like leaves and floated free,
Messages quiet, styles tucked away,
Tests waved goodbye and scampered to play,
A tidy repo — hop, hop, hooray! ✨

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The PR description is minimal, containing only 'Safely remove beta-feedback folder' under a 'What' section. While the description addresses the core purpose, it lacks detailed context about why the removal is occurring, what impact it may have, and the testing approach undertaken. Expand the description with details on motivation for removal, any migration guidance for users, whether deprecation was previously communicated, and any testing performed to validate no remaining dependencies exist.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title 'feat(beta-feedback): Deprecate beta-feedback' clearly and specifically describes the main change—removing/deprecating the beta-feedback feature—which aligns with the changeset that deletes all related components, tests, styles, and exports.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch buie-deprecate-beta-feedback

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 and usage tips.

tjuanitas
tjuanitas previously approved these changes Apr 27, 2026
Comment thread src/features/beta-feedback/messages.js
jpan-box
jpan-box previously approved these changes Apr 27, 2026
@reneshen0328 reneshen0328 dismissed stale reviews from jpan-box and tjuanitas via c7d437f April 27, 2026 21:51
@reneshen0328 reneshen0328 force-pushed the buie-deprecate-beta-feedback branch 2 times, most recently from c7d437f to f118e2d Compare April 27, 2026 21:58
tjiang-box
tjiang-box previously approved these changes Apr 27, 2026
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Apr 27, 2026

Merge Queue Status

  • Entered queue2026-04-27 22:48 UTC · Rule: Automatic strict merge
  • Checks passed · in-place
  • Merged2026-04-27 22:59 UTC · at 56a0372d52287344a0f30d9b5fff9f1c0296e08b · squash

This pull request spent 11 minutes 51 seconds in the queue, including 11 minutes 34 seconds running CI.

Required conditions to merge

@mergify mergify Bot merged commit 775676a into master Apr 27, 2026
12 checks passed
@mergify mergify Bot deleted the buie-deprecate-beta-feedback branch April 27, 2026 22:59
@mergify mergify Bot removed the queued label Apr 27, 2026
kduncanhsu pushed a commit to kduncanhsu/box-ui-elements that referenced this pull request Apr 27, 2026
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
kduncanhsu pushed a commit to kduncanhsu/box-ui-elements that referenced this pull request Apr 28, 2026
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
kduncanhsu pushed a commit to kduncanhsu/box-ui-elements that referenced this pull request Apr 28, 2026
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants