Add workspace-scoped mail support#28
Open
swhan0329 wants to merge 1 commit into
Open
Conversation
Author
|
@algora-pbc /claim #1 |
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.
/claim #1
Summary
Notes
This is a focused slice for the Slack-style workspace flow in #1. It uses the existing Prisma workspace models rather than introducing new tables.
Verification
pnpm --filter inbox-zero-ai exec tsc --noEmitpnpm --filter @inboxzero/resend exec tsc --noEmitenv NODE_ENV=test POSTGRES_PRISMA_URL=postgresql://user:pass@localhost:5432/db POSTGRES_URL_NON_POOLING=postgresql://user:pass@localhost:5432/db NEXTAUTH_URL=http://localhost:3000 NEXTAUTH_SECRET=secret GOOGLE_CLIENT_ID=dummy GOOGLE_CLIENT_SECRET=dummy OPENAI_API_KEY=dummy UPSTASH_REDIS_URL=https://example.com UPSTASH_REDIS_TOKEN=dummy GOOGLE_PUBSUB_TOPIC_NAME=dummy LEMON_SQUEEZY_API_SECRET=dummy LEMON_SQUEEZY_SIGNING_SECRET=dummy TINYBIRD_TOKEN=dummy LANGBASE_URL=https://example.com LANGBASE_SUMMARIES_SECRET=dummy LANGBASE_CATEGORIES_SECRET=dummy LANGBASE_ACTIONS_SECRET=dummy LANGBASE_URGENT_SECRET=dummy NEXT_PUBLIC_PRO_PAYMENT_LINK=https://example.com/pro NEXT_PUBLIC_LIFETIME_PAYMENT_LINK=https://example.com/lifetime NEXT_PUBLIC_LIFETIME_PLAN_ID=dummy pnpm --filter inbox-zero-ai lintgit diff --checkLint passes with existing warnings in unrelated files: CommandK, mail-list, and single-image-dropzone.