docs: point at the playground, which nothing linked to
docs: Track I — editor intelligence, and what is no longer ahead
docs: present the product as a single, settled design
The wiki now describes what eQuantic.UI is — never what it used to be. Removed
every legacy banner, migration log, slice label, internal date, baseline
progression and discarded-decision story across 18 pages; changelog pages fold
into their product pages and remain as pointers; the roadmap lists only what
is ahead. Facts were verified against the source tree while rewriting (golden
count, Vulkan backend, theme bridge, Tailwind property names).
📝 docs: the 2026-07-31 state — excision, Track S, motion/gestures, waves 3/3b, the macOS shell, real text+icons
Home/WriteOnceComponents/DesignSystem/Photon/Roadmap reconciled with the repo:
write-once is the ONLY architecture (28 components), styling is CSS-free via
the atomic engine, theming is IAppTheme (Photon + Material 3 dynamic color),
Photon renders real text (CoreText) and icons (pure-C# SVG parser + CG) inside
a real NSWindow shell, 17/17 Metal parity, 74 goldens. Legacy pages
(Components/Styling/TailwindUpdates) carry excision warnings. Roadmap rewritten
against ROADMAP.md incl. Track E (the VS Code visual editor).
📝 docs: the native/write-once era — Photon, WriteOnceComponents, DesignSystem + reconciled Home/Roadmap
The wiki predated the entire mobile track. New pages:
- Photon: the proprietary GPU engine (normative Sdf core, golden harness,
Metal parity at ±1 LSB, component-rendering state, no-Skia decision).
- WriteOnceComponents: the shared architecture (vocabulary, realizers,
runtime-provided library, semantic import routing, write-once pages,
migration state 8/~54).
- DesignSystem: typed tokens, spec-fidelity testing, and the
generated-never-hand-written pipeline (CSS/TS/icons/fixtures).
Home gains the Native & Write-Once section and the updated framing (web AND
native from one C# source); Roadmap gains Phases 7-9 (Photon, unification,
migration waves) with the current gates; Architecture/Components carry
banner notes pointing web-only readers to the new world.
📝 docs: long/ulong now exact via BigInt (long-as-string wire protocol)
Update SupportedFeatures: long/ulong moved from ⚠️ (precision lost > 2^53) to ✅
exact via BigInt; document the `long` compat helper, literal mapping (5L->5n),
operand wrapping, and the JSON-string wire protocol (Server Actions + SSR state).
Bump conformance case count to 194+.
📝 docs(assets, styling): enhance asset management, dark mode, and ecosystem documentation
📚 docs: update CoreComponents and Roadmap with component robustness features
- CoreComponents.md: Add section 4 on Component Variants & States
* Document CardVariant options
* Show FormField validation example
* Demonstrate Button loading states
* Link to ComponentRobustness.md
- Roadmap.md: Add completed Phase 6.5 - Component Robustness
* List all 10 implemented features
* Mark as completed (Feb 2026)
* Document parity with shadcn/ui robustness
All wiki documentation now comprehensively covers the new component features.
📝 docs(compiler, seo, styling): update wiki with source maps, modern C# support, SEO, and static CSS extraction
📝 docs(documentation): translate documentation to English, update roadmap, and add theme & styling system details
📝 docs: expand and refine project documentation
This commit significantly updates the project's documentation:
- **Architecture**: Restructures and expands details on architectural pillars, hybrid compilation, SSR, and security.
📝 docs(wiki): create comprehensive documentation wiki with core articles