fix: kanban UX bugs (#5227)

* chore: improve title editing behavior

* chore: fix editable text field

* chore: fix autoscroll
This commit is contained in:
Richard Shiue
2024-04-30 17:35:03 +08:00
committed by GitHub
parent 33802fa62d
commit f3544375c9
22 changed files with 180 additions and 150 deletions

View File

@ -11,6 +11,8 @@ const uint8_t *sync_event(const uint8_t *input, uintptr_t len);
int32_t set_stream_port(int64_t port);
int32_t set_log_stream_port(int64_t port);
void link_me_please(void);
void rust_log(int64_t level, const char *data);