fix(playground): improve light mode and mobile lesson UI#111
Open
mpinzile wants to merge 2 commits into
Open
Conversation
Refine the main landing page and playground light theme, including white feature cards, a shorter header, and a light code editor shell. Improve mobile responsiveness across lesson views by removing duplicate headers, compacting large buttons, fixing the distorted module map, and showing upcoming lessons when the current lesson is collapsed. Fix mobile output and test case behavior by auto switching back to Output after running code, keeping the error state readable in light mode, and making expandable test rows show expected output, user output, and errors.
|
The preview deployment for Nuru Staging is ready. 🟢 Open Preview | Open Build Logs | Open Application Logs Last updated at: 2026-06-28 20:06:28 CET |
Add realistic loading skeletons for lesson pages so the Start action no longer shows a blank screen while content loads. Improve mobile layout spacing on the landing page, including better horizontal padding and full width feature cards. Fix the user menu by combining the avatar, first name, and chevron into one dropdown trigger so the entire control opens the same menu. Improve mobile test output by falling back to the global run output when individual test output is empty, preventing misleading no output states. Improve inline test case readability in the lesson panel and apply the same output fallback there. Update the mobile curriculum sidebar to show numbered module titles instead of raw slugs, matching the desktop sidebar.
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.
Refine the main landing page and playground light theme, including white feature cards, a shorter header, and a light code editor shell.
Improve mobile responsiveness across lesson views by removing duplicate headers, compacting large buttons, fixing the distorted module map, and showing upcoming lessons when the current lesson is collapsed.
Fix mobile output and test case behavior by auto switching back to Output after running code, keeping the error state readable in light mode, and making expandable test rows show expected output, user output, and errors.