Commit graph

10 commits

Author SHA1 Message Date
571bce3a16
feat: move a card between statuses
Add a very simple interface to allow a user to move a
card from one status to another.
2023-04-26 08:32:33 +01:00
0e7cb2388d
refactor: add cards to card column inside newColumn() 2023-04-25 04:57:24 +01:00
7e5e3dc76c
refactor: rename updateBoard to updateColumns 2023-04-24 08:36:22 +01:00
283da856ff
fix: improve keyboard capture events 2023-04-23 04:27:16 +01:00
b16fe8eb60
update comments 2023-04-23 00:35:08 +01:00
4f621b0280
custom modalinput from witchard/toukan 2023-04-23 00:17:34 +01:00
0523cd661e
refactoring the ui package 2023-04-22 19:18:47 +01:00
0839d566b5
refactor: replace scuffed UI with less-scuffed UI. 2021-10-09 16:22:18 +01:00
c43d8889df
refactor: project rename 2021-09-25 13:13:41 +01:00
3e5cd598d0
refactor: project restructure
- Introduced internal packages for different components of the kanban
  board.
- Simplified and refactored the database tests based on linting feedback.
- Add tests for the board package.
2021-09-18 01:03:09 +01:00
Renamed from ui.go (Browse further)