Skip to content

Improve startup performance and learning navigation - #16

Merged
Inmerson merged 2 commits into
mainfrom
feat/faster-searchable-learning
Aug 5, 2026
Merged

Improve startup performance and learning navigation#16
Inmerson merged 2 commits into
mainfrom
feat/faster-searchable-learning

Conversation

@Inmerson

@Inmerson Inmerson commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Goal

  • split the large single-page bundle into lazy-loaded learning screens
  • add searchable topic navigation from the dashboard
  • add a persistent “continue learning” destination
  • improve mobile navigation accessibility and reduced-motion behavior

What changed

  • added a tested catalog of learning destinations across all modules
  • added dashboard topic search with / keyboard shortcut and direct navigation
  • added a persistent Continue Learning card
  • lazy-loaded learning views with a meaningful loading state
  • respected prefers-reduced-motion and disabled dashboard tilt when requested
  • added accessible names and combobox/listbox semantics

Verification

  • learning catalog tests failed before implementation because the catalog module did not exist
  • npm run typecheck
  • npm test — 9 tests passed across 3 files
  • npm run build
  • initial JavaScript entry reduced from about 2.99 MB to 382.51 kB; heavy math and 3D code is loaded on demand
  • GitHub Pages publishing succeeded after merge

Deployment

https://inmerson.github.io/Math-Biotech-Project/site/

Introduce a tested learning catalog, persistent continue-learning navigation, keyboard-accessible topic search, reduced-motion support, and route-level code splitting for the learning screens.
@Inmerson
Inmerson marked this pull request as ready for review August 5, 2026 22:42
Copilot AI lite review requested due to automatic review settings August 5, 2026 22:42
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@Inmerson
Inmerson merged commit bcb7deb into main Aug 5, 2026
1 check 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.

2 participants