Open Issues Need Help
View All on GitHub add `SignalExt::component_changed` and `JonmoBuilder::component_signal_from_component_changed` about 1 month ago
AI Summary: The task is to add two new methods: `SignalExt::component_changed` which creates a signal that emits whenever a specified component on an entity changes, and `JonmoBuilder::component_signal_from_component_changed` which simplifies the process of using `component_changed` within the JonmoBuilder API. The implementation should mirror the existing `JonmoBuilder::signal_from_component_changed` method, adapting it to work with the new `SignalExt` method.
Complexity:
3/5
good first issue
add `SignalMapExt::switch_signal_map`, `SignalMapClone`, `SignalMapEither`, and `SignalMapExt::boxed_clone` about 1 month ago
good first issue
add `smart_replace` method for `MutableVec` and `MutableBTreeMap` for avoiding spurious `.replace`s about 1 month ago
good first issue