These changes introduce a good architectural change. Buyer and seller screen are now generated from a mutual mixin's code, and they only change what happens on tapping of the first option.
Basically, the app works the same, but the main menu generation is somewhat different (in a better way).
This is going to make it much simpler to maintain main screen code.
These changes introduce a good architectural change. Buyer and seller screen are now generated from a mutual mixin's code, and they only change what happens on tapping of the first option.
Basically, the app works the same, but the main menu generation is somewhat different (in a better way).
This is going to make it much simpler to maintain main screen code.
Closes #25.