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
327 stars 75 forks source link

Appgrid the right way #3260

Open chibenwa opened 2 weeks ago

chibenwa commented 2 weeks 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 2 weeks ago

Cf @hoangdat @guimard