From 4e1f4f4a8ec7be2101a3f6e7cbe6c98924c1c1ea Mon Sep 17 00:00:00 2001
From: efim
Date: Sun, 2 Jul 2023 06:01:00 +0000
Subject: [PATCH] feat(14): setting up result message with data
i think i should be able to make it appear with delay just with css
(and that would also mean that my initial delayed call to get house
choice is also not necessary, but oh well, this is still nice practice)
---
.../src/main/resources/templates/showdown.html | 15 +++++++++++----
.../src/main/scala/rockpaperscissors/Models.scala | 14 ++++++++++----
2 files changed, 21 insertions(+), 8 deletions(-)
diff --git a/14-rock-paper-scissors/src/main/resources/templates/showdown.html b/14-rock-paper-scissors/src/main/resources/templates/showdown.html
index aa5bbd8..c7684a8 100644
--- a/14-rock-paper-scissors/src/main/resources/templates/showdown.html
+++ b/14-rock-paper-scissors/src/main/resources/templates/showdown.html
@@ -96,8 +96,9 @@