Author SHA1 Message Date
klemek 7daa0802cc chore: 1.6.2
Docker Build / build (push) Successful in 8m12s
TS Lint / ESLint (push) Successful in 3m51s
TS Lint / Oxlint (push) Successful in 4m53s
TS Lint / TypeScript (push) Successful in 5m7s
Python Lint CI / ruff (push) Successful in 4m25s
Python Lint CI / ty (push) Successful in 3m58s
Python Lint CI / ruff-format-check (push) Successful in 4m0s
2026-07-29 09:45:37 +02:00
klemek 84c6359583 fix: responsive
Docker Build / build (push) Has been cancelled
TS Lint / ESLint (push) Has been cancelled
TS Lint / Oxlint (push) Has been cancelled
TS Lint / TypeScript (push) Has been cancelled
2026-07-29 09:45:20 +02:00
klemek fbdf3f5382 chore: 1.6.1
TS Lint / Oxlint (push) Successful in 5m46s
TS Lint / TypeScript (push) Successful in 5m40s
Python Lint CI / ruff (push) Failing after 5m32s
Python Lint CI / ruff-format-check (push) Successful in 9m14s
Python Lint CI / ty (push) Successful in 10m1s
TS Lint / ESLint (push) Successful in 7m44s
Docker Build / build (push) Successful in 14m41s
2026-07-29 09:39:40 +02:00
klemek 6fd871ef1f fix: responsive
Docker Build / build (push) Has been cancelled
TS Lint / ESLint (push) Has been cancelled
TS Lint / Oxlint (push) Has been cancelled
TS Lint / TypeScript (push) Has been cancelled
2026-07-29 09:39:34 +02:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "tout-doux", "name": "tout-doux",
"version": "1.6.0", "version": "1.6.2",
"private": true, "private": true,
"type": "module", "type": "module",
"engines": { "engines": {
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "tout-doux" name = "tout-doux"
version = "1.6.0" version = "1.6.2"
description = "" description = ""
requires-python = ">=3.14" requires-python = ">=3.14"
dependencies = [ dependencies = [
+1 -1
View File
@@ -25,7 +25,7 @@ onMounted(() => {
<div class="hero bg-hero grow"> <div class="hero bg-hero grow">
<div class="hero-content text-center p-0"> <div class="hero-content text-center p-0">
<div <div
class="max-w-96 min-w-96 bg-base-100 rounded-box shadow-md p-4" class="max-w-96 min-w-screen sm:min-w-96 bg-base-100 rounded-box shadow-md p-4"
> >
<router-link <router-link
to="/" to="/"
Generated
+1 -1
View File
@@ -323,7 +323,7 @@ asyncpg = [
[[package]] [[package]]
name = "tout-doux" name = "tout-doux"
version = "1.6.0" version = "1.6.2"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "flask", extra = ["async"] }, { name = "flask", extra = ["async"] },