poppingmoon / aria

A cross-platform Misskey client built with Flutter
https://misskey.io/@aria_app
GNU Affero General Public License v3.0
113 stars 4 forks source link

feat: add option to show drawer button in tab bar #262

Closed poppingmoon closed 3 months ago

poppingmoon commented 3 months ago

The drawer button at the left of the tab bar was removed in #202 because it introduced an FAB with the same functionality. However, the FABs will not appear while a post form is open, it needs two taps to open the menu, which is inconvenient.

This PR adds an option to show the button in the tab bar as before. If the option is enabled, the button is available regardless of whether the post form is open.