We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: refresh wiki export flow
docs: document selection copy and paste workflow
docs(local-storage): clarify dashboard button hover Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
fix(home): repair feature index table links MediaWiki link syntax [[Display|Page]] embeds a pipe that collided with Markdown table column separators, leaving the Page column unlinked and shifting the What-it-covers column. Switch the table to standard Markdown links pointing at relative wiki URLs.
docs(home): expand Home with project narrative and workflow Add a detailed project description, a five-step workflow that links into every feature page, a richer feature index table, project facts and contribution instructions for the wiki repo.
docs(home): expand Home with project overview and feature index Replace the placeholder Home page with an overview and a table that links every README feature bullet to its dedicated wiki page.
docs(wiki): add navigation sidebar and footer Provide a persistent sidebar that links every feature page and a footer that points back to the source repository and AGENTS.md.
docs: add PDF export feature page Document the export pipeline, every page produced by buildPdfDocument, the per-project pdfSettings and where each piece lives in the code.
docs: add local storage and JSON import/export feature page Cover the IndexedDB schema, the project repository API, autosave, migrations and the JSON export/import workflows.
docs: add background image calibration feature page Describe importing an image, the two-point calibration workflow, the underlying math and the lock/opacity/visibility controls.
docs: add physical edge overlap visualization feature page Explain edge rules, overlap types, the semi-transparent overlap band rendering, thickness compensation and where to edit edge rules.
docs: add auto-generated cut lists and layouts feature page Describe live preview vs optimised layouts, the layouts panel, cut list, blade kerf, cutting diagrams and waste statistics.
docs: add placement patterns feature page Detail every pattern type, orientation, origin, direction, symmetry, row offset, optimisation priorities and the pattern-origin tool.
docs: add material library feature page Describe how materials are defined, edited, validated and assigned to surfaces, including all editor fields and visual style options.
docs: add surfaces, openings and connections feature page Document how to create surfaces, punch openings, split surfaces and link surface edges through directional connections.
docs: add 2D drawing tools feature page Cover the drawing toolbox, real-world dimensions, grid and snap, modifier keys, selection editing and links to related pages.
chore: configure conventional commit linting Add commitlint and husky to enforce Conventional Commits messages on every commit, mirroring the main repository's setup.
docs(home): add initial wiki Home page