Skip to content

docs: Adds XenSQL to showcase#5622

Merged
leaanthony merged 8 commits into
wailsapp:masterfrom
Bare7a:showcase-xensql
Jun 21, 2026
Merged

docs: Adds XenSQL to showcase#5622
leaanthony merged 8 commits into
wailsapp:masterfrom
Bare7a:showcase-xensql

Conversation

@Bare7a

@Bare7a Bare7a commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Description

Adds XenSQL to the project's Showcase section.

XenSQL is a SQL-focused application that may be useful to members of the community and serves as an additional example of software built with the project.

Fixes # (issue)

Type of change

Please select the option that is relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration using wails doctor.

  • Windows
  • macOS
  • Linux

If you checked Linux, please specify the distro and version.

Test Configuration

Please paste the output of wails doctor. If you are unable to run this command, please describe your environment in as much detail as possible.

Checklist:

  • (v2 only) I have updated website/src/pages/changelog.mdx with details of this PR (v3 changelog entries are added automatically)
  • My code follows the general coding style of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Summary by CodeRabbit

  • Documentation
    • Added XenSQL to the community showcase with a new thumbnail, title, and link
    • Created a new XenSQL documentation page featuring screenshots, product overview, key highlights, and notes on offline-first use, supported databases, read-only mode, and secure transport options

@coderabbitai

coderabbitai Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 1a032981-50d0-4033-8bf9-f5d26567a57c

📥 Commits

Reviewing files that changed from the base of the PR and between 3d0c5d8 and fa2c310.

📒 Files selected for processing (1)
  • docs/src/content/docs/community/showcase/xensql.md
✅ Files skipped from review due to trivial changes (1)
  • docs/src/content/docs/community/showcase/xensql.md

Walkthrough

A new showcase entry for XenSQL is added: a dedicated markdown page (xensql.md) with title, description, screenshots, feature highlights, supported databases, and offline/portable notes; and a corresponding ShowcaseImage entry in the showcase index referencing the thumbnail, link, and display title.

Changes

XenSQL Showcase Addition

Layer / File(s) Summary
XenSQL showcase page and index entry
docs/src/content/docs/community/showcase/xensql.md, docs/src/content/docs/community/showcase/index.mdx
New XenSQL showcase page added with metadata, embedded screenshots, feature highlights, supported-database notes, and offline/portable statement; showcase index wired with matching thumbnail import, href, and title.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A rabbit hops by with a brand new page,
XenSQL joins the showcase stage! 🐇
With screenshots bright and features bold,
Its SQL story is now fully told.
Offline, portable, databases galore —
The warren of apps just grew by one more! ✨

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The PR description provides a clear explanation of changes and links XenSQL to the project, but lacks key required template sections like type of change selection, testing information, and most checklist items are unchecked. Select appropriate type of change, document testing approach (even if N/A for docs), and address or check off relevant checklist items to clarify PR completeness.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The PR title clearly and concisely summarizes the main change: adding XenSQL to the showcase section, which aligns with the file changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/src/content/docs/community/showcase/xensql.md`:
- Line 16: The heading "Key Highlights" is currently using h3 level (###) but
should use h2 level (##) to maintain proper heading hierarchy in Starlight
documentation, where the page title serves as h1 and subsequent on-page headings
should start from h2. Change the heading level for "Key Highlights" from three
hash marks to two hash marks.
- Around line 9-10: Both img elements in the table (xensql-2.png and
xensql-3.png) are missing alt attributes which impacts accessibility for screen
readers. Add a descriptive alt attribute to each img tag that clearly explains
what each screenshot depicts, ensuring the alt text provides meaningful context
about the content of the images for users relying on screen readers.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: d2ac9b95-662b-4308-9204-b22527fca646

📥 Commits

Reviewing files that changed from the base of the PR and between a076f8a and ce8e450.

⛔ Files ignored due to path filters (3)
  • docs/src/assets/showcase-images/xensql-1.png is excluded by !**/*.png
  • docs/src/assets/showcase-images/xensql-2.png is excluded by !**/*.png
  • docs/src/assets/showcase-images/xensql-3.png is excluded by !**/*.png
📒 Files selected for processing (2)
  • docs/src/content/docs/community/showcase/index.mdx
  • docs/src/content/docs/community/showcase/xensql.md

Comment thread docs/src/content/docs/community/showcase/xensql.md Outdated
Comment thread docs/src/content/docs/community/showcase/xensql.md Outdated
Bare7a and others added 7 commits June 17, 2026 15:40
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Updated images and descriptions for XenSQL showcase.
Updated the showcase images for XenSQL.
@leaanthony leaanthony merged commit 337bc24 into wailsapp:master Jun 21, 2026
3 of 4 checks passed
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