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
For the intro pages, I'd keep the current file layout (IntroPage subclass with nested Composables and Model) for now.
However UI (rendering state + producing events) and UI logic (ViewModel to produce state) should be separated. In case of OpenSourcePage I think there will be not much to do.
The text was updated successfully, but these errors were encountered:
For the intro pages, I'd keep the current file layout (
IntroPage
subclass with nested Composables and Model) for now.However UI (rendering state + producing events) and UI logic (ViewModel to produce state) should be separated. In case of
OpenSourcePage
I think there will be not much to do.The text was updated successfully, but these errors were encountered: