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

Redesign panel sections in sidebar #1704

Merged
merged 14 commits into from
Nov 14, 2023
Merged

Conversation

victorlin
Copy link
Member

@victorlin victorlin commented Sep 29, 2023

Description of proposed changes

Hopefully a good improvement to user experience.

Related issue(s)

Checklist

  • Add back behavior described in dd37b3f
  • Add entropy toggle
  • Finalize design
  • Update info tooltips (thread)
  • Make issue for modifying panelsAvailable when showTreeToo is changed (thread)
  • Make issue for how to define types for prop drilling (thread)
  • Fix alignment of toggle with panel title (thread)
  • Update changelog
  • Checks pass
  • (to be done by a Nextstrain team member) Create preview PRs on downstream repositories.
    • unselectedBackground still works

@victorlin victorlin self-assigned this Sep 29, 2023
@nextstrain-bot nextstrain-bot temporarily deployed to auspice-victorlin-move--kkdqqa September 29, 2023 20:36 Inactive
@victorlin
Copy link
Member Author

@jameshadfield this PR is unfinished but would like to get your opinion on general implementation direction.

All the remaining tasks that I can think of are in the PR description - please add anything that I might be missing!

src/components/controls/controls.tsx Outdated Show resolved Hide resolved
src/components/controls/controls.tsx Outdated Show resolved Hide resolved
src/components/controls/panel-toggle.tsx Outdated Show resolved Hide resolved
src/components/controls/controls.tsx Outdated Show resolved Hide resolved
@victorlin victorlin force-pushed the victorlin/move-panel-toggles branch 3 times, most recently from 82015f3 to 16e680b Compare October 5, 2023 20:08
@victorlin victorlin changed the base branch from master to victorlin/use-modern-redux October 12, 2023 19:20
Base automatically changed from victorlin/use-modern-redux to master October 12, 2023 22:24
@victorlin victorlin force-pushed the victorlin/move-panel-toggles branch 2 times, most recently from 891ee1a to 705b64c Compare October 19, 2023 19:40
Copy link
Member

@jameshadfield jameshadfield left a comment

Choose a reason for hiding this comment

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

Thanks Victor. Overall some nice reorganisations here. Most (all?) of my comments are minor.

src/components/controls/controlHeader.tsx Show resolved Hide resolved
src/components/controls/annotatedTitle.tsx Outdated Show resolved Hide resolved
src/components/controls/controls.tsx Outdated Show resolved Hide resolved
src/components/controls/panelSection.tsx Outdated Show resolved Hide resolved
src/components/controls/panelHeader.tsx Outdated Show resolved Hide resolved
src/components/controls/panelChevron.tsx Show resolved Hide resolved
src/components/controls/panelHeader.tsx Outdated Show resolved Hide resolved
src/components/controls/panelToggle.tsx Outdated Show resolved Hide resolved
src/components/controls/styles.js Outdated Show resolved Hide resolved
src/components/controls/controls.tsx Show resolved Hide resolved
@victorlin victorlin force-pushed the victorlin/move-panel-toggles branch 4 times, most recently from f080bcb to a69a067 Compare October 23, 2023 20:56
@victorlin
Copy link
Member Author

@jameshadfield it's probably hard to track in the sea of notifications/threads. Here's links to places where I'd like your input, as of now:

src/components/controls/controlHeader.tsx Outdated Show resolved Hide resolved
src/components/controls/controlHeader.tsx Show resolved Hide resolved
src/components/controls/miscInfoText.js Outdated Show resolved Hide resolved
@victorlin victorlin force-pushed the victorlin/move-panel-toggles branch 2 times, most recently from 1864c9c to ea97343 Compare November 9, 2023 00:06
The component was written to allow tooltip as optional, so make that
explicit. Other props should be required.
This keeps the styling closer to where it is used.
Previously, it looked like language was a part of Panel Options.
Instead of determining in the sidebar and passing down as props.
Disabling this makes typed prop drilling more readable by not requiring
a conditional for optional props¹.

¹ https://stackoverflow.com/a/48816255
Split AnnotatedHeader into AnnotatedTitle and ControlHeader. A future
commit will introduce PanelHeader.

This places the header info icon immediately to the right of the title,
instead of the far right side (to make room for the upcoming panel
visibility toggle).
@victorlin
Copy link
Member Author

Force-pushing a rebase onto latest master.

@victorlin victorlin force-pushed the victorlin/move-panel-toggles branch 2 times, most recently from b25e783 to a8f8b0d Compare November 10, 2023 01:10
Do this with some new panel-specific components that build upon the
existing AnnotatedTitle and Toggle components.

Simplify headers and translations to just the panel name (e.g. Tree)
instead of "Show <panel name>" / "<panel name> Options".

Conditionally render the entire "Panel Options" section including the
header.

This also adds a section for the entropy panel to maintain its
toggle-ability. This is an empty section because it does not have any
sidebar options.
This color is now used for more than just the unselected background.
I chose the title "Display" even though it is called "layout" in the
state because "Layout" is already used to describe tree layout, and I
didn't want translations to conflict.

I also contemplated putting this control at the top. However, its
conditional rendering worsens usability upon toggling panel visibility,
as the scroll position is changed due to its placement above the
toggles.
@victorlin victorlin temporarily deployed to auspice-victorlin-move--smhs4h November 13, 2023 22:46 Inactive
@victorlin
Copy link
Member Author

Force-pushed two more design touch-ups:

  1. Move full/grid display control back to the bottom, since its conditional rendering when placed at the top worsens usability (noted in 404e2d4).
  2. Prevent the option-less Entropy section from showing a pointer on hover.

Copy link
Member

@jameshadfield jameshadfield left a comment

Choose a reason for hiding this comment

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

I haven't re-reviewed the code changes, but UI-3 is working well and, judging by the commentary on slack, looks good to merge!

@victorlin victorlin merged commit 4e2de85 into master Nov 14, 2023
17 of 18 checks passed
@victorlin victorlin deleted the victorlin/move-panel-toggles branch November 14, 2023 22:33
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.

4 participants