
https://github.com/user-attachments/assets/0be12a9a-f6ce-4eca-90de-6ef01eb41ff9 - Allows the active ComponentPreview page to be restored via serialization - Allows filtering components using a filter input - Updates component example rendering - Updates some components Release Notes: - N/A --------- Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
31 lines
599 B
TOML
31 lines
599 B
TOML
[package]
|
|
name = "component_preview"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/component_preview.rs"
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[dependencies]
|
|
client.workspace = true
|
|
collections.workspace = true
|
|
component.workspace = true
|
|
gpui.workspace = true
|
|
languages.workspace = true
|
|
notifications.workspace = true
|
|
project.workspace = true
|
|
ui.workspace = true
|
|
ui_input.workspace = true
|
|
workspace-hack.workspace = true
|
|
workspace.workspace = true
|
|
db.workspace = true
|
|
anyhow.workspace = true
|
|
serde.workspace = true
|