atmos icon indicating copy to clipboard operation
atmos copied to clipboard

Update Slack embed with improved sizing and security

Open osterman opened this issue 3 months ago β€’ 4 comments

what

  • Updated Slack embed to use new Cloud Posse embed URL
  • Improved sizing: 700px height, full width with 3xl max constraint for better visibility
  • Added security sandbox attributes for safer iframe integration
  • Replaced deprecated inline styles with Tailwind CSS classes

why

The previous embed was too small (300x330px) and used deprecated HTML attributes. The new embed provides better visual prominence, improved security, and cleaner modern styling.

references

Updated website/docs/community/slack.mdx

osterman avatar Nov 18 '25 16:11 osterman

[!WARNING] This PR is blocked from merging because a required semver label is missing.

major, minor, patch, no-release

You'll need to add one before this PR can be merged.

github-actions[bot] avatar Nov 18 '25 16:11 github-actions[bot]

[!WARNING]

Rate limit exceeded

@osterman has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 1 minutes and 36 seconds before requesting another review.

βŒ› How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between 10886fe5b17f034c01e2396c0c47de19575a8065 and 25ed448d5ee81bba1f5429fb49222549f10b5fdb.

πŸ“’ Files selected for processing (1)
  • website/docs/community/slack.mdx (1 hunks)
✨ Finishing touches
πŸ§ͺ Generate unit tests (beta)
  • [ ] Create PR with unit tests
  • [ ] Post copyable unit tests in a comment
  • [ ] Commit unit tests in branch osterman/update-slack-embed

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.

coderabbitai[bot] avatar Nov 18 '25 16:11 coderabbitai[bot]

Dependency Review

βœ… No vulnerabilities or license issues found.

Scanned Files

None

github-actions[bot] avatar Nov 18 '25 16:11 github-actions[bot]

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 71.45%. Comparing base (d2cf477) to head (25ed448). :warning: Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1802      +/-   ##
==========================================
+ Coverage   70.95%   71.45%   +0.50%     
==========================================
  Files         452      461       +9     
  Lines       42719    43631     +912     
==========================================
+ Hits        30311    31178     +867     
- Misses       9856     9907      +51     
+ Partials     2552     2546       -6     
Flag Coverage Ξ”
unittests 71.45% <ΓΈ> (+0.50%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more. see 34 files with indirect coverage changes

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Nov 18 '25 17:11 codecov[bot]