Conversation
- Add i18n module with zh-CN and en translations - Reorganize components into layout/, content/, controls/ subdirectories - Remove barrel export file (index.ts) - Replace hardcoded Chinese text with i18n references - Update Nav and Footer logos to use RSSBook SVG - Add search/filter status card at top of Timeline - Update footer link to RSSBook GitHub repository
…, reader, redbook themes - Add 6 distinct themes with unique layouts (gallery, magazine, masonry, minimal, reader, redbook) - Add i18n support (zh-CN, en) for all themes - Add dark mode toggle support - Add search/filter functionality - Add pagination support - Refactor error page from theme/error to books/error - Create theme registry (books/themes.ts) with DEFAULT_THEME - Add types/safe.ts for XSS-safe attribute handling - Fix all XSS vulnerabilities (K601) across all themes - All 507 tests pass, xss-scan passes with 0 errors
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
❌ Deploy Preview for rssbook failed.
|
1 similar comment
❌ Deploy Preview for rssbook failed.
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
rssbook | 6e620a2 | Commit Preview URL Branch Preview URL |
Jul 25 2026, 08:09 AM |
| try { | ||
| return (await pending) as T; | ||
| } finally { | ||
| if (this.inFlight.get(fullKey) === pending) this.inFlight.delete(fullKey); |
# Conflicts: # bun.lock # pkgs/rssbook/src/app.ts # pkgs/rssbook/src/books/magazine/home/components/content/Featured.tsx # pkgs/rssbook/src/books/magazine/home/components/content/Item.tsx # pkgs/rssbook/src/books/magazine/home/components/layout/Footer.tsx # pkgs/rssbook/src/books/magazine/home/components/layout/Nav.tsx # pkgs/rssbook/src/books/masonry/home/components/content/Item.tsx # pkgs/rssbook/src/books/masonry/home/components/layout/Footer.tsx # pkgs/rssbook/src/books/masonry/home/components/layout/Nav.tsx # pkgs/rssbook/src/books/minimal/home/components/content/Item.tsx # pkgs/rssbook/src/books/minimal/home/components/layout/Footer.tsx # pkgs/rssbook/src/books/minimal/home/components/layout/Nav.tsx # pkgs/rssbook/src/books/reader/home/components/content/Item.tsx # pkgs/rssbook/src/books/reader/home/components/layout/Footer.tsx # pkgs/rssbook/src/books/redbook/home/components/content/Item.tsx # pkgs/rssbook/src/books/redbook/home/components/layout/Footer.tsx # pkgs/rssbook/src/books/redbook/home/components/layout/Nav.tsx # pkgs/rssbook/src/index.ts # pkgs/rssbook/src/plugins/init.ts # platform/cloudflare/index.ts # platform/cloudflare/package.json # platform/cloudflare/wrangler.jsonc # platform/deno/index.ts # platform/vercel/api/index.ts # platform/vercel/package.json
|
Important Review skippedToo many files! This PR contains 117 files, which is 17 over the limit of 100. To get a review, narrow the scope: Upgrade to a paid plan to raise the limit. This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (119)
You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Validation
bun run fixbun run check:biomebun run check:typebun run test(543 passed, 0 failed)