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
e3c1eaa9d2
habitica
/
website
/
client
/
store
/
getters
/
user.js
3 lines
76 B
JavaScript
Raw
Normal View
History
Unescape
Escape
client: namespaces for actions and getteters
2016-12-09 07:01:59 +00:00
export
function
gems
(
store
)
{
Client: async resources, make store reusable, move plugins and add getTaskFor getter (#8575) Add library to manage async resource Make Store reusable for easier testing Move plugin to libs Add getTaskFor getter with tests
2017-03-18 17:33:08 +00:00
return
store
.
state
.
user
.
data
.
balance
*
4
;
client: namespaces for actions and getteters
2016-12-09 07:01:59 +00:00
}
Reference in a new issue
Copy permalink