You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a system to allow for "dynamic bindings" in a declarative manner.
We currently allow for the inspection of bindings to generate a footer, but there is currently no way of updating those bindings once created.
Bindings should be associated with actions. Actions will grow a decorator that exposes parameters such as show, active and description. This decorator creates watchers for those reactives which ultimately update the footer, via a signal.
We need a system to allow for "dynamic bindings" in a declarative manner.
We currently allow for the inspection of bindings to generate a footer, but there is currently no way of updating those bindings once created.
Bindings should be associated with actions. Actions will grow a decorator that exposes parameters such as
show
,active
anddescription
. This decorator creates watchers for those reactives which ultimately update the footer, via a signal.Here's a rough sketch of the interface:
action_
naming convention.^f
rather thanctrl+f
This is a fairly involved task, because it does touch a lot of areas. But a big improvement I think!
The text was updated successfully, but these errors were encountered: