Skip to content

Feat/originals explorer#183

Merged
brianorwhatever merged 14 commits into
mainfrom
feat/originals-explorer
May 10, 2026
Merged

Feat/originals explorer#183
brianorwhatever merged 14 commits into
mainfrom
feat/originals-explorer

Conversation

@brianorwhatever
Copy link
Copy Markdown
Contributor

No description provided.

brianorwhatever and others added 14 commits May 7, 2026 23:22
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Tests use bun:test types via the bun runtime; including them under tsc -b
trips TS2307 because @types/bun is not installed (and we'd rather not pull
it in just to silence type errors on test-only code). Tests are run by
bun, not vite, so excluding them from the app build keeps tsc -b green.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Lint review caught three @typescript-eslint/no-explicit-any errors on the
per-site/per-list join Maps. Convex's auto-generated Doc<TableName> types
are the right fit and require no schema changes.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…badge

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Manually patched convex/_generated/api.d.ts to add originals module
(import + ApiFromModules entry) since npx convex codegen can't run
without CONVEX_DEPLOYMENT. Adapted NoSearchResultsEmptyState call to
pass query={filters.q} (component requires the prop).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replaces the earlier manual patch with the canonical codegen output.
Functionally identical; only difference is the alphabetical ordering
of `originals` and `notifications` in the import block.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@brianorwhatever brianorwhatever merged commit c9686a7 into main May 10, 2026
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant