gpui-component/crates/app
Jason Lee 2836540260
scrollbar: Improve scrollbar behaviour. (#481)
- Only show scroll when recent scrolled.
- Keep showing scrollbar when is visible and hovered on.
- Delay 3s to fade out.
- If not visible, do not handle mouse down event.
- Add `cx.theme().scrollbar_show` option to control scrollbar show
`[Hover, Scrolling]`, default: `Scrolling`.

Close #472

![CleanShot 2024-12-10 at 15 43
43](https://github.com/user-attachments/assets/17e5f46a-5602-4544-9a5c-82ec68a24dd4)
2024-12-10 16:18:38 +08:00
..
src scrollbar: Improve scrollbar behaviour. (#481) 2024-12-10 16:18:38 +08:00
Cargo.toml dock: Add add_panel method to add panel to DockArea. (#440) 2024-11-27 11:27:04 +08:00