Miuix 界面Demo
测试版
5
下载
0
讨论
8
收藏
new_releases 更新日志
New CI from compose-miuix-ui/miuix
Version: v1.0.9-fd5362ce (1126)
Commit message:
feat: implement BreadcrumbBar (#371)
* feat: implement BreadcrumbBar
* fix: scroll-to-highlight
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Clean up BreadcrumbBar imports
* fix: rememberScrollState import
* width constrain of an item
* docs: clarify BreadcrumbBar can be scrolled when disabled
* docs: clarify ability of using without highlight
* use positionInParent instead of positionInRoot
* doc jobs
* revert: roll back scroll-to-highlight and positionInParent
回滚两个破坏了定位高亮的提交
- ceb8a0ce "fix: scroll-to-highlight":每次 `highlightIndex` 变化时重置 `positioned` 导致自动滚动被延迟到下一次拖拽手势;合并为单个以坐标为 key 的 `LaunchedEffect` 导致用户拖拽释放后被继续拉回高亮位置
- 6a9b7183 "use positionInParent instead of positionInRoot":`positionInParent()` 会偏我不知道为什么
恢复原有的双 `LaunchedEffect` 方案
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply....
description 应用介绍
Miuix Jetpack Composs界面库 的Demo