refactor: simplify layout and styles for Inspect page and Sandbox layout#167
Open
ben-fornefeld wants to merge 3 commits intomainfrom
Open
refactor: simplify layout and styles for Inspect page and Sandbox layout#167ben-fornefeld wants to merge 3 commits intomainfrom
ben-fornefeld wants to merge 3 commits intomainfrom
Conversation
- **Inspect page** (`src/app/.../inspect/page.tsx`): - Removed unnecessary utility class for ClientOnly component, simplifying its styling. - **Sandbox layout** (`src/features/dashboard/sandbox/layout.tsx`): - Enhanced responsiveness by adjusting class names for the main container and DashboardTab, ensuring better mobile behavior. This update improves the overall layout and responsiveness of the Inspect page and Sandbox layout.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
dobrac
approved these changes
Oct 16, 2025
…ayout - **Inspect page**: Updated `ClientOnly` component to improve mobile positioning. - **Sandbox layout**: Adjusted `DashboardTab` class for better mobile behavior and ensured consistent height constraints. - **Incompatible component**: Modified layout for improved flexibility and responsiveness. These changes aim to enhance the user experience on mobile devices by refining the layout and responsiveness of key components.
Member
|
@ben-fornefeld Is the merge blocked on something? |
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.
Inspect page (
src/app/.../inspect/page.tsx):Sandbox layout (
src/features/dashboard/sandbox/layout.tsx):This update improves the overall layout and responsiveness of the Inspect page and Sandbox layout.