mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-24 17:58:31 +02:00
chore: consistent titles
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
|
||||||
@@ -5,9 +5,14 @@
|
|||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/icons/icon-192x192.png",
|
"src": "/assets/icon/android-chrome-192x192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/assets/icon/android-chrome-512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,4 +1,7 @@
|
|||||||
{% extends "body_base.html" %}
|
{% extends "body_base.html" %}
|
||||||
|
|
||||||
|
{% block title %}Minne - Account{% endblock %}
|
||||||
|
|
||||||
{% block main %}
|
{% block main %}
|
||||||
<style>
|
<style>
|
||||||
form.htmx-request {
|
form.htmx-request {
|
||||||
@@ -6,7 +9,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<main class="container flex-grow flex flex-col mx-auto mt-4 space-y-1">
|
<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">
|
<div class="form-control">
|
||||||
<label class="label">
|
<label class="label">
|
||||||
<span class="label-text">Email</span>
|
<span class="label-text">Email</span>
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
{% extends 'body_base.html' %}
|
{% extends 'body_base.html' %}
|
||||||
|
|
||||||
|
{% block title %}Minne - Account{% endblock %}
|
||||||
|
|
||||||
{% block main %}
|
{% block main %}
|
||||||
<main class="container flex-grow flex flex-col mx-auto mt-4 space-y-6">
|
<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="stats stats-vertical lg:stats-horizontal shadow">
|
||||||
<div class="stat">
|
<div class="stat">
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
{% extends "head_base.html" %}
|
{% extends "head_base.html" %}
|
||||||
|
|
||||||
|
{% block title %}Minne - Sign in{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div class="min-h-[100dvh] flex">
|
<div class="min-h-[100dvh] flex">
|
||||||
{% include "auth/signin_form.html" %}
|
{% include "auth/signin_form.html" %}
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
{% extends "head_base.html" %}
|
{% extends "head_base.html" %}
|
||||||
|
|
||||||
|
{% block title %}Minne - Sign up{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<style>
|
<style>
|
||||||
form.htmx-request {
|
form.htmx-request {
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
{% extends 'body_base.html' %}
|
{% extends 'body_base.html' %}
|
||||||
{% block title %}Minne Chat{% endblock %}
|
|
||||||
|
{% block title %}Minne - Chat{% endblock %}
|
||||||
|
|
||||||
{% block head %}
|
{% block head %}
|
||||||
<script src="/assets/htmx-ext-sse.js" defer></script>
|
<script src="/assets/htmx-ext-sse.js" defer></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
{% extends 'body_base.html' %}
|
{% extends 'body_base.html' %}
|
||||||
|
|
||||||
|
{% block title %}Minne - Content{% endblock %}
|
||||||
|
|
||||||
{% block main %}
|
{% block main %}
|
||||||
<main id="main_section" class="flex justify-center grow mt-2 sm:mt-4 gap-6 mb-10">
|
<main id="main_section" class="flex justify-center grow mt-2 sm:mt-4 gap-6 mb-10">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
{% extends 'body_base.html' %}
|
{% extends 'body_base.html' %}
|
||||||
|
{% block title %}Minne - Knowledge{% endblock %}
|
||||||
{% block main %}
|
{% block main %}
|
||||||
<main id="knowledge_pane" class="flex justify-center grow mt-2 sm:mt-4 gap-6 mb-10">
|
<main id="knowledge_pane" class="flex justify-center grow mt-2 sm:mt-4 gap-6 mb-10">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|||||||
Reference in New Issue
Block a user