Conversation
Co-authored-by: Kiya Rose Ren-Miyakari <kiya.rose@sillylittle.tech>
Co-authored-by: Kiya Rose Ren-Miyakari <kiya.rose@sillylittle.tech>
Co-authored-by: Kiya Rose Ren-Miyakari <kiya.rose@sillylittle.tech>
…oppe-0d5b Character cloud sync fixes, animation repair, and shop cosmetics foundation
… restore togglesleeve layers for improved design consistency.
Co-authored-by: Kiya Rose Ren-Miyakari <kiya.rose@sillylittle.tech>
Co-authored-by: Kiya Rose Ren-Miyakari <kiya.rose@sillylittle.tech>
Co-authored-by: Kiya Rose Ren-Miyakari <kiya.rose@sillylittle.tech>
…olish-b2e2 Polish shop previews, stamp/cursor assets, and character icon motion
Fix bugs in accessories functionality
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant improvements to the character customization system, enhances asset syncing workflows, and adds support for shop cosmetics in the application. The main themes are new character customization features, improvements to asset management, UI updates to integrate character features, and documentation for both character and shop systems.
Summary of most important changes:
The release adds a desk character customization system, including new database schema and UI routes, and integrates character display throughout the app. Asset syncing is updated to handle character SVGs and regenerate manifests automatically. A new in-app shop system is documented, and supporting scripts and documentation are provided for both features.
Character Customization System
characterAppearancetable in the Dexie database (src/db/schema.ts), a/character-labroute, and UI components for character display and editing throughout the app (src/App.tsx,src/features/character/CharacterCorner.tsx). [1] [2] [3] [4] [5] [6] [7] [8] [9]docs/CHARACTER_CUSTOMIZATION.md).Asset Management Improvements
asset/char/topublic/asset/char/and automatically regenerate the character manifest after syncing assets (scripts/sync-assets.mjs). [1] [2]AGENTS.md).Shop System Documentation
asset/shop/README.mddocumenting the JSON schema, asset contracts, and workflow for the in-app Shoppe item catalog, including support for themes, stamps, cursors, and images.UI Integration and Cosmetic Effects
DeskCharacterLayout,CharacterNavIcon, and cosmetic effects for shop items throughout the app (src/App.tsx). [1] [2] [3] [4]Version and Script Updates
package.jsonscripts to include a newpose:labcommand for character pose iteration (VERSION,package.json). [1] [2]