feat(ui): embed + serve the SPA webui
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: yHSJ <[email protected]>
Bumps [launch-editor](https://github.com/vitejs/launch-editor) from 2.13.2 to 2.14.1. - [Commits](https://github.com/vitejs/launch-editor/compare/v2.13.2...v2.14.1) --- updated-dependencies: - dependency-name: launch-editor dependency-version: 2.14.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: bora <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.1 to 3.4.11. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.1...3.4.11) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.11 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: bora <[email protected]>
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Add docs/Architecture.md, a contributor-facing map of how the app is structured: the UI/state/core layers and their dependency direction, the Agent singleton and its lazily-wired domain services, the records/storage layer, the in-process event bus, the Redux slices, and the Redux-driven navigation state machine (nextRoute/backRoute). Includes Mermaid diagrams for app bootstrap/initialization phases, the end-to-end "create an identifier" flow (illustrating the idempotency/retry model), and the onboarding navigation state machine, plus a KERI/SSI glossary as the terms are used in this codebase. Complements (does not duplicate) the user-facing docs at docs.veridian.id and the existing docs/core/DistributedReliability.md. Linked from the README so new contributors can find it. Signed-off-by: Daniel Hardman <[email protected]>
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Akhil Repala <[email protected]>
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Chris Gianelloni <[email protected]>
Bumps [joi](https://github.com/hapijs/joi) from 17.13.3 to 17.13.4. - [Commits](https://github.com/hapijs/joi/compare/v17.13.3...v17.13.4) --- updated-dependencies: - dependency-name: joi dependency-version: 17.13.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: bora <[email protected]>
Replace 7 inline workflows with wrappers calling reusable workflows from blinklabs-io/actions@main: - conventional-commits → reuseable-conventional-commits.yml - golangci-lint → reuseable-golangci-lint.yml (go 1.25.x default) - nilaway → reuseable-nilaway.yml (include-pkgs: github.com/blinklabs-io/tx-submit-api-mirror) - ci-docker → reuseable-ci-docker.yml - publish → reuseable-publish.yml (binary-name: tx-submit-api-mirror, docker-image: blinklabs/tx-submit-api-mirror) - test-issue-on-close → reuseable-test-issue-on-close.yml - update-issue-on-close → reuseable-set-project-closed-date.yml go.mod remains at go 1.25.7 (no version bump required). Signed-off-by: Tripura Repalle <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
The examples framework dropped two runnable dApp starters under examples/templates/ but nothing surfaced them. This adds a filterable gallery at /templates (use case, framework, SDK, wallet connection) with a detail page per starter that gives the scaffold command and the getting-started steps. Reuses the Builder Tools pattern: a data layer with fail-fast validation under src/data/templates/, a build-time route plugin for the detail pages, and the existing card and layout language. The slug, scaffold command, and source link all derive from repoPath. Previews are graceful placeholders until real screenshots land under static/img/template-previews/.
Add examples/templates/README.md with a five-step guide, an entry-field reference, and the curation note, so the gallery is something the community can PR into.
Signed-off-by: Chris Gianelloni <[email protected]>
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>