-
Notifications
You must be signed in to change notification settings - Fork 172
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
Merge NavBar feature branch into main #1731
Merged
amgleitman
merged 230 commits into
microsoft:main
from
amgleitman:navbar-merge-main-2023-05-04-minus-1699
May 15, 2023
Merged
Merge NavBar feature branch into main #1731
amgleitman
merged 230 commits into
microsoft:main
from
amgleitman:navbar-merge-main-2023-05-04-minus-1699
May 15, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… for color changes in microsoft#1539
Add support for two-line navigation bar titles
11 tasks
This reverts commit 24ee01c. Despite the larger binary size, `activate([])` has better performance.
Rewrite TwoLineTitleView to use autolayout
Decouple `Label` and `TextColorStyle`
…hub.com/amgleitman/fluentui-apple into navbar-merge-main-2023-05-04-minus-1699
Looks like there are some issues with the pod validation:
|
laminesm
approved these changes
May 15, 2023
laminesm
approved these changes
May 15, 2023
I'm guessing this is because TwoLineTitleView depends on the UINavigationItem extensions from Navigation. We may have to try to reorganize some things. |
11 tasks
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Platforms Impacted
Description of changes
This brings all the navigation bar enhancements into the main branch, including the ability to host two-line title views and tokenization.
This change also includes two new features that ended up being requirements: an autolayout-based
TwoLineTitleView
and a decoupling ofTextColorStyle
fromLabel
.This change involved a temporary revert of #1699 (with 5af0153) because it didn't play nicely with
TwoLineTitleView
's manual layout mechanism. Naturally, this is a moot point now.Binary change
As of f85784a:
Total increase: 859,384 bytes
Total decrease: -184,072 bytes
Full breakdown
Verification
Validated the following scenarios:
Label
,TwoLineTitleView
, andNavigationBar
levelsThere are several screenshots in the documentation folder to give you an idea of what our new navigation bars look like.
Pull request checklist
This PR has considered:
Microsoft Reviewers: Open in CodeFlow