base repository: CodingCatDev/codingcat.dev
base: dev
head repository: CodingCatDev/codingcat.dev
- 14 commits
- 476 files changed
- 3 contributors
Commits on Mar 13, 2026
-
fix: stronger black bg enforcement in Gemini image prompts …
V5b showed 2/4 infographic frames with gray/off-white backgrounds despite the color rule saying 'Use ONLY black'. Restructured as numbered rules with explicit rejection language. Background rule is now #1 priority.
Miriad committed Mar 13, 2026Configuration menu- View commit details
- Copy full SHA for cce1588
- Browse repository at this point
Copy the full SHAcce1588 View commit details
Commits on Mar 14, 2026
-
release: Task 1D (engineConfig) + Task 1E (review dashboard) …
Configuration menuCopy the full SHA7428f34 View commit details
Commits on Mar 17, 2026
Commits on May 29, 2026
-
refactor: consolidate monorepo with Next.js in apps/web and Sanity in… …
… apps/sanity Replace the Astro apps/web on dev with main's Next.js app, strip the embedded Studio route, wire typegen to apps/sanity's schema extract, and trim CI to Sanity Studio deploys only (Vercel handles apps/web). Co-authored-by: Cursor <cursoragent@cursor.com>
Configuration menu- View commit details
- Copy full SHA for 7d9368c
- Browse repository at this point
Copy the full SHA7d9368c View commit details -
Configuration menu
- View commit details
- Copy full SHA for 8d0dfc2
Copy the full SHA8d0dfc2 View commit details -
fix: update route type imports and adjust draft mode client configura… …
…tion - Changed the import path for route types in next-env.d.ts to point to the development directory. - Modified the client configuration in route.tsx to disable CDN usage for draft mode, ensuring accurate content retrieval during editing.
Configuration menu- View commit details
- Copy full SHA for 827fd8b
- Browse repository at this point
View commit detailsBrowse the repository at this point in the history -
feat: update Sanity dependencies and enhance draft mode functionality …
- Upgraded Sanity-related packages to their latest versions for improved performance and features. - Implemented dynamic fetching options in various components to support draft mode, enhancing content visibility during editing. - Adjusted the sitemap and page components to utilize the new fetching methods, ensuring accurate data retrieval based on the selected perspective. - Introduced caching mechanisms for improved efficiency in data fetching.
Configuration menu- View commit details
- Copy full SHA for 404acba
Copy the full SHA404acba View commit details -
refactor: replace deprecated sanity-typegen.json with inline typegen … …
…configuration - Removed the obsolete sanity-typegen.json file. - Integrated typegen configuration directly into the Sanity CLI setup, ensuring schema extraction and type generation are streamlined within the cliConfig.
- Copy full SHA for ecbd38e
- Browse repository at this point
Copy the full SHAecbd38e View commit details -
chore: update dependencies for React and Next.js …
- Upgraded React and React DOM to version 19.2.6 for improved performance and compatibility. - Updated Next.js to version 16.2.6 to leverage the latest features and enhancements.
Configuration menu- View commit details
- Copy full SHA for f5c9c35
- Browse repository at this point
Copy the full SHAf5c9c35 View commit details -
chore: update package dependencies and enhance sitemap functionality …
- Upgraded pnpm to version 10.34.1 for improved package management. - Added new skills to skills-lock.json for better content modeling and SEO practices. - Introduced schema-dts version 2.0.0 to enhance TypeScript support. - Updated sitemap generation to utilize SITE_URL for dynamic URL handling across various components. - Enhanced metadata generation for authors, guests, podcasts, posts, and sponsors to include structured data for better SEO.
Configuration menu- View commit details
- Copy full SHA for 1637d9b
- Browse repository at this point
Copy the full SHA1637d9b View commit details -
fix: resolve Cache Components prerender errors blocking production build …
Dashboard pages are auth-gated and render live data per request, but were being prerendered into the static shell, tripping Cache Components rules (Date.now in lib/config, uncached Sanity fetches outside Suspense). - Refactor dashboard pages to the three-layer pattern: static shell plus a Suspense-wrapped child that calls connection() before fetching (config, content, pipeline, review, review/[id], sponsors, videos) - Wrap the live time-reading components on the dashboard index in Suspense - Wrap NavHeaderSlot and Footer in the (main) layout in Suspense so the one dynamic route (/podcast/preview/[token]) can produce a static shell - Make /api/youtube/rss.xml dynamic via connection() (external fetch + Date) Co-authored-by: Cursor <cursoragent@cursor.com>
1 Configuration menu- View commit details
- Copy full SHA for 87ad666
View commit detailsBrowse the repository at this point in the history
Commits on Jun 3, 2026
-
refactor: update RSS feed generation methods for podcasts and blogs …
- Replaced the deprecated `buildFeed` and `buildPodcastFeed` functions with `getFeedJson` and `getPodcastFeedXml` for improved performance and clarity. - Streamlined the fetching of feed data to reduce payload size and enhance caching efficiency. - Updated related route handlers to utilize the new feed generation methods, ensuring consistent data retrieval across JSON and XML feeds.
1 Configuration menu- Copy full SHA for 93b687c
- Browse repository at this point
Copy the full SHA93b687c View commit details -
refactor: update cache usage in live data fetching functions …
- Changed cache directive from "use cache" to "use cache: remote" in the `sanityFetchStaticParams` and `sanityFetchMetadata` functions to clarify the caching strategy. - This update enhances the understanding of data fetching behavior in relation to remote caching.
1 Configuration menu- View commit details
- Copy full SHA for a9ae015
- Browse repository at this point
Copy the full SHAa9ae015 View commit details -
refactor: enhance data fetching and caching strategies in dashboard c… …
…omponents - Updated dashboard components to improve data fetching efficiency by implementing a more structured caching approach. - Refactored components to better utilize Suspense for dynamic data rendering, ensuring a smoother user experience. - Adjusted the integration of live data fetching methods to align with recent caching updates, enhancing overall performance.
1 Configuration menu- View commit details
- Copy full SHA for 648523f
- Browse repository at this point
Copy the full SHA648523f View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff dev...main