Author SHA1 Message Date
klemek 5ae0684d39 chore: 1.1.0
Python Lint CI / ruff (push) Successful in 6m31s
Python Lint CI / ruff-format-check (push) Successful in 6m46s
Python Lint CI / ty (push) Successful in 6m58s
TS Lint / ESLint (push) Successful in 6m6s
TS Lint / TypeScript (push) Successful in 5m55s
TS Lint / Oxlint (push) Successful in 5m56s
Docker Build / build (push) Successful in 13m56s
2026-07-15 16:34:53 +02:00
klemek ea9a50a2f7 feat: recent lists
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-15 16:34:37 +02:00
klemek 5e60b5ad20 feat: hide unnecessary options at first
TS Lint / ESLint (push) Successful in 3m55s
TS Lint / TypeScript (push) Successful in 4m45s
TS Lint / Oxlint (push) Successful in 4m45s
Docker Build / build (push) Successful in 8m53s
2026-07-15 16:10:06 +02:00
klemek f811facff8 feat: add titles to icon-only buttons
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-15 16:08:52 +02:00
klemek db9ecb4773 fix: preview
TS Lint / Oxlint (push) Successful in 3m42s
TS Lint / ESLint (push) Successful in 3m42s
TS Lint / TypeScript (push) Successful in 3m44s
Docker Build / build (push) Successful in 9m19s
2026-07-15 15:49:34 +02:00
klemek 51801f67f9 fix: animated background 2026-07-15 15:49:29 +02:00
klemek fe41547ced fix: better preview 2026-07-15 15:22:05 +02:00
klemek e87068e379 chore: 1.0.5
Python Lint CI / ruff (push) Successful in 13m5s
Python Lint CI / ruff-format-check (push) Successful in 12m36s
Python Lint CI / ty (push) Successful in 8m48s
Docker Build / build (push) Successful in 18m24s
TS Lint / Oxlint (push) Successful in 6m1s
TS Lint / ESLint (push) Successful in 6m22s
TS Lint / TypeScript (push) Successful in 3m26s
2026-07-15 15:12:32 +02:00
klemek cc856c3402 fix: better preview shot
Docker Build / build (push) Has been cancelled
TS Lint / TypeScript (push) Has been cancelled
TS Lint / ESLint (push) Has been cancelled
TS Lint / Oxlint (push) Has been cancelled
2026-07-15 15:12:13 +02:00
klemek b24f3bb656 fix: animated background compatibility 2026-07-15 15:11:28 +02:00
klemek cf2f48c84c feat: move new task bar below completed 2026-07-15 15:04:32 +02:00
klemek 0f5f3b2fc5 feat: animated background
TS Lint / Oxlint (push) Successful in 54s
TS Lint / TypeScript (push) Successful in 1m3s
TS Lint / ESLint (push) Successful in 1m4s
Docker Build / build (push) Successful in 9m19s
2026-07-15 15:00:15 +02:00
klemek 3a40b06354 chore: 1.0.4
Python Lint CI / ruff (push) Failing after 1m45s
Python Lint CI / ruff-format-check (push) Successful in 4m11s
Python Lint CI / ty (push) Successful in 6m6s
TS Lint / ESLint (push) Successful in 4m53s
Docker Build / build (push) Successful in 10m12s
TS Lint / Oxlint (push) Successful in 6m46s
TS Lint / TypeScript (push) Successful in 5m59s
2026-07-14 19:17:43 +02:00
klemek 117d3a2029 fix: initial loading of list
Docker Build / build (push) Has been cancelled
TS Lint / Oxlint (push) Has been cancelled
TS Lint / ESLint (push) Has been cancelled
TS Lint / TypeScript (push) Has been cancelled
2026-07-14 19:17:38 +02:00
klemek 478091b0ba chore: 1.0.3
Python Lint CI / ruff (push) Successful in 3m12s
Python Lint CI / ty (push) Successful in 8m28s
Python Lint CI / ruff-format-check (push) Successful in 8m46s
TS Lint / ESLint (push) Successful in 7m22s
TS Lint / Oxlint (push) Failing after 2m3s
TS Lint / TypeScript (push) Successful in 2m8s
Docker Build / build (push) Successful in 11m59s
2026-07-14 18:17:58 +02:00
klemek 08b3b06089 feat: better task item name input
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-14 18:17:50 +02:00
18 changed files with 238 additions and 93 deletions
+2
View File
@@ -4,6 +4,8 @@
> A shareable task list with auto resetting items. > A shareable task list with auto resetting items.
![](./public/assets/preview.jpg)
**[todo.klemek.fr](https://todo.klemek.fr)** **[todo.klemek.fr](https://todo.klemek.fr)**
## Running your own ## Running your own
+1 -1
View File
@@ -16,7 +16,7 @@
<!-- card related --> <!-- card related -->
<meta property="og:title" content="{{ title }}"> <meta property="og:title" content="{{ title }}">
<meta property="og:description" content="{{ lang('home') }}"> <meta property="og:description" content="{{ lang('home') }}">
<meta property="og:image" content="{{ app_url }}/assets/favicon-96x96.jpg"> <meta property="og:image" content="{{ app_url }}/assets/preview.jpg">
<meta property="og:url" content="{{ app_url }}/{{ path }}"> <meta property="og:url" content="{{ app_url }}/{{ path }}">
<script <script
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "tout-doux", "name": "tout-doux",
"version": "1.0.2", "version": "1.1.0",
"private": true, "private": true,
"type": "module", "type": "module",
"engines": { "engines": {
Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "tout-doux" name = "tout-doux"
version = "1.0.2" version = "1.1.0"
description = "" description = ""
requires-python = ">=3.14" requires-python = ">=3.14"
dependencies = [ dependencies = [
+35
View File
@@ -10,3 +10,38 @@ body {
font-style: normal; font-style: normal;
font-variation-settings: "wdth" 100; font-variation-settings: "wdth" 100;
} }
.bg-hero {
--size: 15vh;
--angle: 45deg;
background: repeating-linear-gradient(
var(--angle),
var(--color-base-200) 0%,
var(--color-base-200) 12.5%,
var(--color-secondary) 12.5%,
var(--color-secondary) 25%,
var(--color-base-200) 25%,
var(--color-base-200) 37.5%,
var(--color-accent) 37.5%,
var(--color-accent) 50%,
var(--color-base-200) 50%,
var(--color-base-200) 62.5%,
var(--color-secondary) 62.5%,
var(--color-secondary) 75%,
var(--color-base-200) 75%,
var(--color-base-200) 87.5%,
var(--color-accent) 87.5%,
var(--color-accent) 100%,
var(--color-base-200) 100%
);
background-repeat: repeat;
background-size: calc(var(--size) / sin(var(--angle)))
calc(var(--size) / sin(var(--angle)));
animation: BackgroundAnimate 10s linear infinite reverse;
}
@keyframes BackgroundAnimate {
0% {
background-position: calc(var(--size) / sin(var(--angle))) 0;
}
}
+7 -1
View File
@@ -78,5 +78,11 @@
"call_to_action": "Create your list below:", "call_to_action": "Create your list below:",
"home_button": "Let's go !", "home_button": "Let's go !",
"share_button": "Share my list", "share_button": "Share my list",
"share_text": "Check my list on Tout Doux!" "share_text": "Check my list on Tout Doux!",
"add_button": "Add task",
"cancel_button": "Cancel editing",
"save_button": "Save task",
"clone_button": "Clone task",
"delete_button": "Delete task",
"recent": "Recent lists"
} }
+7 -1
View File
@@ -78,5 +78,11 @@
"call_to_action": "Créez ta liste ci-dessous :", "call_to_action": "Créez ta liste ci-dessous :",
"home_button": "C'est parti !", "home_button": "C'est parti !",
"share_button": "Partager ma liste", "share_button": "Partager ma liste",
"share_text": "Regarde ma liste sur Tout Doux!" "share_text": "Regarde ma liste sur Tout Doux!",
"add_button": "Ajouter la tâche",
"cancel_button": "Annuler la modification",
"save_button": "Sauvegarder la tâche",
"clone_button": "Cloner la tâche",
"delete_button": "Supprimer la tâche",
"recent": "Listes récentes"
} }
+1 -1
View File
@@ -22,7 +22,7 @@ onMounted(() => {
:style="{ display: visible ? 'flex' : 'none' }" :style="{ display: visible ? 'flex' : 'none' }"
class="min-h-screen flex-col w-screen" class="min-h-screen flex-col w-screen"
> >
<div class="hero bg-base-200 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-md min-w-96 bg-base-100 rounded-box shadow-md" class="max-w-md min-w-96 bg-base-100 rounded-box shadow-md"
+2 -1
View File
@@ -2,7 +2,8 @@
import { ref, onBeforeMount, watch } from "vue"; import { ref, onBeforeMount, watch } from "vue";
import { getCron, parseCron, validCron } from "@/lib/cron"; import { getCron, parseCron, validCron } from "@/lib/cron";
import { CronType } from "@/enums"; import { CronType } from "@/enums";
import { DEFAULT_CRON } from "@/constants";
const DEFAULT_CRON = "0 0 * * *";
const cron = defineModel<string | null>({ required: true }); const cron = defineModel<string | null>({ required: true });
const rawCron = ref<string>(DEFAULT_CRON); const rawCron = ref<string>(DEFAULT_CRON);
+15
View File
@@ -0,0 +1,15 @@
<script setup lang="ts">
import { ArrowBigRightDashIcon } from "@lucide/vue";
defineProps<{list: string}>();
</script>
<template>
<router-link
:to="`/${list}`"
class="w-full flex gap-2 mb-2"
>
<arrow-big-right-dash-icon :size="16" class="inline" />
<span class="underline">{{ list }}</span>
</router-link>
</template>
+55 -10
View File
@@ -1,5 +1,12 @@
<script setup lang="ts"> <script setup lang="ts">
import { onBeforeMount, ref, watch, computed, defineAsyncComponent } from "vue"; import {
onBeforeMount,
ref,
watch,
computed,
defineAsyncComponent,
nextTick,
} from "vue";
import type { Task } from "@/types"; import type { Task } from "@/types";
import { CopyIcon, TrashIcon, SaveIcon, XIcon } from "@lucide/vue"; import { CopyIcon, TrashIcon, SaveIcon, XIcon } from "@lucide/vue";
import { updateTask } from "@/api/tasks"; import { updateTask } from "@/api/tasks";
@@ -11,7 +18,8 @@ import { relativeTime } from "@/lib/dates";
import { useAlertStore } from "@/stores/alerts"; import { useAlertStore } from "@/stores/alerts";
import { useI18n } from "vue-i18n"; import { useI18n } from "vue-i18n";
const emit = defineEmits<(e: "clone" | "delete" | "updated", task: Task) => void>(); const emit =
defineEmits<(e: "clone" | "delete" | "updated", task: Task) => void>();
const task = defineModel<Task>({ required: true }); const task = defineModel<Task>({ required: true });
defineProps<{ showLastChecked: boolean; showNextReset: boolean }>(); defineProps<{ showLastChecked: boolean; showNextReset: boolean }>();
@@ -20,6 +28,7 @@ const editMode = ref<boolean>(false);
const editName = ref<string>(""); const editName = ref<string>("");
const editCron = ref<string | null>(null); const editCron = ref<string | null>(null);
const refreshKey = ref<number>(0); const refreshKey = ref<number>(0);
const editNameInput = ref<HTMLInputElement | null>(null);
const checked = computed<boolean>(() => taskCompleted(task.value)); const checked = computed<boolean>(() => taskCompleted(task.value));
const nextReset = computed<Date | null>(() => taskNextReset(task.value)); const nextReset = computed<Date | null>(() => taskNextReset(task.value));
@@ -28,13 +37,22 @@ const i18n = useI18n();
const { alertSuccess, alertError } = useAlertStore(); const { alertSuccess, alertError } = useAlertStore();
async function onOpen() {
editMode.value = true;
await nextTick();
editNameInput.value?.focus();
}
function onClose() { function onClose() {
editName.value = task.value.name;
editCron.value = task.value.reset_cron;
editMode.value = false; editMode.value = false;
} }
function onSave() { function onSave() {
if (editName.value.trim()) {
updateTask(task.value.id, { updateTask(task.value.id, {
name: editName.value, name: editName.value.trim(),
reset_cron: editCron.value, reset_cron: editCron.value,
}) })
.then((newTask) => { .then((newTask) => {
@@ -49,6 +67,7 @@ function onSave() {
task.value.reset_cron = editCron.value; task.value.reset_cron = editCron.value;
editMode.value = false; editMode.value = false;
} }
}
function onCheck() { function onCheck() {
if (!checked.value) { if (!checked.value) {
@@ -117,7 +136,7 @@ watch(task, () => {
</div> </div>
<div <div
class="cursor-pointer text-lg select-none" class="cursor-pointer text-lg select-none"
@click.prevent="editMode = true" @click.prevent="onOpen"
> >
<div>{{ task.name }}</div> <div>{{ task.name }}</div>
<div <div
@@ -131,27 +150,53 @@ watch(task, () => {
v-if="showNextReset && checked && nextReset" v-if="showNextReset && checked && nextReset"
class="font-light text-xs italic" class="font-light text-xs italic"
> >
{{ $t("resets") }} {{ relativeTime(nextReset, $i18n.locale) }} {{ $t("resets") }}
{{ relativeTime(nextReset, $i18n.locale) }}
</div> </div>
</div> </div>
</template> </template>
<template v-else> <template v-else>
<div class="list-col-grow flex flex-col gap-2"> <div class="list-col-grow flex flex-col gap-2">
<div class="flex justify-evenly"> <div class="flex justify-evenly">
<button class="btn btn-square me-1" @click="onClose"> <button
class="btn btn-square me-1"
:title="$t('cancel_button')"
@click="onClose"
>
<x-icon /> <x-icon />
</button> </button>
<button class="btn btn-square me-1" @click="onSave"> <button
class="btn btn-square me-1"
:class="
editName.trim().length === 0 ? 'btn-disabled' : ''
"
:title="$t('save_button')"
@click="onSave"
>
<save-icon /> <save-icon />
</button> </button>
<button class="btn btn-square me-1" @click="onClone"> <button
class="btn btn-square me-1"
:title="$t('clone_button')"
@click="onClone"
>
<copy-icon /> <copy-icon />
</button> </button>
<button class="btn btn-square" @click="onDelete"> <button
class="btn btn-square"
:title="$t('delete_button')"
@click="onDelete"
>
<trash-icon /> <trash-icon />
</button> </button>
</div> </div>
<input v-model="editName" type="text" class="input w-full" /> <input
ref="editNameInput"
v-model="editName"
type="text"
class="input w-full"
@keyup.enter="onSave"
/>
<cron-input v-model="editCron" :edit-mode="editMode" /> <cron-input v-model="editCron" :edit-mode="editMode" />
</div> </div>
</template> </template>
-1
View File
@@ -1 +0,0 @@
export const DEFAULT_CRON = "0 0 * * *";
+1 -1
View File
@@ -1,4 +1,4 @@
import { getCookie, setCookie } from "./cookies"; import { getCookie, setCookie } from "@/lib/cookies";
export function getLang() { export function getLang() {
const params = new URLSearchParams(document.location.search); const params = new URLSearchParams(document.location.search);
+20
View File
@@ -0,0 +1,20 @@
import { getCookie, setCookie } from "@/lib/cookies";
const COOKIE_NAME = "recent-lists";
const MAX_RECENT_LISTS = 32;
export function getRecentLists(): string[] {
const rawData = getCookie(COOKIE_NAME, "");
if (!rawData) {
return [];
}
return rawData.split(",");
}
export function saveRecentList(list: string): void {
const recentLists = [list]
.concat(getRecentLists())
.filter((v, i, a) => a.indexOf(v) === i)
.slice(0, MAX_RECENT_LISTS);
setCookie(COOKIE_NAME, recentLists.join(","));
}
+19 -6
View File
@@ -1,10 +1,15 @@
<script setup lang="ts"> <script setup lang="ts">
import { ArrowBigRightDashIcon, DicesIcon } from "@lucide/vue"; import { getRecentLists } from "@/lib/lists";
import { ArrowBigRightDashIcon, DicesIcon, HistoryIcon } from "@lucide/vue";
import { generateSlug } from "random-word-slugs"; import { generateSlug } from "random-word-slugs";
import { onBeforeMount, ref } from "vue"; import { defineAsyncComponent, onBeforeMount, ref } from "vue";
import { onBeforeRouteUpdate } from "vue-router"; import { onBeforeRouteUpdate } from "vue-router";
const RecentItem = defineAsyncComponent(
() => import("@/components/RecentItem.vue"),
);
const listNameInput = ref<string>(generateSlug(4)); const listNameInput = ref<string>(generateSlug(4));
const recentLists = ref<string[]>(getRecentLists());
function onRandom() { function onRandom() {
listNameInput.value = generateSlug(4); listNameInput.value = generateSlug(4);
@@ -27,11 +32,10 @@ onBeforeRouteUpdate(updateTitle);
</script> </script>
<template> <template>
<div class="p-4">
<div <div
class="mb-4 italic text-xl font-extralight" class="p-4 italic text-xl font-extralight"
>{{ $t('home') }}<br/>{{ $t('call_to_action') }}</div> >{{ $t('home') }}<br/>{{ $t('call_to_action') }}</div>
<div class="flex gap-2 mb-4"> <div class="flex gap-2 p-4">
<input <input
v-model="listNameInput" v-model="listNameInput"
type="text" type="text"
@@ -45,7 +49,7 @@ onBeforeRouteUpdate(updateTitle);
</div> </div>
<div class="w-full"> <div class="w-full">
<router-link <router-link
class="btn btn-lg px-4" class="btn btn-lg"
:class="listNameInput.trim().length === 0 ? 'btn-disabled' : ''" :class="listNameInput.trim().length === 0 ? 'btn-disabled' : ''"
:to="`/${listNameInput.trim()}`" :to="`/${listNameInput.trim()}`"
> >
@@ -53,5 +57,14 @@ onBeforeRouteUpdate(updateTitle);
{{ $t("home_button") }} {{ $t("home_button") }}
</router-link> </router-link>
</div> </div>
<div v-if="recentLists.length" class="collapse collapse-arrow font-light text-sm">
<input id="recent-dropdown" type="checkbox" />
<div class="collapse-title">
<history-icon class="inline" :size="16" />
{{ $t("recent") }}
</div>
<div class="collapse-content">
<recent-item v-for="(list, i) in recentLists" :key="`recent-${i}`" :list="list" />
</div>
</div> </div>
</template> </template>
+36 -33
View File
@@ -9,7 +9,7 @@ import {
CircleCheckBigIcon, CircleCheckBigIcon,
CheckCheckIcon, CheckCheckIcon,
SearchIcon, SearchIcon,
Share2Icon Share2Icon,
} from "@lucide/vue"; } from "@lucide/vue";
const TaskItem = defineAsyncComponent( const TaskItem = defineAsyncComponent(
() => import("@/components/TaskItem.vue"), () => import("@/components/TaskItem.vue"),
@@ -21,10 +21,12 @@ import { useAlertStore } from "@/stores/alerts";
import { useI18n } from "vue-i18n"; import { useI18n } from "vue-i18n";
import { onBeforeRouteUpdate, useRoute } from "vue-router"; import { onBeforeRouteUpdate, useRoute } from "vue-router";
import { shareLink } from "@/lib/share"; import { shareLink } from "@/lib/share";
import { saveRecentList } from "@/lib/lists";
const route = useRoute(); const route = useRoute();
const list = ref<string | null>(null); const list = ref<string | null>(null);
const loading = ref<boolean>(true);
const taskInput = ref<string>(""); const taskInput = ref<string>("");
const tasks = ref<Task[]>([]); const tasks = ref<Task[]>([]);
@@ -54,6 +56,10 @@ function fetchTasks() {
.then((data: Task[]) => { .then((data: Task[]) => {
tasks.value = data; tasks.value = data;
reSortTasks(); reSortTasks();
loading.value = false;
if (data.length && list.value) {
saveRecentList(list.value);
}
setTimeout(fetchTasks, 10000); setTimeout(fetchTasks, 10000);
}) })
.catch(() => { .catch(() => {
@@ -72,7 +78,7 @@ function reSortTasks() {
} }
function onNewTask() { function onNewTask() {
if (taskInput.value.trim() && list.value) { if (taskInput.value.trim() && list.value && !loading.value) {
createTask(list.value, { createTask(list.value, {
name: taskInput.value.trim(), name: taskInput.value.trim(),
reset_cron: null, reset_cron: null,
@@ -129,9 +135,9 @@ function onChangeSortReverse() {
function onShare() { function onShare() {
shareLink( shareLink(
`Tout Doux - ${list.value ?? ''}`, `Tout Doux - ${list.value ?? ""}`,
i18n.t('share_text'), i18n.t("share_text"),
`${document.location.href.split('?')[0] ?? ''}?lang=${i18n.locale.value}` `${document.location.href.split("?")[0] ?? ""}?lang=${i18n.locale.value}`,
) )
.then((viaShare) => { .then((viaShare) => {
if (!viaShare) { if (!viaShare) {
@@ -139,13 +145,13 @@ function onShare() {
} }
}) })
.catch(() => { .catch(() => {
alertError(i18n.t("alerts.share_error")) alertError(i18n.t("alerts.share_error"));
}); });
} }
function updateTitle() { function updateTitle() {
if (list.value !== null) { if (list.value !== null) {
document.title = `Tout Doux - ${list.value} (${completedCount.value.toFixed(0)}/${taskCount.value.toFixed(0)})` document.title = `Tout Doux - ${list.value} (${completedCount.value.toFixed(0)}/${taskCount.value.toFixed(0)})`;
} }
} }
@@ -179,7 +185,7 @@ onBeforeRouteUpdate((to) => {
</li> </li>
</template> </template>
<li <li
v-if="empty" v-if="!loading && empty"
class="list-row italic text-xl font-extralight self-center" class="list-row italic text-xl font-extralight self-center"
> >
<span <span
@@ -188,7 +194,7 @@ onBeforeRouteUpdate((to) => {
></span> ></span>
</li> </li>
<li <li
v-else-if="allCompleted && separateCompleted" v-else-if="!loading && allCompleted && separateCompleted"
class="list-row italic text-xl font-extralight self-center" class="list-row italic text-xl font-extralight self-center"
> >
<span <span
@@ -196,26 +202,6 @@ onBeforeRouteUpdate((to) => {
<span v-html="$t('all_completed_hint')"></span <span v-html="$t('all_completed_hint')"></span
></span> ></span>
</li> </li>
<li class="list-row">
<div class="list-col-grow">
<input
v-model="taskInput"
type="text"
:placeholder="$t('new_task_hint')"
class="input w-full"
@keyup.enter="onNewTask"
/>
</div>
<div>
<button
class="btn btn-square"
:disabled="taskInput.trim().length === 0"
@click="onNewTask"
>
<circle-plus-icon />
</button>
</div>
</li>
</ul> </ul>
<div <div
v-if="separateCompleted && hasCompleted" v-if="separateCompleted && hasCompleted"
@@ -245,12 +231,29 @@ onBeforeRouteUpdate((to) => {
</ul> </ul>
</div> </div>
</div> </div>
<div> <div class="flex gap-2 p-4">
<button class="btn btn-sm px-4" @click="onShare"> <input
<share-2-icon class="inline" :size="16" /> {{ $t('share_button') }} v-model="taskInput"
type="text"
:placeholder="$t('new_task_hint')"
class="input grow"
@keyup.enter="onNewTask"
/>
<button
class="btn btn-square"
:disabled="loading || taskInput.trim().length === 0"
:title="$t('add_button')"
@click="onNewTask"
>
<circle-plus-icon />
</button> </button>
</div> </div>
<div class="collapse collapse-arrow font-light text-sm"> <div v-if="!empty">
<button class="btn btn-sm px-4" @click="onShare">
<share-2-icon class="inline" :size="16" /> {{ $t("share_button") }}
</button>
</div>
<div v-if="!empty" class="collapse collapse-arrow font-light text-sm">
<input id="options-dropdown" type="checkbox" /> <input id="options-dropdown" type="checkbox" />
<div class="collapse-title"> <div class="collapse-title">
<settings-2-icon class="inline" :size="16" /> <settings-2-icon class="inline" :size="16" />
Generated
+1 -1
View File
@@ -323,7 +323,7 @@ asyncpg = [
[[package]] [[package]]
name = "tout-doux" name = "tout-doux"
version = "1.0.2" version = "1.1.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "flask", extra = ["async"] }, { name = "flask", extra = ["async"] },