Integrate dashboard, extension, and ingestion#10
Merged
Conversation
Remove broken feed Toggle, move SearchBar into feed header, swap hardcoded Landing hex for secondary-500 token, add Manrope to font link. Wire RoutedHome with client-side sample posts / side panels (Convex schema has no post table yet). New playwright helper for /home screenshots. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Brings in DS component polish (Avatar, Button, Cards, DateBadge, Logo, SearchBar/Panel, SideBar, Tags, Toggle), new components (Bookmark, Dropdown, OrgHoverCard), token updates, shared fallbackColors util, prettier config, and README/CI tweaks. Conflict resolutions: - Kept HEAD monorepo layout: all DS code lives under shared/ui, apps/dashboard imports via @app/ui barrel. - Moved annie's root src/components/* + src/utils/* under shared/ui/src/. - Dropped stray pre-monorepo root files (src/App.tsx, src/main.tsx, vite.config.ts) — replaced long ago by apps/dashboard equivalents. - Rewrote DesignSystem.tsx imports to use @app/ui and @app/ui/assets/* subpath; added ./assets/* to shared/ui package exports. - Extended shared/ui/src/index.ts to re-export Bookmark, Dropdown, OrgHoverCard. - Added lucide-react as peer dep (shared/ui) and dep (apps/dashboard) — multiple DS components rely on it. - Root package.json keeps workspace-dispatch scripts; added prettier format / format:check scripts + dev deps. - Kept Manrope font link addition from previous commit. - Dropped annie's committed .env (contained a rotated Gemini API key — pre-existing leak on source branch, addressed separately). Added .env / .env.local to .gitignore. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
It's now way better
…egration/all-prs # Conflicts: # .gitignore # apps/dashboard/eslint.config.js # apps/dashboard/src/index.css # bun.lock # package.json # shared/ui/src/assets/profile-avatar.svg # shared/ui/src/index.ts
…/all-prs # Conflicts: # apps/dashboard/convex/_shared/adminToken.ts # apps/dashboard/convex/crons.ts # apps/dashboard/convex/gmailConnection.ts # apps/dashboard/convex/gmailOAuth.ts # apps/dashboard/convex/ingestion.ts # apps/dashboard/convex/listservAdmin.ts # apps/dashboard/convex/parser.ts # apps/dashboard/convex/sourceAdmin.ts # apps/dashboard/eslint.config.js # apps/dashboard/src/pages/Admin.tsx # src/App.tsx
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
Checks