Point sources at Codeberg, add the Play button, refresh descriptions

Codeberg is where the apps live now, so the source link, its icon and the
release lookup follow. Forgejo serves Gitea's /api/v1, so the version badge
keeps working — with a fallback to the newest pre-release, since a pre-1.0
app publishes nothing else (Agendula showed a stale v0.2.0 before).

Calendula is on Google Play as well as F-Droid; adds a tonal button for it,
and its fifteen community translations replace "German and English".

Agendula's entry described the app it stopped being: it now carries its own
VTODO store, with an external provider as a choice rather than a requirement,
plus export and its own CalDAV sync in progress. floret-kit's modules have
grown past core-time. Footer forge link and the /uses infrastructure list
separate the two roles: Codeberg for source, self-hosted Gitea for builds.
This commit is contained in:
2026-09-09 16:09:30 +02:00
parent 6311baccb7
commit ff3c0fa437
8 changed files with 122 additions and 52 deletions
+5
View File
@@ -212,6 +212,11 @@ a:hover { text-decoration-color: currentColor; }
.btn:active { transform: scale(0.97); }
.btn--filled { background: var(--md-sys-color-primary); color: var(--md-sys-color-on-primary); }
.btn--filled:hover { box-shadow: var(--md-sys-elevation-2); }
.btn--tonal {
background: var(--md-sys-color-secondary-container);
color: var(--md-sys-color-on-secondary-container);
}
.btn--tonal:hover { box-shadow: var(--md-sys-elevation-1); }
.btn--outlined {
background: transparent;
color: var(--md-sys-color-on-surface);