Skip to content

Comments

Dev tazi typesafe#17

Merged
swoosh1337 merged 10 commits intomainfrom
dev-tazi-typesafe
Dec 21, 2025
Merged

Dev tazi typesafe#17
swoosh1337 merged 10 commits intomainfrom
dev-tazi-typesafe

Conversation

@swoosh1337
Copy link
Collaborator

No description provided.

…ght, new documentation, and general UI/UX improvements.
…uration for flashcards

Add @playwright/test dependency and create npm scripts for running E2E tests in various modes (UI, headed, debug, codegen). Include @types/react-syntax-highlighter for type definitions. Add typecheck:strict:flashcards script for stricter TypeScript checking. Update test:all to include E2E tests. Add Playwright HTML report output.
…nd update existing E2E test suites, redesign ui
…ith enhanced code block styling

Add AnalyticsProvider component wrapping all routes in App.tsx to enable analytics tracking throughout the application. Integrate feature time tracking and event tracking in AIChat component to monitor AI chat message sends with problemId and message length metadata. Update code block styling in AIChat with improved visual design including rounded corners, padding, borders, and shadows. Replace toast
…improved modularity and testability

Extract editor bounds calculation, smart positioning, and position management logic from SimpleOverlay component into dedicated custom hooks (useOverlayEditorBounds, useOverlaySmartPosition). Add comprehensive unit tests for the new hooks covering edge cases like missing editor DOM nodes, preset positioning, custom positions, and position manager integration. Remove inline positioning logic an
…nto feature-first folder structure

Add comprehensive ARCHITECTURE_GUIDE.md documenting feature-first folder organization, import boundaries, testing conventions, and code placement rules. Migrate admin components from src/components/admin to src/features/admin/components with co-located tests. Create new AdminDashboardPage and AuthPage as feature entry points. Update import paths across PrimaryFocusCard, Sidebar, FlashcardButton
…mponents, a problem service, chat markdown components, and extensive documentation.
…, refactoring, and analytics, and apply initial type safety improvements across core features and services.
@vercel
Copy link

vercel bot commented Dec 21, 2025

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

Project Deployment Review Updated (UTC)
simplyalgo-dev Ready Ready Preview, Comment Dec 21, 2025 3:38pm

@gitguardian
Copy link

gitguardian bot commented Dec 21, 2025

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secret in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
23005904 Triggered JSON Web Token 5c2ef98 tests/e2e/stripe/stripe-checkout-full-flow.spec.ts View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@github-actions
Copy link

🧪 Test Results

Job Status
Unit & Integration Tests ✅ success
E2E Tests (Playwright) ✅ success
TypeScript Check ✅ success
ESLint ✅ success
Build ✅ success

All checks passed! Ready to merge.

@swoosh1337 swoosh1337 merged commit 214d9b8 into main Dec 21, 2025
9 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.

1 participant