feat: Dynamic Placeholders UI (#7034)

This commit is contained in:
Michael Genson
2026-02-10 23:43:17 -06:00
committed by GitHub
parent 9b686ecd2b
commit b64f14aaae
11 changed files with 236 additions and 49 deletions

View File

@@ -39,7 +39,7 @@
<!-- Cookbook Page -->
<!-- Page Title -->
<v-container max-width="1000">
<v-container class="lg-container">
<BasePageTitle divider>
<template #header>
<v-img width="100%" max-height="100" max-width="100" src="/svgs/manage-cookbooks.svg" />

View File

@@ -664,6 +664,11 @@ export default defineNuxtComponent({
label: i18n.t("user.users"),
type: Organizer.User,
},
{
name: "last_made",
label: i18n.t("general.last-made"),
type: "relativeDate",
},
];
function clearQueryFilter() {