- Rename `TextField` -> `SingleLineInput` - Add a component preview for `SingleLineInput` - Apply `SingleLineInput` to the AddContextServerModal Release Notes: - N/A --------- Co-authored-by: Agus Zubiaga <hi@aguz.me> Co-authored-by: Danilo Leal <daniloleal09@gmail.com> Co-authored-by: Danilo Leal <67129314+danilo-leal@users.noreply.github.com>
26 lines
422 B
TOML
26 lines
422 B
TOML
[package]
|
|
name = "ui_input"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/ui_input.rs"
|
|
|
|
[dependencies]
|
|
component.workspace = true
|
|
editor.workspace = true
|
|
gpui.workspace = true
|
|
linkme.workspace = true
|
|
settings.workspace = true
|
|
theme.workspace = true
|
|
ui.workspace = true
|
|
workspace-hack.workspace = true
|
|
|
|
[features]
|
|
default = []
|