* Update titleView constraints to fit the nav bar
* Rewrite the logic
* Always update the title view contraints to fit
* Rename titleview constraints function
* Address comments
* Silence constraints warning
To make the build errors and test results little bit more human readable lets start using xcbeautfiy in our ci.
lets remove CI checks for couple of branches we don't have any more like fluent-token.
Our CI runs lot of different flavors but i don't think it is all necessary. We can't build and test the demo app without the fluent library builds. Most of the time we just need to ensure our release iOS device builds correctly which isn't as common for normal development cycle.
* ListItem initial MVP (#1845)
Setup new control for ListItem that is a SwiftUI version of MSFTableViewCell
* List Item Demo Setup (#1853)
Setup demo app to show List Item.
* [ListItem] Add support for leading content size in tokens (#1855)
* support custom view size
* fix list item modifiers to not use an @ObservedObject
* rename file
* XCTests for ListItem (#1858)
* update test app to have controls to change swiftui view
* setup all XCTests
* MVP of List Action Item (#1857)
* add List Action Item
* ListActionItem XCTests and demo (#1861)
* add demo and XC tests for listactionitem
* [ListItem] Support VoiceOver (#1864)
* support VoiceOver
* add modifier for handling accessibility element of trailing content
* [ListItem] fix spacing and provide background color API (#1876)
* [ListItem] fix horizontal spacing
* Add static func for getting the list background color
* Bottom Commanding more button is showing up unexpectedly
* Set preferredContentSize after constraining tableview to ensure correct tableHeaderView layout
* Move avatarsToDisplay to computed var
* Add new strings
* Combine children
* Build label
* Set label
* Fix whitespace
* Add comment for localization context
* Use cached var for count
* Add token set
* Conform to TokenizedControlInternal
* Replace constants
* Fix header height
* Fix tvc image color not being used
* the rest of the owl
* Fix background token
* Fix bottom bar top spacing
* Move demo
* Move updat to viewWillAppear
* Implement leading image for both title and subtitle
* Add check to UINavigationItem + hide avatar
* Use showsProfileButton to hide avatar
* Add preconditionFailure
* Include title image in the preconditionFailure
* Cleanup
* Add demo
* Set maximumContentSizeCategory
* Cleanup containingStackView setup
* Add comments
* Added border shadows for Primary and Secondary style Fluent buttons
* Extended the button border shadows to also include the previously left out button styles - acrylic and borderless
* Revert "Extended the button border shadows to also include the previously left out button styles - acrylic and borderless"
This reverts commit 2872699a72.
* added comments
* whitespace sanitization + converted colorset from decimal to hex to match figma