Rename to Station Announcer

This commit is contained in:
Edward Betts 2025-11-15 18:59:27 +00:00
parent e6260faaeb
commit 74ec79ad9e
5 changed files with 15 additions and 9 deletions

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Immich Alt Text Helper</title>
<title>Station Announcer</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}">
</head>
@ -10,10 +10,10 @@
<header class="site-header">
<div class="container">
<div class="header-bar">
<h1><a href="{{ url_for('main.index') }}">Immich Alt Text Helper</a></h1>
<h1><a href="{{ url_for('main.compose_select') }}">Station Announcer</a></h1>
<nav class="nav-links">
<a href="{{ url_for('main.index') }}">Recent photos</a>
<a href="{{ url_for('main.compose_select') }}">Compose Mastodon post</a>
<a href="{{ url_for('main.alt_helper') }}">Alt text helper</a>
</nav>
</div>
</div>

View file

@ -4,6 +4,7 @@
<section class="intro">
<h2>Select photos for your Mastodon post</h2>
<p>Choose between 1 and {{ max_photos }} recent Immich photos. We'll pull in cached alt text where possible.</p>
<p>Need to tidy up descriptions first? Visit the <a href="{{ url_for('main.alt_helper') }}">alt text helper</a>.</p>
</section>
{% if error_message %}

View file

@ -2,8 +2,8 @@
{% block content %}
<section class="intro">
<p>Choose a recent Immich photo to request Mastodon-friendly alt text.</p>
<p><a class="button-link" href="{{ url_for('main.compose_select') }}">Compose a Mastodon post</a></p>
<h2>Alt text helper</h2>
<p>Review recent Immich photos and manage their cached alt text. Prefer composing instead? Head to <a href="{{ url_for('main.compose_select') }}">the composer</a>.</p>
</section>
{% if error_message %}