Add desktop Playwright e2e harness - #11
Merged
Merged
Conversation
wesbillman
force-pushed
the
codex/add-desktop-playwright-e2e
branch
5 times, most recently
from
March 10, 2026 02:08
5c8375b to
eedeb11
Compare
wesbillman
force-pushed
the
codex/add-desktop-playwright-e2e
branch
from
March 10, 2026 02:13
eedeb11 to
ac8cb48
Compare
tlongwell-block
added a commit
that referenced
this pull request
Mar 10, 2026
* origin/main: Add desktop Home feed (#12) Add desktop Playwright e2e harness (#11) Update desktop icon and persist window state (#9) feat: add channel creation flow (#8) Improve message markdown display and formatting (#7) feat(desktop): connect chat to relay (#6) docs(readme): clarify desktop setup (#4) feat: add desktop app (#3) # Conflicts: # crates/sprout-test-client/tests/e2e_rest_api.rs
tlongwell-block
added a commit
that referenced
this pull request
Mar 11, 2026
* origin/main: feat: soft-delete for events/channels, enriched API responses, NIP-29 group management (#17) feat: Channel management, messaging, threads, DMs, reactions, and NIP-29 support (#16) Improve chat scrolling and multiline composer (#14) chore: remove redundant inline comments across all crates (#13) Initial backend revisions, workflow expansion (#5) Add desktop Home feed (#12) Add desktop Playwright e2e harness (#11) Update desktop icon and persist window state (#9) feat: add channel creation flow (#8)
wpfleger96
added a commit
that referenced
this pull request
May 22, 2026
…iew findings The original implementation created a second parallel Tauri command (discover_all_acp_providers) alongside the existing one to avoid changing the return type. This produced two commands, two hooks, two query keys, and two raw type converters. Consolidates into a single command returning the full catalog, with a useAvailableAcpProviders hook that type-narrows for callers needing non-null command/binaryPath. Also fixes: pipe deadlock in install command (#1), UTF-8 truncation panic (#2/#4), adds install concurrency guard (#11), exact provider ID match (#15), error display stdout fallback (#5), success banner suppression when already available (#12), misleading re-run text (#13), IIFE refactor in PersonaDialog (#14), hidden internal query lift (#7), configurable e2e mocks (#9), shared raw type exports (#8), and classify_provider unit tests (#10).
wpfleger96
added a commit
that referenced
this pull request
May 22, 2026
…iew findings The original implementation created a second parallel Tauri command (discover_all_acp_providers) alongside the existing one to avoid changing the return type. This produced two commands, two hooks, two query keys, and two raw type converters. Consolidates into a single command returning the full catalog, with a useAvailableAcpProviders hook that type-narrows for callers needing non-null command/binaryPath. Also fixes: pipe deadlock in install command (#1), UTF-8 truncation panic (#2/#4), adds install concurrency guard (#11), exact provider ID match (#15), error display stdout fallback (#5), success banner suppression when already available (#12), misleading re-run text (#13), IIFE refactor in PersonaDialog (#14), hidden internal query lift (#7), configurable e2e mocks (#9), shared raw type exports (#8), and classify_provider unit tests (#10).
wpfleger96
added a commit
that referenced
this pull request
May 22, 2026
…iew findings The original implementation created a second parallel Tauri command (discover_all_acp_providers) alongside the existing one to avoid changing the return type. This produced two commands, two hooks, two query keys, and two raw type converters. Consolidates into a single command returning the full catalog, with a useAvailableAcpProviders hook that type-narrows for callers needing non-null command/binaryPath. Also fixes: pipe deadlock in install command (#1), UTF-8 truncation panic (#2/#4), adds install concurrency guard (#11), exact provider ID match (#15), error display stdout fallback (#5), success banner suppression when already available (#12), misleading re-run text (#13), IIFE refactor in PersonaDialog (#14), hidden internal query lift (#7), configurable e2e mocks (#9), shared raw type exports (#8), and classify_provider unit tests (#10).
This was referenced Aug 1, 2026
troyhoffman-oss
added a commit
to troyhoffman-oss/buzz
that referenced
this pull request
Aug 5, 2026
…lowing U+26A1 HIGH VOLTAGE SIGN is `eaw=W` in UAX block#11 and was missing from `WIDE_RANGES`. That is not the same class of omission as the Ambiguous set the table deliberately excludes: Ambiguous is a *policy choice* (the Latin policy the design's mocks are drawn against), Wide is not — every terminal advances two cells for it. The cost was a corrupted frame, not a rounding error. `⚡` rides the channel-list and fleet status suffixes — exactly the rows §3's list-row rule works hardest to keep intact — so a row measured one column short overflowed the pane, the terminal wrapped it, and `⚡claude-1 goose-1` drew as `⚡claude-1 goose-` with a bare `1` alone on the following line. **It predates this pass by three milestones.** The same wrap is visible in the M1 captures, at both 120 and 60 columns, and it reads as a layout bug rather than a measurement one — which is presumably why three dogfood rounds walked past it. Found here by auditing the Wave 2 captures glyph by glyph against UAX block#11 rather than by looking at them. `scripts/check-mocks.ts` carries a duplicate of the table and gets the same entry. `src/render/width.ts`'s header states the two must stay identical — "what stops the doc gate and the renderer disagreeing about what 120 columns means" — and a fix in one alone would let a mock measure 120 while the app draws 121. Also here: the W2 capture script must launch the compiled binary from a scratch directory, never from `tui/`. The binary re-reads whatever `bunfig.toml` is in its CWD, and that file declares a dev/test `preload` its embedded module graph cannot resolve — so it dies on startup with `preload not found` even though the Solid transform is already baked in. `bunfig.toml` documents this and `scripts/smoke.sh` does the same thing; the interpreted path needs the opposite, so the launch CWD now follows the `--binary` flag. Verified: `⚡claude-1 goose-1` now renders intact inside a 60- and a 120-column row. bun test test/unit — 464 pass 0 fail; test/render — 47 pass 0 fail; check-mocks against DESIGN.md — 5 mocks match their declared size; tsc, biome and check-boundary all clean. Signed-off-by: Troy Hoffman <troy.hoffman@icloud.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing