Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(sidebar): improve default size and reset default order #7309

Merged
merged 4 commits into from
Apr 24, 2024

Conversation

gatzjames
Copy link
Contributor

Closes #7308

@gatzjames gatzjames requested a review from a team April 24, 2024 12:47
@gatzjames gatzjames self-assigned this Apr 24, 2024
@@ -684,7 +684,7 @@ export const Debug: FC = () => {

return (
<PanelGroup ref={sidebarPanelRef} autoSaveId="insomnia-sidebar" id="wrapper" className='new-sidebar w-full h-full text-[--color-font]' direction='horizontal'>
<Panel id="sidebar" className='sidebar theme--sidebar' maxSize={40} minSize={20} collapsible>
<Panel id="sidebar" className='sidebar theme--sidebar' defaultSize={25} maxSize={40} minSize={20} collapsible>
Copy link
Contributor

Choose a reason for hiding this comment

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

use constant and reduce min size

@gatzjames gatzjames merged commit c4dd36c into Kong:develop Apr 24, 2024
7 checks passed
@gatzjames gatzjames deleted the fix/default-sort-order branch April 24, 2024 13:31
ihexxa pushed a commit that referenced this pull request Apr 28, 2024
* reset default order

* set sidebar default size to be smaller

* remove unessesary default size

* add default size and decrease minSize
stefancruz pushed a commit to stefancruz/insomnia that referenced this pull request May 8, 2024
* reset default order

* set sidebar default size to be smaller

* remove unessesary default size

* add default size and decrease minSize
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.

9.0.0 reversed folder/request order
3 participants