Adjust web layout: source-first row and 3-column analysis grid#28
Closed
iritkatriel wants to merge 7 commits into
Closed
Adjust web layout: source-first row and 3-column analysis grid#28iritkatriel wants to merge 7 commits into
iritkatriel wants to merge 7 commits into
Conversation
Place source on its own first row with the Run button in-panel, and constrain remaining analysis panels to a max three-column responsive grid. Made-with: Cursor
|
Preview deployed: https://iritkatriel.github.io/codoscope/pr-28/ |
Assert against the new {text, lines} payload shape returned by web.driver views and verify basic line metadata consistency.
Made-with: Cursor
Align source header controls to the left so Run is easier to reach when working from the editor pane. Made-with: Cursor
|
Preview deployed: https://iritkatriel.github.io/codoscope/pr-28/ |
Move the Run control to the left edge of the source title bar to make it quicker to reach while editing code. Made-with: Cursor
Make the source panel span two columns in the 3-column layout while keeping full-width behavior on smaller breakpoints. Made-with: Cursor
|
Preview deployed: https://iritkatriel.github.io/codoscope/pr-28/ |
|
Preview deployed: https://iritkatriel.github.io/codoscope/pr-28/ |
Use a wide Source panel plus a narrow Actions panel with the Run button to keep execution controls close without consuming source editor width. Made-with: Cursor
|
Preview deployed: https://iritkatriel.github.io/codoscope/pr-28/ |
Adjust responsive grid rules so source and run stay side-by-side in the two-column layout and only stack on narrow single-column screens. Made-with: Cursor
|
Preview deployed: https://iritkatriel.github.io/codoscope/pr-28/ |
Collaborator
|
I find it a little odd looking at it on my monitor, and it is also broken completely when I try to view it on the small screen of my phone. |
Owner
Author
|
This is no good. I was playing around but didn't get anywhere. Sorry should have closed. |
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.
Summary
Runbutton next to the source panel titleTest plan
Runbutton appears in source panel headerMade with Cursor