Move all UI logic into the Ui class
Previsouly parts of the logic were in the OmemoButton and OmemoMenu classes. This commit moves them all into the main Ui class and thus makes it easier to reuse the functionality in other places. It also extracts some common actions into their own functions.
Please register or sign in to comment