Expands 3.1 and 3.2 so the work can be done without re-deriving anything. 3.1 now records what 0.8.6 already fixed, separated into the ten components that were miswired and the five that gained outputs they had been firing undeclared, with the caveat that Map's three were converted but never confirmed in a browser. For the 22 that remain it adds the finding that changes the decision: all nine are pure scaffolds with no state, functions or handlers, and five of them duplicate a component that already works -- FileUpload against FileInput and FileUploadProgress, Toast and ToastNotifications against Toaster, AdvancedDatePicker against DatePicker, AdvancedRangeSlider against RangeSlider. Superseding those is a migration entry rather than new code, and leaves Chart, TreeView, Confetti and CopyMarkup as the only ones needing to be built. 3.2 corrects the scaffold count from 23 to 28; the earlier figure used a looser rule. Nine of the 28 are the 3.1 components, so the two items must be planned together, and several of the rest are primitives that need only their styles moved out of ui.css rather than any behaviour. Also corrects the dead-output component count from 11 to 9 in both documents. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
21 lines
848 B
Plaintext
21 lines
848 B
Plaintext
page About {
|
|
seo {
|
|
title = "About"
|
|
description = "Learn how web is built with WrNexus."
|
|
}
|
|
|
|
view {
|
|
<main class="min-h-screen bg-white px-6 py-20 text-slate-900 dark:bg-[#0b0f1e] dark:text-slate-100">
|
|
<article class="mx-auto max-w-2xl">
|
|
<a href="/" class="text-sm text-indigo-600 hover:underline dark:text-indigo-400">← Home</a>
|
|
<p class="mt-12 font-mono text-xs uppercase tracking-[0.2em] text-indigo-500">WrNexus application</p>
|
|
<h1 class="mt-4 text-4xl font-bold tracking-tight">About web</h1>
|
|
<p class="mt-6 text-lg leading-8 text-slate-600 dark:text-slate-400">
|
|
This page is server-rendered from <code>app/pages/about.wrn</code>. Add state,
|
|
events, components, APIs, and data without switching to another UI framework.
|
|
</p>
|
|
</article>
|
|
</main>
|
|
}
|
|
}
|