mirror of
https://github.com/enso-org/enso.git
synced 2024-12-20 17:01:36 +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
369 B
TOML
15 lines
369 B
TOML
[package]
|
|
name = "enso-debug-scene"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
debug-scene-component-group = { path = "component-group" }
|
|
debug-scene-icons = { path = "icons" }
|
|
debug-scene-interface = { path = "interface" }
|
|
debug-scene-visualization = { path = "visualization" }
|