Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add a README to the staff app | 2023-04-16 | -14/+0 | |
| | | | | Plus minor refactorings | |||
* | Changing LogView to DetailView, as per Volcy's review | 2019-08-24 | -26/+4 | |
| | ||||
* | Making the deleted-messages-frontend functional with changes, including: | 2019-08-23 | -2/+20 | |
| | | | | | | | | | - 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 | -1/+2 | |
| | ||||
* | Adding initial staff app to Django | 2019-08-23 | -0/+17 | |