corbindavenport / share-to-mastodon

Browser extension for sharing links and tabs to Mastodon (and other Fediverse platforms)
https://chrome.google.com/webstore/detail/bibnjflclpdmbbcncejifemmbggkcjde
GNU General Public License v3.0
60 stars 0 forks source link

Multi-server support #2

Closed corbindavenport closed 1 year ago

corbindavenport commented 1 year ago

Support for saving more than one server has been requested by a few people: https://lingo.lol/@toran/109557221043219523

Not sure what the best UX for this would be yet. Maybe for people with more than one server, the popup could open a list of saved servers, then clicking one would redirect to the share prompt. If there's only one server, there could still be an interstitial that shows a loading message, to indicate the user is waiting on the remote server and the extension isn't slow/broken.

corbindavenport commented 1 year ago

If there's an interstitial page with links to each saved server, it might be a good idea to use rel="preconnect" to reduce the amount of time the popup is stuck on a blank page: https://3perf.com/blog/link-rels/#preconnect

corbindavenport commented 1 year ago

This is now rolling out in the 2.0 update.