Service pages for Chat and Social #143
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/service_pages"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add service pages similar to the Lightning info page, explaining what the service is (just one sentence), what the user address is and what it's for, and that the service can be used with all kinds of apps that connect to it.
Comes with a Recommended Apps section on each service page, with tabs for the various categories/operating systems. There's a view component, so it's easy to manage the app entries without having to deal with HTML and CSS.
Upgrades
tailwindcss-stimulus-components
and related code in the process.Edit: this PR also adds service configs for Drone CI now, and also uses the various configs on the dashboard to show/hide services as well as link to the configured URLs.
Just FYI, the full-page screenshots look kind of wrong, because of the background being repeated, but it's actually fixed so only the content scrolls usually.
f782114a17
to8614e2f12b
@ -0,0 +9,4 @@
private
def require_service_available
http_status :not_found unless Setting.ejabberd_enabled?
ejabberd
mastodon
Good catch. Thanks!
<3