mirror of
https://github.com/enso-org/enso.git
synced 2024-12-26 00:31:42 +03:00
eef0738f63
This PR extends the Component Group Entry with icon and option to highlight the text. Here the convert has highlighted "con". https://user-images.githubusercontent.com/3919101/169046537-4f8b823c-322e-40dc-8abb-24d1d7092341.mp4 ### Important Notes Although this PR includes effort for adjusting Component Group style to better reflect the design, it is not entirely finished: the selection still works badly and will be fixed in another PR.
15 lines
431 B
TOML
15 lines
431 B
TOML
[package]
|
|
name = "debug-scene-icons"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
ensogl = { path = "../../../../../lib/rust/ensogl" }
|
|
ensogl-hardcoded-theme = { path = "../../../../../lib/rust/ensogl/app/theme/hardcoded" }
|
|
ide-view-component-group = { path = "../../component-browser/component-group" }
|
|
wasm-bindgen = { version = "=0.2.78" }
|