fix(ui): remove expensive blurs and fix missing light/dark themes - #540
Open
hussainjamal760 wants to merge 1 commit into
Open
fix(ui): remove expensive blurs and fix missing light/dark themes#540hussainjamal760 wants to merge 1 commit into
hussainjamal760 wants to merge 1 commit into
Conversation
Contributor
|
hi @hussainjamal760, every commit has to be signed-off ( commit -s), if you do so then the DCO test will pass. NOTE: I'm a student aswell and not a maintainer. |
Author
@hiteshm0 Thanks for catching that! I'll amend the commit with a sign-off. |
Signed-off-by: hussainjamal760 <hjamal9865@gmail.com>
hussainjamal760
force-pushed
the
redesign-get-started-containers-section
branch
from
July 28, 2026 22:34
15c034f to
c90eaa7
Compare
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.
Resolves: #539
Summary
This PR redesigns the "Running a container & listing running containers" section on the
/get-startedpage with a modern, developer-focused interface while improving theme consistency and runtime performance.The previous implementation had outdated styling, inconsistent light/dark mode contrast, and expensive visual effects that impacted scrolling performance. This update introduces a cleaner card-based layout, enhanced terminal presentation, and better integration with the existing Docusaurus theme system.
What's Changed
Modern Card-Based Layout
Enhanced Terminal Experience
Improved the terminal snippets by enhancing the
<CodeBlock>presentation:Improved Light & Dark Mode Support
Fixed theme inconsistencies by aligning styles with the project's Tailwind configuration.
Changes include:
slate) with configuredgrayvariants.Performance Improvements
Removed expensive CSS effects that were negatively affecting rendering performance:
backdrop-blurblur-[120px]Replaced them with lightweight alternatives that maintain visual depth without introducing unnecessary GPU workload or scroll lag.
Redesigned Callout Notes
Improved the presentation of informational notes by adding:
This makes important guidance easier to discover while reading through the setup flow.
Why This Change?
This update improves both usability and maintainability by:
Testing
Verified locally by testing the following scenarios:
How to Test
Start the local development server:
Navigate to:
Scroll to the "Running a container & listing running containers" section.
Verify:
Screenshots
Light Mode
Dark Mode