enso/lib/rust
Mateusz Czapliński dcd084eb07
Fix colors in Component List Panel View (#3565)
Fixes missing colors in the `component_list_panel_view` demo scene.

https://www.pivotaltracker.com/story/show/180892146/comments/232101261 (see: *"2. All groups in the demo scene look gray."*).

#### Visuals

Before:

<img width="450" alt="Screenshot 2022-07-06 at 16 07 29" src="https://user-images.githubusercontent.com/273837/177569995-e293ac58-69de-4fd3-bae6-22883047ae89.png">
<img width="441" alt="Screenshot 2022-07-06 at 16 08 06" src="https://user-images.githubusercontent.com/273837/177570026-e09c3b27-023d-4f56-9bd0-50ef3e8d225b.png">

After (the component groups are randomized in the demo scene, so the column heights may not align with the "before" screenshots):

<img width="445" alt="Screenshot 2022-07-06 at 16 02 04" src="https://user-images.githubusercontent.com/273837/177570107-accc94ed-42b3-465b-93d6-271914377e91.png">
<img width="459" alt="Screenshot 2022-07-06 at 16 02 28" src="https://user-images.githubusercontent.com/273837/177570213-18b94f7e-23d8-4d29-b15d-ccfdd9c41e07.png">
2022-07-07 08:29:55 +00:00
..
automata New IDE build script (#3466) 2022-05-23 04:16:04 +02:00
build-utils Linting codebase 2022-03-10 05:32:33 +01:00
callback Linting codebase 2022-03-10 05:32:33 +01:00
code-builder Linting codebase 2022-03-10 05:32:33 +01:00
config-reader New IDE build script (#3466) 2022-05-23 04:16:04 +02:00
data-structures Parser improvements (#3549) 2022-07-01 05:42:29 +02:00
debug-api Multi Component Group Wrapper (#3473) 2022-06-08 11:06:36 +00:00
ensogl Pan camera to created nodes. (#3552) 2022-07-06 10:33:35 +00:00
frp Fix colors in Component List Panel View (#3565) 2022-07-07 08:29:55 +00:00
fuzzly Linting codebase 2022-03-10 05:32:33 +01:00
generics New IDE build script (#3466) 2022-05-23 04:16:04 +02:00
json-rpc Virtual Component Groups in the Hierarchical Action List (1/2) (#3488) 2022-06-03 17:18:20 +00:00
launcher-shims New IDE build script (#3466) 2022-05-23 04:16:04 +02:00
logger New IDE build script (#3466) 2022-05-23 04:16:04 +02:00
macro-utils New IDE build script (#3466) 2022-05-23 04:16:04 +02:00
metamodel Parser: Transpile Rust AST types to Java types (#3555) 2022-07-07 04:46:42 +02:00
optics New IDE build script (#3466) 2022-05-23 04:16:04 +02:00
parser Parser: Transpile Rust AST types to Java types (#3555) 2022-07-07 04:46:42 +02:00
prelude Parser: Transpile Rust AST types to Java types (#3555) 2022-07-07 04:46:42 +02:00
profiler Symbol unregistration (#3507) 2022-06-15 03:54:59 +00:00
reflect Parser: Transpile Rust AST types to Java types (#3555) 2022-07-07 04:46:42 +02:00
shapely Parser: Transpile Rust AST types to Java types (#3555) 2022-07-07 04:46:42 +02:00
shortcuts New IDE build script (#3466) 2022-05-23 04:16:04 +02:00
text New IDE build script (#3466) 2022-05-23 04:16:04 +02:00
types Parser: Transpile Rust AST types to Java types (#3555) 2022-07-07 04:46:42 +02:00
web Profiling batch mode (#3428) 2022-05-10 19:34:40 +00:00