Stack Wallet theme selector server so the app doesn't have to have all themes on it
cbd88f96d8
* update orange theme to v2 * redo coin json and add theme version * updated sha256 * fix: light theme json didn't get saved for some reason * fix: legacy support --------- Co-authored-by: julian <julian@cypherstack.com> Co-authored-by: ryleedavis <rylee@cypherstack.com> |
||
---|---|---|
.github/workflows | ||
data | ||
scripts | ||
src | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Stack-Theme-Selector-Server
This is the repository for the Stack Theme Selector Server. This server is used to provide the theme selector for the Stack Wallet.
Creating a theme (WIP)
- Theme id must be unique
- Theme zip file name must be the theme id
- The themes.json file must be updated with (at least) the theme id and the sha256 hash of the zip file
- The
previewImageUrl
should point to an image located in data/previews - The preview image should match the preview image in the theme zip file
- See the current Model for minimum theme requirements (subject to change)
Editing a theme
- Extract zip of theme and make any changes
- Create new archive
- Update themes.json file