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
Currently the Vue components for input widgets are built, but can't be used for the back-and-forth with the backend API. When I wrote them, I didn't fully understand Vue's intended approach, but @FuriouZz has since informed me about v-model. This issue involves going back to make some small refactoring changes so the widget components can be used by their parent components in a way that communicates with the Rust backend.
Blocking #184 which is an important feature for Sprint 5.
The text was updated successfully, but these errors were encountered:
@FuriouZz would you be willing to take this on? I can assign it to you if so. I think, since it's mostly just cleanup, it shouldn't be too time consuming.
Currently the Vue components for input widgets are built, but can't be used for the back-and-forth with the backend API. When I wrote them, I didn't fully understand Vue's intended approach, but @FuriouZz has since informed me about v-model. This issue involves going back to make some small refactoring changes so the widget components can be used by their parent components in a way that communicates with the Rust backend.
Blocking #184 which is an important feature for Sprint 5.
The text was updated successfully, but these errors were encountered: