IciaCarroBarallobre / elixir_wordle

Elixir Wordle Web App featuring daily words related to Elixir.
Apache License 2.0
9 stars 3 forks source link

[Feature] Client countdown #44

Open IciaCarroBarallobre opened 1 year ago

IciaCarroBarallobre commented 1 year ago

Context: https://github.com/IciaCarroBarallobre/elixir_wordle/issues/42

Additionally, it's a better idea to send current_time to the client and handle it there, rather than in the LiveView server, as it can be a heavy workload.