Align AutoBot launcher with site blue palette and replace cropped badge label with “AI”#436
Merged
Merged
Conversation
✅ Deploy Preview for shaftengine ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
… website color scheme - Update autobot-avatar.svg: change chest text from "SHAFT" to "AutoBot" - Replace all FontAwesome fa-robot icons in AutoBot chat component with autobot-avatar.svg - Update ShaftRobot component to use autobot-avatar.svg instead of FontAwesome + shaft_white.svg - Add CSS styles for image-based chat button, header icon, and message avatars - Ensure consistent visual identity across chat button, chat header, and message avatars Agent-Logs-Url: https://github.com/ShaftHQ/shafthq.github.io/sessions/657f4ec8-cd83-499b-b680-d87437c41154 Co-authored-by: MohabMohie <19201898+MohabMohie@users.noreply.github.com>
…unrelated yarn.lock change Agent-Logs-Url: https://github.com/ShaftHQ/shafthq.github.io/sessions/657f4ec8-cd83-499b-b680-d87437c41154 Co-authored-by: MohabMohie <19201898+MohabMohie@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Refine AutoBot SVG image and unify robot references
Unify all robot references to single AutoBot SVG with site color scheme
Mar 31, 2026
Agent-Logs-Url: https://github.com/ShaftHQ/shafthq.github.io/sessions/8088f282-7807-479a-9d34-ab6cf0b2e7b7 Co-authored-by: MohabMohie <19201898+MohabMohie@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ShaftHQ/shafthq.github.io/sessions/8088f282-7807-479a-9d34-ab6cf0b2e7b7 Co-authored-by: MohabMohie <19201898+MohabMohie@users.noreply.github.com>
Signed-off-by: Mohab Mohie <Mohab.MohieElDeen@outlook.com>
Copilot
AI
changed the title
Unify all robot references to single AutoBot SVG with site color scheme
Align AutoBot launcher with site blue palette and replace cropped badge label with “AI”
Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The launcher icon still used the old green robot palette and a long red badge label (
AutoBot) that could clip against the circular button. This update aligns the icon visuals with the site’s blue system and shortens the badge toAIwith non-clipping layout.Launcher icon palette (SVG)
static/img/autobot-avatar.svgbackground gradient from green to site blue tones:#006ec0→#004e89Badge copy and rendering
AutoBottoAIinsrc/components/AutoBot/index.tsx.src/components/AutoBot/styles.module.cssto prevent clipping:Representative diff