As in the Deck app, it could be nice to hide the left panel (with accounts and folders) to bring more space for messages list and message on little screen.
Thanks
This will be in one of the next releases, just needs the change from the Vue components to come in. Correct @skjnldsv @ma12-co?
Yes, still not released! :)
Nice ! Thank you :-)
The support for it will come in that pr, but each app has to keep track of the user's preference on this and handle the navigation open state. So this needs to be done in mail!
Also in the component we still haven't provided an initialState prop, so the closing for now has to happen right after mounting the navigation by emitting an event, which is weird in my opinion!
The support for it will come in that pr, but each app has to keep track of the user's preference on this and handle the navigation open state.
Nope, we said we'll tackle this in the vue components too :)
Seems better this way I think.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Atm the navigation is collapsible but the user's choice is not remembered.
Most helpful comment
This will be in one of the next releases, just needs the change from the Vue components to come in. Correct @skjnldsv @ma12-co?