Add lemontea to v3 showcase#5162
Conversation
WalkthroughA new documentation page was added to the community showcase section featuring a project called lemontea built with Wails v3, Go, React, and TypeScript. The entry includes frontmatter metadata and descriptive content with an embedded image reference. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
docs/src/content/docs/community/showcase/lemontea.md (1)
6-6: Use a more descriptive alt text for accessibility.Line 6 alt text is generic; please describe the screenshot content so screen readers convey useful context.
Suggested tweak
- +🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@docs/src/content/docs/community/showcase/lemontea.md` at line 6, The image uses a generic alt text "lemontea" (the markdown token "") which is not descriptive for screen readers; update that alt text to a concise, descriptive phrase that conveys the screenshot content and purpose (for example: "Lemontea web app homepage showing recipe list and search bar" or similar) by replacing the "![lemontea]" token with a meaningful description in the image markdown.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@docs/src/content/docs/community/showcase/lemontea.md`:
- Line 6: The image uses a generic alt text "lemontea" (the markdown token
"") which is not descriptive for screen readers; update that alt
text to a concise, descriptive phrase that conveys the screenshot content and
purpose (for example: "Lemontea web app homepage showing recipe list and search
bar" or similar) by replacing the "![lemontea]" token with a meaningful
description in the image markdown.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 41d55674-ccf1-4e16-90f3-e4d7811206bd
⛔ Files ignored due to path filters (1)
docs/src/assets/showcase-images/lemontea_1.pngis excluded by!**/*.png
📒 Files selected for processing (1)
docs/src/content/docs/community/showcase/lemontea.md
|
✅ Triaged by Wails PR Reviewer This PR has been reviewed and accepted. Head Ref OID: This comment serves as a signature that this PR has been triaged. Future runs will skip this PR based on the headRefOid. |
There was a problem hiding this comment.
Thanks for adding lemontea! Two fixes needed before merge:
-
Missing index.mdx entry — the app won't appear in the showcase grid because
docs/src/content/docs/community/showcase/index.mdxwas not updated. Please add an entry following the same pattern as existing entries (thumbnail, href, title fields). -
Missing trailing newline —
lemontea.mdis missing a newline at end of file.
Optional: converting lemontea_1.png to .webp would match the format used by newer showcase entries, but this is not required.
Example: https://github.com/wailsapp/wails/pull/5099/changes
|
Hi @MikeLINGxZ — thanks for the submission! Two things still needed before we can merge: 1. Add an entry to The showcase grid is populated from this file. Add the following entry before the closing ``]``` (after the Packsmith entry): {
thumbnail: import("../../../../assets/showcase-images/packsmith-logo.webp"),
href: "/community/showcase/packsmith",
title: "Packsmith",
}
+ ,{
+ thumbnail: import("../../../../assets/showcase-images/lemontea_1.png"),
+ href: "/community/showcase/lemontea",
+ title: "lemontea",
+ }
]}2. Add a trailing newline to The file currently ends without a newline (the diff shows Once those two are in, this is good to merge! |
from wailsapp/awesome-wails#105
Summary by CodeRabbit