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
When the keyboard loading process was designed, I was pretty new to vue and vuex, so the keyboard loading process is quite confusing and easy to follow. Transitioning from non-vue code, made this even messier. It would be a good time to look at the keyboard metadata loading process and redesign, so that
the flow is clearer
it's better documented
it's easier to maintain
Right now it's a bit of a spaghetti mess of promises, while we wait for async tasks for finish
The text was updated successfully, but these errors were encountered:
Information
Description
When the keyboard loading process was designed, I was pretty new to vue and vuex, so the keyboard loading process is quite confusing and easy to follow. Transitioning from non-vue code, made this even messier. It would be a good time to look at the keyboard metadata loading process and redesign, so that
Right now it's a bit of a spaghetti mess of promises, while we wait for async tasks for finish
The text was updated successfully, but these errors were encountered: