Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/web/src/config/routing.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import type { UseCaseId } from "./useCases";
import { USE_CASES } from "./useCases";

Expand Down
1 change: 1 addition & 0 deletions apps/web/src/config/useCases.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
export type UseCaseId = "auction";

export interface CaseExample {
Expand Down
1 change: 1 addition & 0 deletions apps/web/src/demo/demo-trace.checksum.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
// Checksum guard for the canonical demo trace.
// Prevents accidental edits to demo-trace.generated.ts that break the public web demo.
//
Expand Down
1 change: 1 addition & 0 deletions apps/web/src/demo/demo-trace.generated.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
// Generated by `pnpm agents:e2e` — canonical jury demo trace.
// Do not edit by hand; re-run agents:e2e to refresh.

Expand Down
1 change: 1 addition & 0 deletions apps/web/src/demo/trace-health-check.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import type { DemoTrace } from "./trace";

type UnknownRecord = Record<string, unknown>;
Expand Down
1 change: 1 addition & 0 deletions apps/web/src/demo/trace.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
// Types for the jury demo trace. Data lives in demo-trace.generated.ts (from agents:e2e).

import { DEMO_TRACE as GENERATED } from "./demo-trace.generated";
Expand Down
1 change: 1 addition & 0 deletions apps/web/src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import { StrictMode } from "react";
import { createRoot } from "react-dom/client";
import App from "./App";
Expand Down
1 change: 1 addition & 0 deletions apps/web/src/passkey-config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
/** Public testnet smart-wallet WASM (passkey-kit demo). Not a secret. */
export const PASSKEY_TESTNET_WALLET_WASM_HASH =
"ecd990f0b45ca6817149b6175f79b32efb442f35731985a084131e8265c4cd90";
Expand Down
1 change: 1 addition & 0 deletions apps/web/src/polyfills.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import process from "process/browser";

(globalThis as { process: typeof process }).process = process;
1 change: 1 addition & 0 deletions apps/web/src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
/// <reference types="vite/client" />

declare module "process/browser";
Expand Down
1 change: 1 addition & 0 deletions apps/web/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import react from "@vitejs/plugin-react";
import inject from "@rollup/plugin-inject";
import { createRequire } from "node:module";
Expand Down