Tiebe / Otarium

Open-source, mutliplatform alternative to the Magister app
MIT License
3 stars 0 forks source link

Add message handling features to home screen #85

Closed Tiebe closed 8 months ago

Tiebe commented 1 year ago

This commit introduces several features related to message handling on the home screen. A new MessageTopAppBar has been added, which allows users to navigate back, delete messages, move messages to a folder, reply to messages and forward messages. The commit also introduces logic for deleting a message in the MessageComponent file, though the actual implementation is not yet complete. The home screen layout has been adjusted to accommodate the new app bar. Besides these, icons for the 'reply' and 'share' features have been introduced.