https://github.com/codingchili/mutable-bunnies-lit-rewrite
Rewriting the frontend for Mutable Bunnies from Polymer 2 -> lit-html.
https://github.com/codingchili/mutable-bunnies-lit-rewrite
Last synced: 3 months ago
JSON representation
Rewriting the frontend for Mutable Bunnies from Polymer 2 -> lit-html.
- Host: GitHub
- URL: https://github.com/codingchili/mutable-bunnies-lit-rewrite
- Owner: codingchili
- Created: 2020-09-10T19:31:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T16:53:28.000Z (over 5 years ago)
- Last Synced: 2025-10-25T11:46:48.853Z (7 months ago)
- Language: JavaScript
- Size: 26.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mutable-bunnies-lit-rewrite
Rewriting the frontend for Mutable Bunnies from Polymer 2 -> lit-html.
https://github.com/codingchili/mutable-bunnies-client
The client has 2 dependencies, lit-html and ink-ripple, everything else is custom components.
Views in the game to rewrite - [ui](src/ui)
- [x] Start page
- [x] Login view
- [x] Realm select
- [x] Character select
- [x] Character create
- [x] Patch download
- [x] Game loader
- [ ] All of the game UI tbd.
Components that needs to be replaced - [components](src/component)
- [x] paper-tooltip -> bunny-tooltip
- [x] paper-input -> bunny-input
- [x] paper-toolbar -> bunny-bar
- [x] paper-material -> bunny-box
- [x] paper-toast -> bunny-toast
- [x] paper-button -> bunny-button
- [x] iron-pages -> bunny-pages
- [x] iron-icon -> bunny-icon
- [x] paper-tab -> bunny-tab
- [x] paper-spinner -> bunny-spinner
- [x] paper-progress -> bunny-progress
- [x] paper-ripple -> ink-ripple (dependency)