2 Commits

Author SHA1 Message Date
f3dbd43783 [WIP] add support for images
Some checks failed
CI / lint (push) Failing after 1m14s
CI / Build and test (, 1.73.0) (push) Failing after 47s
CI / Build and test (, beta) (push) Failing after 42s
CI / Build and test (, nightly) (push) Failing after 42s
this crashes because decode_image calls
`client.media().get_file(content, /* use_cache */ true).await` which
then causes `poll_updates` to be called again while this `poll_updates`
is still running, causing inconsistent updates when doing
`.apply(&mut self.items)`.
2024-02-10 12:13:54 +01:00
5c70290c21 Add boilerplate from ratatui-async-template 2023-10-29 11:19:06 +01:00