Skip to content

Add React Admin site template blog#2813

Merged
adityaoberai merged 8 commits intomainfrom
add-react-admin-blog
Apr 2, 2026
Merged

Add React Admin site template blog#2813
adityaoberai merged 8 commits intomainfrom
add-react-admin-blog

Conversation

@adityaoberai
Copy link
Copy Markdown
Contributor

What does this PR do?

(Provide a description of what this PR does.)

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 17, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9ad9bd8a-8d63-441c-b95b-0f39b7a510ce

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch add-react-admin-blog

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@adityaoberai adityaoberai marked this pull request as ready for review April 2, 2026 20:58
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Apr 2, 2026

Greptile Summary

This PR adds a new blog post and integration page for the CRM dashboard with React Admin site template, along with all supporting screenshots and avatar image. The content covers deployment steps, environment variable configuration, and customization tips, and follows the established patterns used by other Sites template posts (e.g., portfolio-template-sites, nextjs-starter-sites).

Key changes:

  • New blog post at src/routes/blog/post/react-admin-template-sites/+page.markdoc with deployment walkthrough and customization guide
  • New integration page at src/routes/integrations/sites-react-admin/+page.markdoc following the existing integration layout and frontmatter conventions
  • Seven new screenshots under static/images/integrations/sites-react-admin/, one blog cover image, and a React Admin avatar
  • .optimize-cache.json updated with hashes for all new image assets

Issue found:

  • Both the blog post and the integration page use identical alt text ("Create new site") for two consecutive but visually distinct images — one showing the Sites list page and one showing the template selection screen. This should be corrected in both files for accessibility.

Confidence Score: 5/5

Safe to merge; the only finding is a minor duplicate alt text accessibility issue (P2) across both markdoc files.

All content follows existing conventions for Sites template blog posts and integration pages. The single issue found — duplicate image alt text — is a P2 accessibility improvement that does not block functionality or correctness.

The duplicate alt text on lines 43 and 47 of both src/routes/blog/post/react-admin-template-sites/+page.markdoc and src/routes/integrations/sites-react-admin/+page.markdoc should be corrected before merging, though it is non-blocking.

Important Files Changed

Filename Overview
src/routes/blog/post/react-admin-template-sites/+page.markdoc New blog post for the React Admin CRM dashboard template; content and frontmatter are correct, but two adjacent images both carry identical alt text "Create new site", which harms screen-reader accessibility.
src/routes/integrations/sites-react-admin/+page.markdoc New integration page for React Admin Sites template; follows the established integration page format, but contains the same duplicate "Create new site" alt text as the blog post for its two opening images.
.optimize-cache.json Adds cache entries for all new blog and integration images; correctly covers the cover image under the blog path and all seven integration screenshots.

Reviews (3): Last reviewed commit: "Apply suggestion from @adityaoberai" | Re-trigger Greptile

Co-authored-by: Atharva Deosthale <atharva.deosthale17@gmail.com>
@adityaoberai adityaoberai merged commit 2953398 into main Apr 2, 2026
6 checks passed
@adityaoberai adityaoberai deleted the add-react-admin-blog branch April 2, 2026 21:45
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.

2 participants