Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only reset foreground color in with_color function | Trygve Aaberge | 2024-02-19 | 1 | -3/+3 |
| | | | | | | | The with_color helper is usually used to set only the foreground color (currently all usages), so by only reseting the foreground we keep any existing background color. This fixes the default background on the current buffer in the buflist for muted conversations. | ||||
* | Make URL format configurable | Trygve Aaberge | 2024-02-18 | 1 | -2/+4 |
| | |||||
* | Support color rich text elements | Trygve Aaberge | 2024-02-18 | 1 | -0/+15 |
| | |||||
* | Add tests for attachments and fix rendering bugs | Trygve Aaberge | 2024-02-18 | 1 | -1/+1 |
| | |||||
* | Apply code block styles first | Trygve Aaberge | 2024-02-18 | 1 | -0/+56 |
| | | | | | | | It looks better to have the `` characters around the other styles when there's styling inside code blocks. It makes it look a bit worse when theres code blocks inside styled text though. It should really remember the order the styles are opened to close them in the correct order. | ||||
* | Add render blocks tests from old version | Trygve Aaberge | 2024-02-18 | 1 | -0/+384 |