Skip to content
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

Material navigation helpers #615

Merged
merged 32 commits into from
Oct 17, 2023
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
d686625
Add basic bottom nav
zsoltk Jul 29, 2023
ab6991c
Material3
zsoltk Jul 29, 2023
44418d9
Add basic nav bar sample
zsoltk Sep 11, 2023
127cffa
Log bounds change
zsoltk Sep 12, 2023
7f8fc04
Add module :utils:material3
zsoltk Oct 5, 2023
ba96b1b
Add own WindowSizeClass
zsoltk Oct 5, 2023
43f5e99
Add AppyxNavItem definition
zsoltk Oct 5, 2023
3946f76
Add AppyxMaterialNavNode
zsoltk Oct 5, 2023
d7d74d8
Add icons
zsoltk Oct 5, 2023
f1b39f6
Imlement nav config for :demos:appyx-navigation
zsoltk Oct 5, 2023
95a0cb8
Use new nav node as entry point
zsoltk Oct 5, 2023
0f006e0
Fix window title
zsoltk Oct 5, 2023
c621ff4
Add documentation
zsoltk Oct 5, 2023
e8dff40
Rename package to material3
zsoltk Oct 5, 2023
aa74138
Allow overriding animationSpec & motionController
zsoltk Oct 5, 2023
426937e
Clarify imports
zsoltk Oct 5, 2023
1c4f74e
Open class
zsoltk Oct 5, 2023
a7f0177
Cleanup :demos:appyx-interactions, make it use :utils:material3
zsoltk Oct 5, 2023
aa99ff7
Merge branch '2.x' into material-nav
zsoltk Oct 6, 2023
9357348
Update name references of MotionController to Visualisation
zsoltk Oct 6, 2023
f00dc79
Rename file to match class name
zsoltk Oct 6, 2023
11831af
Lift out param to shorten line
zsoltk Oct 6, 2023
c6f1f08
Remove empty block
zsoltk Oct 6, 2023
938bc24
Replace magic number
zsoltk Oct 6, 2023
ac0bc32
Update CHANGELOG.md
zsoltk Oct 6, 2023
c8cae30
Fix dependencies for projectHealth
zsoltk Oct 6, 2023
db1d906
Allow overriding default selected element directly
zsoltk Oct 6, 2023
eadba4a
Allow overriding default selected element directly
zsoltk Oct 6, 2023
0b5c8da
Make Spotlight.activeIndex a StateFlow
zsoltk Oct 13, 2023
f6a7d23
Add Spotlight.activElement StateFlow
zsoltk Oct 13, 2023
9934672
Make activeElement nullable to reflect items can be empty
zsoltk Oct 13, 2023
04b9c61
Add new test
zsoltk Oct 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove empty block
  • Loading branch information
zsoltk committed Oct 6, 2023
commit c6f1f0809491974590ecab5ff21f4227923822e2
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ class MainNavNode(
buildContext = buildContext,
navTargets = MainNavItem.values().toList(),
navTargetResolver = MainNavItem.resolver
) {
}
)