feat: v2.1.0 — certification safety, new courses, UX overhaul#54
Merged
feat: v2.1.0 — certification safety, new courses, UX overhaul#54
Conversation
- Certification exam kill-switch: fully disable extension on proctored CCA-F pages to prevent being flagged as cheating tool - Separate course quizzes (exam mode) from certification exams (disable) - Add translations for new courses: Claude Cowork, subagents, MCP Advanced - New protected terms: Cowork, Dispatch, Computer Use, Subagent - SPA navigation handling: popstate, hashchange, pushState/replaceState - Onboarding flow for ALL first-time visitors (including English speakers) - FAB pulse animation on first visit - Example question chips in AI Tutor sidebar - Error retry button in AI Tutor chat - Exam mode warning shown immediately on sidebar open - History clear confirmation dialog - Mobile responsive: sidebar full-width on small screens - i18n: localize aria-labels and tooltips (dark toggle, FAB, sidebar) - Expired cache entries now deleted from IndexedDB on access - CERT_DISABLE_PATTERNS test coverage (4 tests) - Firefox dist synced, README/ROADMAP updated
- TESTING.md: add cert kill-switch, onboarding, SPA, retry/confirm QA items - TESTING.md: fix stored keys list (welcomeShown, fabSeen) - CONTRIBUTING.md: document new constants (CERT_DISABLE_PATTERNS, ONBOARDING_LABELS, A11Y_LABELS, EXAMPLE_QUESTIONS) - CONTRIBUTING.md: update dictionary section listing with new courses
…ne style - content.js: reconnect MutationObserver when navigating back from certification page to a course (observer was disconnected but never re-enabled, breaking dynamic content translation) - sidebar-chat.js: fix greeting re-localize check — children count is 2 now (greeting + example questions), not 1 - header-controls.js: move inline style to CSS class si18n-banner-lang-inline
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.
Summary
Changes (18 files, +568 / -103)
Certification Safety
CERT_DISABLE_PATTERNSin constants.js — 6 URL patterns for proctored examsreturnbefore any DOM workNew Courses & Terms
UX Improvements
Infrastructure
Test plan
npm test— 236 tests passnpm run build:firefox— clean