Skip to content

feat: sticky feedback bar with CTA in anchor modal#322

Merged
rdmueller merged 1 commit intoLLM-Coding:mainfrom
raifdmueller:feat/giscus
Mar 18, 2026
Merged

feat: sticky feedback bar with CTA in anchor modal#322
rdmueller merged 1 commit intoLLM-Coding:mainfrom
raifdmueller:feat/giscus

Conversation

@raifdmueller
Copy link
Contributor

Summary

Moves the Vote/Discuss buttons from the scrollable content area to a sticky footer bar at the bottom of the anchor modal — always visible without scrolling.

Changes

  • Sticky footer: Vote and Discuss buttons in a fixed bar at the modal bottom
  • CTA text: "Is this anchor useful?" / "Ist dieser Anker hilfreich?" next to the buttons
  • Comments: Remain in the scrollable content area above
  • Responsive: CTA text hidden on mobile (buttons still visible)

Before/After

Before: Vote/Discuss buttons at the very bottom of the content, hidden until you scroll down

After:

┌─ Modal Header ──────────────────────┐
│ ⚓ arc42                        [X] │
├─────────────────────────────────────┤
│                                     │
│  (scrollable anchor content)        │
│                                     │
│  (comments if any)                  │
│                                     │
├─────────────────────────────────────┤
│ Is this anchor useful?  [Vote] [💬] │
└─────────────────────────────────────┘

Test plan

  • Feedback bar visible immediately when modal opens
  • Bar stays fixed while scrolling content
  • Vote/Discuss links correct per anchor
  • CTA hidden on small screens, buttons still visible
  • DE: "Ist dieser Anker hilfreich?"
  • All 87 unit tests pass

🤖 Generated with Claude Code

Move Vote/Discuss buttons to a sticky footer bar at the bottom of the
modal, always visible without scrolling. Add CTA text "Is this anchor
useful?" / "Ist dieser Anker hilfreich?". Comments remain in the
scrollable content area.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link

coderabbitai bot commented Mar 18, 2026

Warning

Rate limit exceeded

@raifdmueller has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 5 minutes and 24 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.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: 4d66e9e5-a56c-4f96-9091-37d65d5d41b4

📥 Commits

Reviewing files that changed from the base of the PR and between fe4ffdd and a4c5ae2.

📒 Files selected for processing (4)
  • website/src/components/anchor-modal.js
  • website/src/styles/main.css
  • website/src/translations/de.json
  • website/src/translations/en.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
📝 Coding Plan
  • Generate coding plan for human review comments

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.

@rdmueller rdmueller merged commit b70531c into LLM-Coding:main Mar 18, 2026
7 checks passed
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.

2 participants