Trello inspired kanban board made with the Godot Engine and GDScript, with a real-time collaborative backend (Elixir and Phoenix Channels) and a local backend for offline usage (Godot Custom Resources)
MIT License
799
stars
52
forks
source link
Local backend implementation breaks the "Add a card" button positioning #29
The implementation from the local-backend breaks the "Add card" positioning, it should be at the bottom like the current implementation from the master branch.
The implementation from the local-backend breaks the "Add card" positioning, it should be at the bottom like the current implementation from the master branch.
Expected