Wiki: document native multi-language support (18 locales)
- Home.md: lead paragraph now states the project is multi-lingual
with the full list of 18 starter locales and a deep link to
the Architecture i18n section.
- Architecture.md: new i18n subsection under Shared Components
covering the t() pattern, namespaced files, per-key fallback,
locale resolution chain, JS bridge, supported locales, and
how to add a new language.
- Process-Mapper.md: header now shows the 18 supported locale
codes plus a callout explaining the module is fully translated
end-to-end with a link to the architecture section.
e17adfd
Process Mapper: full rewrite covering swimlanes, groups, gradients,
autosave, Mermaid export
Sections added/expanded:
- Groups (visual underlays + step ownership via group_id, smallest-
wins for overlaps, follow lanes on reorder/resize/delete)
- Swimlanes (reorder via header drag, resize via divider drag with
grid snap, step ownership via lane_id, auto-tag pass at drag start)
- Gradient fills (color2 column, 135deg linear-gradient, null = solid)
- Autosave (toolbar toggle, Word-style status, defers during drag,
detail panel survives reload via stable-identity restoration)
- Export to Mermaid (flowchart LR, lanes -> subgraphs, classic shape
syntax, HTML-entity-escaped labels, Clipboard API + fallback)
Key Tables section expanded to include process_groups and
process_lanes plus the new columns on process_steps (color2,
lane_id, group_id).
ed147a9
Process Mapper: document swimlanes, groups, gradients, autosave, Mermaid export
Major rewrite of Process-Mapper.md to cover features added since
the wiki was first populated:
- Groups (visual underlays + step ownership via group_id)
- Swimlanes (reorder, resize, step ownership via lane_id,
auto-tag pass, divider snap-to-grid)
- Gradient fills (color2 column on steps/groups/lanes)
- Autosave (Word-style status, defers during drag, panel
survives reload via stable-identity restoration)
- Mermaid export (lanes -> subgraphs, classic shapes, LR
direction, full markup generator)
Home.md tagline updated from "Visual flowchart builder" to
"Flowchart builder with swimlanes, groups, and Mermaid export".
e098254
Initial wiki: home, 18 module pages, installation, architecture, security, API reference, browser extension, sidebar
1b4faf5