-
-
Notifications
You must be signed in to change notification settings - Fork 5
SF-3597 Enable draft options feature flag and remove beta label #3499
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3499 +/- ##
==========================================
- Coverage 82.31% 82.30% -0.01%
==========================================
Files 613 613
Lines 36877 36877
Branches 6022 6041 +19
==========================================
- Hits 30354 30352 -2
+ Misses 5642 5629 -13
- Partials 881 896 +15 ☔ View full report in Codecov by Sentry. |
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. Just one minor comment!
@pmachapman reviewed 4 of 4 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @pmachapman)
src/SIL.XForge.Scripture/ClientApp/src/app/navigation/navigation.component.scss
line 99 at r1 (raw file):
} .nav-label {
.nav-label
also appears in the block:
&.activated-nav-item,
&.active {
background-color: var(--sf-navigation-list-item-active-background-color);
--mdc-list-list-item-label-text-color: var(--sf-navigation-list-item-active);
--mdc-list-list-item-hover-label-text-color: var(--sf-navigation-list-item-active);
--mdc-list-list-item-focus-label-text-color: var(--sf-navigation-list-item-active);
.nav-label {
background-color: var(--sf-navigation-list-item-active);
color: var(--sf-navigation-list-item-active-background-color);
}
}
Do you want to remove it there also?
Code quote:
.nav-label {
Thanks for the catch. Why did you add |
303e22e
to
1eac8a5
Compare
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.
Reviewable status: 3 of 4 files reviewed, 1 unresolved discussion (waiting on @pmachapman)
src/SIL.XForge.Scripture/ClientApp/src/app/navigation/navigation.component.scss
line 99 at r1 (raw file):
Previously, pmachapman (Peter Chapman) wrote…
.nav-label
also appears in the block:&.activated-nav-item, &.active { background-color: var(--sf-navigation-list-item-active-background-color); --mdc-list-list-item-label-text-color: var(--sf-navigation-list-item-active); --mdc-list-list-item-hover-label-text-color: var(--sf-navigation-list-item-active); --mdc-list-list-item-focus-label-text-color: var(--sf-navigation-list-item-active); .nav-label { background-color: var(--sf-navigation-list-item-active); color: var(--sf-navigation-list-item-active-background-color); } }Do you want to remove it there also?
Done.
@Nateowami Just to stop an accidental merge by someone else. |
@pmachapman Should we have a "don't merge" label and then explain why in the PR? |
We can...Maybe the chat history will be enough! Sorry for the distraction! |
Not a problem; label created. |
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.
@pmachapman reviewed 1 of 1 files at r2, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @Nateowami)
Creating this PR a little before we're actually ready to merge it (there are outstanding changes to merge before we enable this feature), in hopes of having it reviewed and ready to test sooner.
This change is