Skip to content

feat: move the shared Salem/feedback launcher to the bottom-right#44

Merged
BunsDev merged 1 commit into
mainfrom
salem-launcher-right
Jul 22, 2026
Merged

feat: move the shared Salem/feedback launcher to the bottom-right#44
BunsDev merged 1 commit into
mainfrom
salem-launcher-right

Conversation

@BunsDev

@BunsDev BunsDev commented Jul 22, 2026

Copy link
Copy Markdown
Member

Summary

Moves the shared Ask Salem / Feedback launcher from the bottom-left to the bottom-right corner, per request.

  • components/ask-salem.module.css: launcher pill and Ask Salem panel anchor right instead of left
  • lib/feedback-widget.ts: feedback SDK panel initialized with placement: 'right' so it stays beside the launcher
  • components/ask-salem.tsx: the .overSidebar lift and its /docs pathname check are removed — their only purpose was clearing the docs sidebar footer, which is pinned bottom-left; the right corner has no fixed chrome
  • Reference docs (ask-salem.mdx, feedback-widget.mdx) updated to describe the new position

Verification

  • tsc --noEmit clean
  • Screenshot-verified from a dev server on the branch: the pill sits bottom-right clear of the sidebar footer, and the opened Salem panel anchors to the same corner

🤖 Generated with Claude Code

Anchor the launcher pill, the Ask Salem panel, and the feedback SDK
panel (placement: 'right') in the bottom-right corner. The bottom-left
sidebar-footer lift (.overSidebar and its /docs pathname check) is
removed — the right corner has no fixed docs chrome to clear. Reference
docs updated to match.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
coven-docs Ready Ready Preview Jul 22, 2026 12:25am

Copilot AI 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.

Pull request overview

Moves the shared Ask Salem / Feedback launcher and its associated panels from the bottom-left to the bottom-right across the docs UI, aligning the widget placement with updated layout expectations.

Changes:

  • Re-anchors the launcher pill and Ask Salem panel to right in CSS (and removes the now-unneeded “lift above docs sidebar footer” behavior).
  • Initializes the feedback widget panel with placement: 'right' so it opens beside the shared launcher.
  • Updates reference docs to describe the new bottom-right shared launcher location.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
lib/feedback-widget.ts Switches feedback widget initialization to placement: 'right' to match the new launcher corner.
components/ask-salem.module.css Moves fixed positioning for launcher + panel from left to right and removes sidebar-footer lift styling.
components/ask-salem.tsx Removes /docs pathname-based lift logic and updates inline documentation to bottom-right.
content/docs/reference/ask-salem.mdx Updates reference text to describe the shared launcher as bottom-right.
content/docs/reference/feedback-widget.mdx Updates the “launcher: false” note to reflect bottom-right placement and placement: 'right'.

@BunsDev
BunsDev merged commit 9d45922 into main Jul 22, 2026
2 checks passed
@BunsDev
BunsDev deleted the salem-launcher-right branch July 22, 2026 00:27
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