From b40e076851c8b0e4b3c32225ad5ce568c83d2354 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Sun, 10 Aug 2025 21:08:30 -0600 Subject: [PATCH] mejoras de UI OfferActions --- client/src/views/DemoGame.vue | 1 + client/src/views/games/G1.vue | 22 +- client/src/views/games/G2.vue | 26 +- client/src/views/games/G3.vue | 27 +- client/src/views/games/G4.vue | 27 +- client/src/views/games/G5.vue | 22 +- client/src/views/games/OfferActions.vue | 453 ++++++++++++++++++++++++ 7 files changed, 517 insertions(+), 61 deletions(-) create mode 100644 client/src/views/games/OfferActions.vue diff --git a/client/src/views/DemoGame.vue b/client/src/views/DemoGame.vue index 580501a..202813d 100644 --- a/client/src/views/DemoGame.vue +++ b/client/src/views/DemoGame.vue @@ -31,6 +31,7 @@

G1 – Sin derechos de propiedad

-
-
Oferta: 🦃 {{ state.offer.offerPavo }} / 🌽 {{ state.offer.offerElote }} | Pedido: 🦃 {{ state.offer.requestPavo }} / 🌽 {{ state.offer.requestElote }}
-
- - - -
-
Esperando decisión de P2…
-
+ + + \ No newline at end of file