login: add server URL format hint to login dialog

This commit is contained in:
Jeena 2026-03-21 12:17:55 +00:00
parent f05eec6d53
commit 88afb27a22

View file

@ -16,11 +16,12 @@ template $LoginDialog : Adw.Dialog {
margin-end: 12;
Adw.PreferencesGroup {
description: _("FreshRSS: https://example.com/api/greader.php\nMiniflux: https://example.com");
Adw.EntryRow server_url_row {
title: _("Server URL");
input-hints: no_spellcheck;
input-purpose: url;
// e.g. https://rss.example.com — /api/greader.php is added automatically
}
Adw.EntryRow username_row {