gpui-component/crates/story/examples
Jason Lee 945db0be56
dialog: Rename Modal to Dialog. (#1538)
## Break Change

- Renamed `Modal` to `Dialog`.

```diff
- window.open_modal(...)
+ window.open_dialog(...)

- window.close_modal(...);
+ window.close_dialog(...);
```

- Renamed `show_close` method to `close_button` in Dialog.
```diff
- .show_close(false)
+ .close_button(true)
```
2025-11-07 17:25:55 +08:00
..
fixtures editor: Add document_colors LSP. (#1329) 2025-10-06 18:08:12 +08:00
brush.rs story: Add interactive brush drawing canvas (#1370) 2025-10-15 15:27:59 +08:00
dock.rs dialog: Rename Modal to Dialog. (#1538) 2025-11-07 17:25:55 +08:00
editor.rs dialog: Rename Modal to Dialog. (#1538) 2025-11-07 17:25:55 +08:00
html.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
large-text.rs dialog: Rename Modal to Dialog. (#1538) 2025-11-07 17:25:55 +08:00
markdown.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
tiles.rs dialog: Rename Modal to Dialog. (#1538) 2025-11-07 17:25:55 +08:00
webview.rs chore: Fix webview example (#1360) 2025-10-13 10:10:35 +08:00