Commit Graph

46 Commits

Author SHA1 Message Date
f1d088596d adds basic 'views' concept for main content 2019-08-01 15:46:38 +02:00
dde7dc3770 removes Chest use of AppStorage, various fixes 2019-08-01 14:46:25 +02:00
15d87e3b47 more refactoring, removing imports 2019-07-31 21:48:59 +02:00
dae7633c11 moves logic to PlayerView, adds simple notifications when debugging 2019-07-31 15:37:35 +02:00
e07b236313 removes useless test 2019-07-31 15:12:48 +02:00
fccd9b999b Starts refactor using a PlayerView renderless component for Player logic 2019-07-31 15:11:51 +02:00
2991a88a30 small fixes while reviewing code 2019-07-29 15:43:14 +02:00
a3eaeed807 redraws frontend UI 2019-07-28 15:56:19 +02:00
5d54d40bec learning how to test 2019-07-12 15:56:16 +02:00
caa8d3fad6 adds docs, tests unpack_gold_value 2019-07-11 15:35:32 +02:00
e08cd64743 enhance responses from API, integrates with frontend 2019-07-11 14:54:18 +02:00
bc65dfcd78 small changes 2019-07-05 15:45:53 +02:00
63c14b4a54 improves progressive rendering, work in progress... 2019-07-05 15:06:16 +02:00
b4692a7a4e fixes Vue reactivity problems, updates REST Api endpoints 2019-07-05 14:18:12 +02:00
5f0e6624e0 going on, reactivity is not properly working 2019-07-04 16:02:05 +02:00
503ebf7b6b updates frontend to use DB api 2019-07-04 14:53:50 +02:00
4e28eb4159 basic impl of players list and loot api in frontend 2019-07-03 16:07:56 +02:00
b8968aebbd adds cors to test in dev environment 2019-07-03 14:32:35 +02:00
23adaa3e79 writes down some ideas 2019-06-21 21:49:57 +02:00
ef9124cc74 moves shared store inside AppStorage.js 2019-06-16 15:37:03 +02:00
d9b629116c small fixes 2019-06-16 14:33:26 +02:00
3b1ad574cd removes useless GroupChest component, minor style changes 2019-06-16 14:11:28 +02:00
f50765b5ad small styling tests 2019-06-16 13:54:02 +02:00
192c214b6b adds main actions in group chest 2019-06-15 21:34:45 +02:00
0ff303475b adds show/hides of loot add card 2019-06-15 21:23:22 +02:00
fddb5409b4 improves suggestion box display 2019-06-15 21:09:42 +02:00
b345faa517 more work on ItemInput 2019-06-15 16:31:16 +02:00
aa23fd7077 inits Loot adding functionnality 2019-06-15 16:18:56 +02:00
be5d719068 adds PercentInput for value modding in sell action 2019-06-15 15:20:29 +02:00
50b00cb626 small fixes 2019-06-15 14:05:14 +02:00
89547c52e5 adds node-sass for theme customization 2019-06-14 21:16:43 +02:00
a058357815 dummy impls for requests and conflict resolution 2019-06-14 16:06:03 +02:00
dc7a0da95d adds requests state for Request component 2019-06-14 15:38:24 +02:00
0e71776f4f cleaner inputs for Wealth 2019-06-14 14:31:46 +02:00
109a01a368 removes debug log 2019-06-13 21:47:35 +02:00
93e839e40e adds simple cookie to store active player_id 2019-06-13 21:46:48 +02:00
5a3c628e8e moves request inside own component 2019-06-13 21:30:45 +02:00
d257ffc775 adds dummy UX for sell action 2019-06-13 16:26:44 +02:00
6843fc92cf improves updateWealth error handling 2019-06-13 16:06:00 +02:00
2efed539fb adds actions button, adds comments about testing 2019-06-13 14:46:48 +02:00
3232710a4c improves custom v-closable directive 2019-06-12 21:35:35 +02:00
a57ffdb6c6 add wealth update boilerplate 2019-06-12 16:27:10 +02:00
eeb297215a adds dummy impls for targeted behaviours 2019-06-12 15:34:52 +02:00
022b97520f adds OutsideClick handler for dropdown, moves Wealth view into new component 2019-06-12 14:11:46 +02:00
feef8146d2 adds simple global state, adds dropdown to switch players 2019-06-11 22:08:53 +02:00
dc978fc87f init vue+bulma frontend 2019-06-11 16:12:41 +02:00