Skip to content

Feat/overflow hidden - #38

Merged
rahul-vyas-dev merged 3 commits into
AOSSIE-Org:mainfrom
rahul-vyas-dev:feat/overflow-hidden
Aug 2, 2026
Merged

Feat/overflow hidden#38
rahul-vyas-dev merged 3 commits into
AOSSIE-Org:mainfrom
rahul-vyas-dev:feat/overflow-hidden

Conversation

@rahul-vyas-dev

@rahul-vyas-dev rahul-vyas-dev commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Screenshots/Recordings:

After: -
image

Additional Notes:

This PR adds overflow-hidden to hide the overflow of the side border. And update to latest version.

Checklist

  • My code follows the project's code style and conventions
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • I have joined the Discord server and I will share a link to this PR with the project maintainers there
  • I have read the Contributing Guidelines

⚠️ AI Notice - Important!

We encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact.

Summary by CodeRabbit

  • Bug Fixes

    • Improved the support button’s visual layout by preventing child content from overflowing its container.
  • Chores

    • Updated the package version from 2.1.2 to 2.2.0.

@github-actions github-actions Bot added no-issue-linked PR is not linked to any issue configuration Configuration file changes dependencies Dependency file changes frontend Changes to frontend code javascript JavaScript/TypeScript code changes size/M Medium PR (51-200 lines changed) repeat-contributor PR from an external contributor who already had PRs merged pending-coderabbit-review labels Aug 2, 2026
@coderabbitai

coderabbitai Bot commented Aug 2, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

The support button container now clips overflowing content. The project version changes from 2.1.2 to 2.2.0.

Changes

Support button update

Layer / File(s) Summary
Support button overflow clipping
src/components/SupportUsButton.tsx
The root container adds the overflow-hidden class.
Release version metadata
VERSION, package.json
The package version changes from 2.1.2 to 2.2.0.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Suggested reviewers: reach2saksham

Poem

A rabbit clips the button’s flow,
While version numbers softly grow.
From two-one-two to two-two-zero,
Neat edges hop with cheer,
Release metadata follows.

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the main change: adding overflow-hidden to SupportUsButton.
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
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

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 `@src/components/SupportUsButton.tsx`:
- Line 103: Update the root div in SupportUsButton to stop applying
overflow-hidden alongside h-full, so nested dynamic content remains visible.
Apply the overflow restriction only to the decorative wrapper or the specific
visual layer that requires clipping, while preserving the existing styling and
layout classes.
🪄 Autofix (Beta)

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: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 1a097d66-c4f7-41ac-b1c7-eb8eaf2ecad9

📥 Commits

Reviewing files that changed from the base of the PR and between 3d325bf and bdf92b2.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (3)
  • VERSION
  • package.json
  • src/components/SupportUsButton.tsx

Comment thread src/components/SupportUsButton.tsx
@rahul-vyas-dev
rahul-vyas-dev merged commit ede74d7 into AOSSIE-Org:main Aug 2, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

configuration Configuration file changes dependencies Dependency file changes frontend Changes to frontend code javascript JavaScript/TypeScript code changes no-issue-linked PR is not linked to any issue pending-coderabbit-review repeat-contributor PR from an external contributor who already had PRs merged size/M Medium PR (51-200 lines changed)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant