linagora / tmail-flutter

A multi-platform (Flutter) application for reading your emails, with your favorite devices, using the JMAP protocol!
GNU Affero General Public License v3.0
323 stars 73 forks source link

Appgrid the right way #3260

Open chibenwa opened 22 hours ago

chibenwa commented 22 hours ago

Summary

Because the app grid is currently hard coded we are better off removing it: https://github.com/linagora/tmail-flutter/issues/3258

Yet it is usefull to see 'related apps' to ease their instalation.

Backend offered a means for admins to hint users into chossing related apps using .well-known/linagora-ecosystem: https://github.com/linagora/tmail-backend/issues/1289

When disabled show no mobile app grid.

When enabled show the mobile app grid based on it:

chibenwa commented 22 hours ago

Cf @hoangdat @guimard