-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
QA page details #1656
QA page details #1656
Conversation
- improves overflow issues at smaller screen sizes - adds icons to buttons - updates text & layout to match mocks - changes primary button & button options depending on if there's a qa run available - adds a loading state for qa run status & buttons - updates <btrix-crawl-status> with a `type` param allowing for crawls, uploads, and QA runs
Change "Ready for Review" to "Complete" Co-authored-by: sua yoo <[email protected]>
- Paginates QA tab page list - Sort QA tab page list by title, URL, comments, and approval; displays all sortable fields - Standardizes page "reviews" -> "approvals" - Standardizes crawl review rating labels - Displays only latest comment in review page list --------- Co-authored-by: emma <[email protected]>
- improves overflow issues at smaller screen sizes - adds icons to buttons - updates text & layout to match mocks - changes primary button & button options depending on if there's a qa run available - adds a loading state for qa run status & buttons - updates <btrix-crawl-status> with a `type` param allowing for crawls, uploads, and QA runs
Change "Ready for Review" to "Complete" Co-authored-by: sua yoo <[email protected]>
- Paginates QA tab page list - Sort QA tab page list by title, URL, comments, and approval; displays all sortable fields - Standardizes page "reviews" -> "approvals" - Standardizes crawl review rating labels - Displays only latest comment in review page list --------- Co-authored-by: emma <[email protected]>
4ee12a3
to
6d18554
Compare
…order/browsertrix-cloud into frontend-qa-overview-page
Related #1663 Increases rating scale from 3 to 5. --------- Co-authored-by: emma <[email protected]>
Partially addresses #1651 ### Changes - Disables review actions if analysis is running - Enables downloading run - Enables stopping and canceling runs - Minor refactor to create and implement `btrix-menu-item-link` for download menu option - Hides canceled QA runs from dropdown --------- Co-authored-by: emma <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! Minor feedback.
This comment was marked as resolved.
This comment was marked as resolved.
…order/browsertrix-cloud into frontend-qa-overview-page
- make analysis run naming consistent - allow deletion dialog to always render, allowing for animation on initial enter - make button styling in dialog consistent, using filled danger style for delete and neutral style for cancel
…order/browsertrix-cloud into frontend-qa-overview-page
@SuaYoo re: tab and alert messages, should we unify the styling of the tag and alert warnings? I feel like it'd make sense for both to use the same amber colours and borders etc. cc @Shrinks99 |
Yep that should be pretty quick change to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Changes
<btrix-crawl-status>
with atype
param allowing for crawls, uploads, and QA runs<btrix-alert>
to match<sl-tag>
stylingFeatures
I'd like to refactor a bunch of this code in a follow-up PR once this is merged.