feat: consistent styling and clipboard copy apikey

This commit is contained in:
Per Stark
2025-02-02 10:25:31 +01:00
parent 593e98e1e2
commit 632b30397a
13 changed files with 75 additions and 3704 deletions

View File

@@ -1,6 +1,6 @@
{% block active_jobs_section %}
<ul id="active_jobs_section" class="list ">
<li class="p-4 pb-2 text-xs opacity-60 tracking-wide">Active Jobs</li>
<li class="py-4 text-xs opacity-60 tracking-wide">Active Jobs</li>
{% for item in active_jobs %}
<li class="list-row">
<div class="bg-secondary rounded-box size-10 flex justify-center items-center text-secondary-content">

View File

@@ -1,4 +1,4 @@
<div class="p-4 shadow mt-4 rounded-box">
<div class="shadow mt-4 rounded-box">
<div class="flex gap-4">
<button class="btn btn-primary" hx-get="/ingress-form" hx-swap="outerHTML">Add Content</button>
<a class="btn btn-secondary" href="/knowledge" hx-boost="true">View Knowledge</a>

View File

@@ -1,6 +1,6 @@
{% block latest_content_section %}
<ul id="latest_content_section" class="list">
<li class="p-4 pb-2 text-xs opacity-60 tracking-wide">Recently added content</li>
<li class="py-4 text-xs opacity-60 tracking-wide">Recently added content</li>
{% for item in latest_text_contents %}
<li class="list-row">
<div class="bg-accent rounded-box size-10 flex justify-center items-center text-accent-content">

View File

@@ -1,4 +1,4 @@
<div class="p-4 shadow rounded-box">
<div class="py-4 shadow rounded-box">
<h2>
Search your content
</h2>