todo_trek
todo_trek copied to clipboard
You can see it trying to create it but nothing goes through. I have just changed the postgress password, run mix deps.get, mix ecto,create, mix ecto.migrate and ran the seed...
phoenix_live_reload 1.5 uses Code.loaded?, which was introduced in Elixir 1.15.0. Bump the min version to 1.15.0 to accommodate this change. This could also be fixed by setting the phoenix_live_reload version...
Used to let you drag a new item between lists before saving it, causing a crash
Fixes https://github.com/chrismccord/todo_trek/issues/9
Hi, Chris! Thank you for releasing `todo_trek`; it's a really cool application, and is an excellent learning tool for all of us in the LiveView community. I encountered a bug...
``` [debug] HANDLE EVENT "delete-list" in TodoTrekWeb.HomeLive Parameters: %{"id" => "4"} [debug] QUERY OK source="lists" db=8.7ms queue=0.8ms idle=1712.3ms SELECT l0."id", l0."title", l0."position", l0."user_id", l0."notifications", l0."inserted_at", l0."updated_at" FROM "lists" AS l0...
My IDE complains that this `if` is redundant because `logs == []` will always be false (because we're within the `[_ | _] = logs` branch of the `case` statement....
If you click quickly, you can click the button to delete a todo a second time before it fades away, causing a server error.