chore: consistent titles

This commit is contained in:
Per Stark
2025-05-19 12:23:44 +02:00
parent 30b9e7673c
commit 6066b1ccaa
9 changed files with 26 additions and 5 deletions
@@ -1,4 +1,7 @@
{% extends "body_base.html" %}
{% block title %}Minne - Account{% endblock %}
{% block main %}
<style>
form.htmx-request {
@@ -6,7 +9,7 @@
}
</style>
<main class="container flex-grow flex flex-col mx-auto mt-4 space-y-1">
<h1 class="text-3xl font-bold mb-2">Account Settings</h1>
<h1 class="text-2xl font-bold mb-2">Account Settings</h1>
<div class="form-control">
<label class="label">
<span class="label-text">Email</span>
+4 -1
View File
@@ -1,7 +1,10 @@
{% extends 'body_base.html' %}
{% block title %}Minne - Account{% endblock %}
{% block main %}
<main class="container flex-grow flex flex-col mx-auto mt-4 space-y-6">
<h1 class="text-3xl font-bold mb-2">Admin Dashboard</h1>
<h1 class="text-2xl font-bold mb-2">Admin Dashboard</h1>
<div class="stats stats-vertical lg:stats-horizontal shadow">
<div class="stat">
@@ -1,4 +1,7 @@
{% extends "head_base.html" %}
{% block title %}Minne - Sign in{% endblock %}
{% block body %}
<div class="min-h-[100dvh] flex">
{% include "auth/signin_form.html" %}
@@ -1,5 +1,7 @@
{% extends "head_base.html" %}
{% block title %}Minne - Sign up{% endblock %}
{% block body %}
<style>
form.htmx-request {
+3 -1
View File
@@ -1,5 +1,7 @@
{% extends 'body_base.html' %}
{% block title %}Minne Chat{% endblock %}
{% block title %}Minne - Chat{% endblock %}
{% block head %}
<script src="/assets/htmx-ext-sse.js" defer></script>
{% endblock %}
+3
View File
@@ -1,4 +1,7 @@
{% extends 'body_base.html' %}
{% block title %}Minne - Content{% endblock %}
{% block main %}
<main id="main_section" class="flex justify-center grow mt-2 sm:mt-4 gap-6 mb-10">
<div class="container">
@@ -1,4 +1,5 @@
{% extends 'body_base.html' %}
{% block title %}Minne - Knowledge{% endblock %}
{% block main %}
<main id="knowledge_pane" class="flex justify-center grow mt-2 sm:mt-4 gap-6 mb-10">
<div class="container">