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

[Request]: In-app server about page #810

Open
1 task done
TriVoxel opened this issue Feb 28, 2024 · 3 comments
Open
1 task done

[Request]: In-app server about page #810

TriVoxel opened this issue Feb 28, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@TriVoxel
Copy link

Describe the request

Description

It would be nice if users could check the server's about page in-app.

Most servers have a description, rules, links to moderators, etc. I'd like it if I could see this information in-app, for instance, to message the current moderators to report something, see updated rules, and just check in on the state of the server. May be useful for newer instances, or for server admins to check that their changes are updated. It's always good when users can easily find their server's rules somewhere in-app.

Design

Perhaps the client could parse the HTML from the website, and this functionality could be added in the form of a button in the main menu called "About Server" which could be right under "Open profile". It could open a simple modal window with the about page parsed into GTK4, with clickable links, and moderators listed can be clicked on to close the window and redirect the user to their respective profile.

Implementation Details

@TriVoxel TriVoxel added the enhancement New feature or request label Feb 28, 2024
@GeopJr
Copy link
Owner

GeopJr commented Feb 28, 2024

Sounds good to me! But I'd probably place it in settings instead to avoid wasting a menu item for something most users will only view once (at best)

I think Megalodon does it too, along with other links or info

@TriVoxel
Copy link
Author

TriVoxel commented Mar 1, 2024

Sounds good to me! But I'd probably place it in settings instead to avoid wasting a menu item for something most users will only view once (at best)

It isn't really a setting per se, though. I don't feel like that would be a very logical or intuitive place tbh. Perhaps in the "About" menu, there could be a "My host" with the host's URL beneath it in small text?

The reason I said in the main menu is because it makes it easy to find, could be self-contained, and since opening your profile (on the server) can be done there, It seemed like a logical place to have an "About server" or "Rules" button there.

Additionally, I think it would be cool if, upon linking an account, this "about server" page appeared so that the user could review the server rules before using it, in the event that they just signed up for an account and immediately went to use Tuba, it would ensure they know the rules, and would only take one click to dismiss it.

@GeopJr
Copy link
Owner

GeopJr commented Mar 1, 2024

I agree that placing it in settings doesn't make much sense on its own, but along with other links it kind-of does? It could be a small section wtih "About <instance name>", "Security Settings" and other settings we don't plan to handle... On a second thought however, this would be extremely messy on non-mastodon backends as they have different endpoitns 🤷

The about window is provided as is. We could maybe do a workaround and provide a custom tuba:// link we handle to open it but instance info is unrelated to "About Tuba" so probably shouldn't.

I guess the main menu is the only option

Additionally, I think it would be cool if, upon linking an account, this "about server" page appeared so that the user could review the server rules before using it, in the event that they just signed up for an account and immediately went to use Tuba, it would ensure they know the rules, and would only take one click to dismiss it.

Not opposed to it but when creating an account Mastodon makes sure you read and agreed to the rules. In the future we might just add a way to register though (to be honest, I dont want Tuba to be responsible for e-mails and passwords but some backends like gotosocial don't have a UI for registering)

megalodon screenshot for reference:
image

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

2 participants