gpui-component/crates/ui/src/list
Jason Lee 78ce573a52
list, table: Refactor to control loading by use delegate. (#562)
- Add `loading` method to `ListDelegate` and `TableDelegate` to control
loading view display.

## Break Changes

- Remove `loading`, `set_loading` method from List and Table, use
`loading` method in delegate instead.
2025-01-21 20:33:37 +08:00
..
list.rs list, table: Refactor to control loading by use delegate. (#562) 2025-01-21 20:33:37 +08:00
list_item.rs color: Add mix method and merge ColorExt to Colorize. (#561) 2025-01-21 18:31:01 +08:00
loading.rs list, table: Add default loading animation to List and Table. (#546) 2025-01-14 11:36:33 +08:00
mod.rs list, table: Add default loading animation to List and Table. (#546) 2025-01-14 11:36:33 +08:00