-
Notifications
You must be signed in to change notification settings - Fork 283
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
Standardize toggle on click of left panel #1028
Comments
Raised following PR for this change. |
Thanks for the PR !!! though I like to disagree on "Standardize" part I think you are trying to keep always only one Having said that here are my concerns and suggestion
|
Thanks for the quick response. Below are responses to your comments.
With
With
This option becomes redundant, as idea is to do both expand/collapse and show description.
The |
Here is the enhancement to standardize toggle behavior on click of left panel.
Params
Current behavior
On click of left panel entry, right panel shows details. But to expand the item on left panel, user needs to click on arrow icon on right. Also, that does not collapse other items. This is inconvenient for users.
Proposed behavior
On click of left panel entry, do the following:
-Show details on right panel.
-Expand the item on left panel.
-Collapse any other open item/s on left panel.
Live example with proposed behavior: https://majoshi1.github.io/rapidocweb/examples/focused-mode.html
Below are all the changes needed for this proposed behavior.
In src\templates\navbar-template.js:
From:
To:
From:
To:
The text was updated successfully, but these errors were encountered: