ayn2op / discordo

A lightweight, secure, and feature-rich Discord terminal client.
MIT License
2.25k stars 70 forks source link

Improve how attachments look #431

Closed Retropaint closed 1 month ago

Retropaint commented 2 months ago

I'll be proposing a few solutions to making attachments look better in chats, as currently they mostly look like walls of text.

The first proposal is color-coding the attachment name. The links can also have their own color, or be one with attachments.

Original: image

Proposal: image

(yellow may not have been the best choice, but it'll be customizable)

The second proposal is a toggle to hide attachments links:

image

configurable with a bool like show_attachment_links in config.toml.

However, beyond hiding the links I would like to propose a subjective change to show attachments side by side instead of newlining if links are disabled: image

There could be a comma to separate them, but you get the gist.