gpui-component/crates/app/src
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
..
app_state.rs Add Dock & Panel (#10) 2024-07-01 14:20:56 +08:00
assets.rs First commit, with Button UI. 2024-06-13 21:46:28 +08:00
main.rs Improve layout save details for example app. 2024-09-09 14:03:51 +08:00
story_workspace.rs scrollbar: Improve scrollbar behaviour. (#481) 2024-12-10 16:18:38 +08:00