Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Force line break at arbritrary points for really long words | 2022-04-26 | -0/+3 | |
| | ||||
* | Make newlines visible in deleted messages | 2019-10-31 | -1/+0 | |
| | | | | | | | | | | | | | | | | | https://github.com/python-discord/site/issues/302 This commit makes newlines in deleted messages visible in the deleted messages front-end and makes sure they are not stripped during the conversion to HTML. To represent newlines, I've chosen a commonly used symbol: `↵`. In addition, I've kaizened the colour filter that translates integer representations of colours to their RGB hex-value. The Discord dark theme shows black colours (int: 0; hex: #000000) as white instead, to make reading them against the dark background easier. This commit makes sure our front-end displays the same behavior. This closes #302 | |||
* | Fixing inconsistent indentation style in logs template and logs css | 2019-08-23 | -72/+76 | |
| | ||||
* | Making the deleted-messages-frontend functional with changes, including: | 2019-08-23 | -3/+212 | |
| | | | | | | | | | - Adding support for embeds to both the template and the css; - Adding Discord fonts to create a Discord-realistic rendering; - Adding Discord color int to html hex filter for use in templates; - Removing unnecessary int -> hex property from role model (see previous point); - Adding support to compute timestamp from snowflake int in the message model; - Forcing the order of deleted messages list view to snowflake `id` to guarantee chronological order. | |||
* | Adding message display to frontend | 2019-08-23 | -0/+43 | |