This website requires JavaScript.
Explore
Help
Register
Sign in
sudoxreboot
/
habitica
Watch
1
Star
0
Fork
You've already forked habitica
0
mirror of
https://github.com/sudoxnym/habitica.git
synced
2026-08-04 09:39:23 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
f9f22f313f
habitica
/
website
/
client
/
store
/
getters
/
index.js
3 lines
75 B
JavaScript
Raw
Normal View
History
Unescape
Escape
New Client: working navigation (#8131) * initial work * new client: working navigation and tasks showing up * finish header menu and add avatar component * fix sprites in new client * initial header version * initial styling for top menu * more progress on the header menu * almost complete menu and avatar * correctly apply active class for /social and /help * fix header colors and simplify css * switch from Roboto to native fonts * remove small avatar and add viewport * fixes * fix user menu with and progress bars * fix avatar rendeting * move bars colors to theme * add site overrides * fix tests * shrinkwrap * fix sprites path * another try at fixing the sprites path * another try at fixing the sprites path
2016-11-18 18:20:25 +00:00
export
function
userGems
(
store
)
{
return
store
.
state
.
user
.
balance
*
4
;
Vue Store (#8071) * vue: use our own store in place of vuex * vue store: add getters, watcher and use internal vue instance * vue store: better state getter and credits to Vuex * vue store: $watch -> watch * vuex store: pass store to getters and fix typos * add comments to store, start writing tests * fix unit tests and add missing ones * cleanup components, add less folder, fetch tassks * use Vuex helpers * pin vuex version * move semantic-ui theme to assets/less, keep website/build empty but in git * import helpers from vuex
2016-09-29 11:32:36 +00:00
}
Reference in a new issue
Copy permalink