Draco is Contributing…

Summary by CodeRabbit
- Chores
- Updated CI workflows: concurrency/cancel-in-progress, expanded triggers including manual runs, improved caching, longer build timeout, and merged release creation into the build job.
- Enhanced Android pipeline: full build/sign/publish flow, optional signing, artifact versioning, and automatic attachment to releases.
- Added release automation and commit-message linting workflows and configs.
- Configuration
- Renamed app identifiers for consistency ("subsonic-native" → "subsonicnative") and disabled Android edge-to-edge.
- Expanded ignore patterns to include .old and .base64.
- Dependencies
- Moved commitlint packages to devDependencies.

Ci is working again!
Didn't need the multiple install commands, or even installing in the examples directory
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Description
Just fixing a tiny typo I found!

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Fixing the issue in #24 , should be a bit less error prone now
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Added a list of the currently supported plugins to docs
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Porting the Docs over to Astro, this should make documenting the plugin way easier using mdx, and fix a bunch of bugs on the docs site regarding layout shifts.
Putting this in for consideration, you can see the pages in docs/src/content/docs/**
Here's a live version: https://better-auth.dracodev.me/
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Fixed typo in Breadcrumb component:
- BreadcrumbEllipsis.displayName = "BreadcrumbElipssis";
+ BreadcrumbEllipsis.displayName = "BreadcrumbElipsis";

There was a typo in the MenuBar component that could cause issues with React in displayName
Line 237 in both themes:
- MenubarShortcut.displayname = "MenubarShortcut";
+ MenubarShortcut.displayName = "MenubarShortcut";

Added bg music, start delay, start and end sound

…oddamn

Files changed: src, assets, ,include, and vscode.
implemented raylib.

I can't for the life of me get that animation for the discord button working correctly T-T Gonna do that later

yarn install, yarn dev

Used jsdoc-to-markdown to make an automatic docgen system in md, gonna expand on this later to make a dynamic site from the md files

Adding JSDOC for Intellisense and to make the package more accessible, currently only a few files so you don't have to review too many lines, hope I didn't break anything
Last fetched: | Scheduled refresh: Every Saturday