feat: new icons + sidebar UI overhaul + CSP fix#3
Merged
Conversation
Replace placeholder icons with the official SkillBridge logo (bridge + sun design) in 16px, 48px, and 128px sizes for Chrome extension and Web Store listing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove speech bubble icon from header, replace with history btn - Move history button to left side of header for better flow - Fix language select and close button vertical alignment - Replace fill-based send icon with stroke arrow for visibility - Tighten header padding and button sizing for consistent look - Add "Built with Claude Code" note to README Tech Stack section Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sidebar UI improvements: - Flat header layout with consistent 44px height - Text send button (pill shape) replacing SVG circle - Unified hover styles (rgba) across all interactive elements - SVG chevron for history back button (replaces ‹ character) - Explicit button resets instead of `all: unset` (fixes click area bug) - Subtle language select chip (no border, 24px, rounded) - FAB repositioned to bottom: 24px - Footer removed Code simplification: - Extract t(map, lang?) i18n helper function - Add SEND_LABELS, ASK_TUTOR_LABELS, QUOTE_PLACEHOLDERS maps - Rename updateTutorGreeting → updateLocalizedLabels Docs: - Update all 6 language READMEs (KO, JA, ZH-CN, ES, FR, DE) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove 'unsafe-inline' from Content-Security-Policy to pass Chrome Web Store review. Puter.js and bridge.js are already loaded as separate source files, so inline scripts are not needed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
What does this PR do?
AI Tutor 사이드바 UI 전면 개선, i18n 코드 간소화, CSP 보안 수정, 아이콘 교체, 다국어 README 업데이트
Type of Change
Testing
Screenshots (if UI change)
Changes
UI (content.css / content.js)
rgba)bottom: 24pxall: unsetcausing entire header to act as close buttonCode Quality
t(map, lang?)i18n helper functionSEND_LABELS,ASK_TUTOR_LABELS,QUOTE_PLACEHOLDERSmapsupdateTutorGreeting→updateLocalizedLabelsSecurity
unsafe-inlinefrombridge.htmlCSP (Chrome Web Store compliance)Assets & Docs