Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Host an instance of standalone masto-fe and recommend it in clients list #3619

Open
tsmethurst opened this issue Dec 11, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@tsmethurst
Copy link
Contributor

Iceshrimp has made available a standalone version of the Mastodon frontend client that works very nicely for GoToSocial instances, barring a couple 404s for API endpoints we haven't stubbed yet:

It might be nice if we host our own instance of the standalone frontend at something like masto-fe.gotosocial.org, and then add it to our "try these clients" list, as a way of easing the way for people who are used to Mastodon and want to try GtS.

@tsmethurst tsmethurst added the enhancement New feature or request label Dec 11, 2024
@rkingett
Copy link

Does Glitch have something like this? Because the Mastodon front end has some embarrassing accessibility issues while logged in, such as the main navigation links, home, notifications, edit profile link, aren't labeled and appear as empty links and the search button isn't even labeled, and Glitch and even Hometown patched these up long ago!

@Fastidious
Copy link

It worth noting that that Masto-FE is not the front end on the current Mastodon version. It seems to be based on Mastodon version 3.5. People used to Mastodon interface might still find it awkward.

@tsmethurst
Copy link
Contributor Author

@rkingett I think the standalone masto-fe is based on Glitch :) You can try the version hosted by iceshrimp now at https://masto-fe.iceshrimp.dev, logging in with either your Mastodon account or a GoToSocial account, and see how it is screenreader-wise. Would be good to have some feedback on that before we go recommending it :)

@rochacbruno
Copy link

@tsmethurst I tested it yesterday and I found it interesting that it has Local Only as an option but I tried and did not work.

https://masto-fe.iceshrimp.dev/@bruno/01JETZ3BK51GWJ61KY6ZAN5WG7

Is that supported? as far as I understood the local-only marker for this client is adding the 👁️ emoji.

@tsmethurst
Copy link
Contributor Author

Local only is supported in GtS but we use the api flag local_only rather than the emoji code. We'd probably have to lightly edit a fork of the client to get it to work 100% nicely with GtS :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants