diff --git a/lootalot_front/src/components/GroupChest.vue b/lootalot_front/src/components/GroupChest.vue index 9022e4f..8189fb0 100644 --- a/lootalot_front/src/components/GroupChest.vue +++ b/lootalot_front/src/components/GroupChest.vue @@ -8,7 +8,7 @@

Coffre de groupe

- + diff --git a/lootalot_front/src/components/Player.vue b/lootalot_front/src/components/Player.vue index ac9d2bd..efd4ca9 100644 --- a/lootalot_front/src/components/Player.vue +++ b/lootalot_front/src/components/Player.vue @@ -26,7 +26,10 @@
- + +

Dette : {{ player.debt }}gp

@@ -71,6 +74,7 @@ {id: 3, name: "Fefi"}, ], show_dropdown: false, + edit_wealth: false, }; }, computed: { diff --git a/lootalot_front/src/components/Wealth.vue b/lootalot_front/src/components/Wealth.vue index c23cdb9..41fdef9 100644 --- a/lootalot_front/src/components/Wealth.vue +++ b/lootalot_front/src/components/Wealth.vue @@ -1,39 +1,79 @@