-
Notifications
You must be signed in to change notification settings - Fork 75
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
Workflow Editor phase 2, part 1: Task Funnel #7245
base: master
Are you sure you want to change the base?
Conversation
…drop targets and vertical margins of active + wfversion labels
Thanks for the detailed items, @seanmiller26 ! OK, here's an update as of 44b180a:
Did I miss anything? As usual, the preview's up at https://pr-7245.pfe-preview.zooniverse.org/lab/1982/workflows/editor/3711?env=staging |
PR UpdateCome to think of it, I'm now confident that this PR is ready for review. Let's go! What to expect from this PR:
Note that a number of obvious improvements (e.g. page numbers) are queued for a separate PR, and that will follow issue #7241 TestingFor @seanmiller26: keep on reviewin' the way you've been reviewin' 👍 For devs:
StatusReady for review |
Derp, minor note: I only JUST pushed commit ab27a4d which added the Workflow Tab hover code. That was sitting on my local dev for the past day. 🤦 |
PR Overview
Part of: Workflow Editor (aka Pages Editor) project phase 2
Related issue: #7240
Staging branch URL: https://pr-7245.pfe-preview.zooniverse.org/lab/1982/workflows/editor/3711?env=staging
This PR is the first in a series of updates for the Workflow Editor project, phase 2. In this PR specifically, we're updating the UI to match Sean's new designs described in 7240 - a lot of the header elements have been redesigned.
Components:
<WorkflowHeader>
will now be split into multiple smaller components.Also:
Status
WIP