gpui-component/crates/story/src
Jason Lee 7a8eaefd30
story: Add very complex table data update example to test performance. (#274)
The example that used: 6000 rows x 60 cols, and refresh data every
100ms.

The CPU usage: 40% (macOS M4)


https://github.com/user-attachments/assets/40d6c64f-c658-4c7a-9251-fb76e17ec543
2024-09-26 19:40:07 +08:00
..
fixtures Add SvgImg to render svg, and with a Chart example (#13) 2024-07-03 19:09:59 +08:00
button_story.rs button: Reduce px for compact small button. (#271) 2024-09-25 21:48:44 +08:00
calendar_story.rs modal: Improve Modal and Panel focus handle. (#238) 2024-09-12 19:51:33 +08:00
dropdown_story.rs list: Add set_size method to List and fix input size in small dropdown. (#246) 2024-09-16 19:57:49 +08:00
icon_story.rs dock: Add zoomable support to Panel. (#269) 2024-09-24 22:37:29 +08:00
image_story.rs modal: Improve Modal and Panel focus handle. (#238) 2024-09-12 19:51:33 +08:00
input_story.rs modal: Improve Modal and Panel focus handle. (#238) 2024-09-12 19:51:33 +08:00
lib.rs dock: Add zoomable support to Panel. (#269) 2024-09-24 22:37:29 +08:00
list_story.rs list: Add render_initial support to List. (#258) 2024-09-21 01:53:32 +08:00
modal_story.rs modal: Only focus modal when it not focused on. (#250) 2024-09-17 18:48:06 +08:00
popup_story.rs popover: Fix PopoverContent content build to use ViewContext<Self>. (#254) 2024-09-19 10:54:04 +08:00
progress_story.rs modal: Improve Modal and Panel focus handle. (#238) 2024-09-12 19:51:33 +08:00
resizable_story.rs modal: Improve Modal and Panel focus handle. (#238) 2024-09-12 19:51:33 +08:00
scrollable_story.rs modal: Improve Modal and Panel focus handle. (#238) 2024-09-12 19:51:33 +08:00
switch_story.rs modal: Improve Modal and Panel focus handle. (#238) 2024-09-12 19:51:33 +08:00
table_story.rs story: Add very complex table data update example to test performance. (#274) 2024-09-26 19:40:07 +08:00
text_story.rs Try fix Button, Checkbox, Radio text line-height (#240) 2024-09-16 10:36:18 +08:00
tooltip_story.rs dock: Add zoomable support to Panel. (#269) 2024-09-24 22:37:29 +08:00
webview_story.rs modal: Improve Modal and Panel focus handle. (#238) 2024-09-12 19:51:33 +08:00