habitica/website
negue f72f71fd32 [WIP] New Client - Shops/Market (#8884)
* initial market - routing - store - load market data

* move drawer/drawerSlider / count/star badge to components/ui

* filter market categories

* shopItem with gem / gold

* show count of purchable items

* show count of purchable itemsshow drawer with currently owned items + DrawerHeaderTabs-Component

* show featured gear

* show Gear - filter by class - sort by (type, price, stats) - sort market items

* Component: ItemRows - shows only the max items in one row (depending on the available width)

* Sell Dialog + Balance Component

* generic buy-dialog / attributes grid with highlight

* buyItem - hide already owned gear

* filter: hide locked/pinned - lock items if not enough gold

* API: Sell multiple items

* show avatar in buy-equipment-dialog with changed gear

* market banner

* misc fixes

* filter by text

* pin/unpin gear store actions

* Sell API: amount as query-parameter

* Update user.js

* fixes

* fix sell api amount test

* add back stroke/fill currentColor

* use scss variables
2017-07-27 19:41:23 +02:00
..
assets Merge branch 'release' into develop 2017-07-25 23:25:11 +00:00
build Vue Store (#8071) 2016-09-29 13:32:36 +02:00
client [WIP] New Client - Shops/Market (#8884) 2017-07-27 19:41:23 +02:00
client-old Fixes #7958 - do not remove Battle Gear equipment when changing class (#8064) 2017-07-20 10:28:53 -07:00
common [WIP] New Client - Shops/Market (#8884) 2017-07-27 19:41:23 +02:00
server [WIP] New Client - Shops/Market (#8884) 2017-07-27 19:41:23 +02:00
static/sprites feat(content): Subscriber items 2017-07 2017-07-25 23:15:06 +00:00
views Merge branch 'release' into develop 2017-07-25 23:25:11 +00:00
README.md expose new client at /new-app, can be enabled in prod setting a flag 2016-09-21 13:43:39 +02:00

/website/client contains the source files for the new client side that is being developed as part of the Habitica.com redesign. Static assets for the new client can be found in website/static.

The old client side files can be found in /website/client-old, they are still used on Habitica.com while the redesign is in progress.