Add fixed headers to all CMS editors for better UX

This commit is contained in:
Torsten Schulz (local)
2025-10-22 12:27:10 +02:00
parent 0d4bcc9f73
commit bc3b5b53f5
11 changed files with 652 additions and 620 deletions

View File

@@ -1,5 +1,5 @@
{
"date": "2025-10-22T10:20:19.573Z",
"date": "2025-10-22T10:23:46.663Z",
"preset": "node-server",
"framework": {
"name": "nuxt",

View File

@@ -1 +1 @@
{"id":"fa34e20f-fd84-462f-b931-f9ebc144d412","timestamp":1761128411371}
{"id":"07e764de-d4d8-43ab-ab2c-01a62424c7ea","timestamp":1761128618570}

View File

@@ -351,7 +351,7 @@ const client_manifest = {
"module": true,
"prefetch": true,
"preload": true,
"file": "CBoJCK0G.js",
"file": "BZiMIH_u.js",
"name": "entry",
"src": "node_modules/nuxt/dist/app/entry.js",
"isEntry": true,
@@ -414,7 +414,7 @@ const client_manifest = {
"module": true,
"prefetch": true,
"preload": true,
"file": "LnZXxV0C.js",
"file": "WTQgLZs1.js",
"name": "einstellungen",
"src": "pages/cms/einstellungen.vue",
"isDynamicEntry": true,

View File

@@ -569,7 +569,7 @@ const _routes = [
name: "cms-einstellungen",
path: "/cms/einstellungen",
meta: { ...__nuxt_page_meta$4 || {}, ...{ "middleware": "auth" } },
component: () => import('./einstellungen-DZT9-xIS.mjs')
component: () => import('./einstellungen-B6MpVlw0.mjs')
},
{
name: "verein-geschichte",

View File

@@ -2,10 +2,10 @@ const interopDefault = r => r.default || r || [];
const styles = {
"node_modules/nuxt/dist/app/components/error-404.vue": () => import('./error-404-styles.BsF5Lbhq.mjs').then(interopDefault),
"node_modules/nuxt/dist/app/components/error-500.vue": () => import('./error-500-styles.Dccc6iq5.mjs').then(interopDefault),
"components/Hero.vue": () => import('./Hero-styles.03iOjY05.mjs').then(interopDefault),
"components/PublicNews.vue": () => import('./PublicNews-styles.nhqk16g5.mjs').then(interopDefault),
"node_modules/nuxt/dist/app/components/error-404.vue?vue&type=style&index=0&scoped=b728498f&lang.css": () => import('./error-404-styles.BsF5Lbhq.mjs').then(interopDefault),
"node_modules/nuxt/dist/app/components/error-500.vue?vue&type=style&index=0&scoped=70d84538&lang.css": () => import('./error-500-styles.Dccc6iq5.mjs').then(interopDefault),
"components/Hero.vue": () => import('./Hero-styles.03iOjY05.mjs').then(interopDefault),
"components/PublicNews.vue": () => import('./PublicNews-styles.nhqk16g5.mjs').then(interopDefault),
"components/Hero.vue?vue&type=style&index=0&scoped=779d39d7&lang.css": () => import('./Hero-styles.03iOjY05.mjs').then(interopDefault),
"components/PublicNews.vue?vue&type=style&index=0&scoped=f894f108&lang.css": () => import('./PublicNews-styles.nhqk16g5.mjs').then(interopDefault)
};

File diff suppressed because it is too large Load Diff

View File

@@ -272,7 +272,7 @@ async function renderInlineStyles(usedModules) {
const renderSSRHeadOptions = {"omitLineBreaks":true};
const entryFileName = "CBoJCK0G.js";
const entryFileName = "BZiMIH_u.js";
globalThis.__buildAssetsURL = buildAssetsURL;
globalThis.__publicAssetsURL = publicAssetsURL;