Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | templates: allow for alt-text on profile photo | Vika | 2023-06-15 | 1 | -0/+18 |
| | | | | | | | | Fixes accessibility issue and allows non-sighted users to learn how your profile picture looks. Generating alt-text with AI might be a nice idea, except I don't know how to integrate this yet. | ||||
* | Clarity improvements | Vika | 2023-02-27 | 1 | -3/+6 |
| | |||||
* | Show rainbow hearts on webinteractions widget too | Vika | 2023-01-22 | 1 | -1/+5 |
| | | | | More rainbows! 🏳️🌈 | ||||
* | Add rainbow hearts on like posts | Vika | 2023-01-22 | 1 | -1/+7 |
| | | | | | A cute little easter-egg from an old version of my site, now available all year round, because I'm sick of hiding my true self. | ||||
* | templates: ellipsize u-in-reply-to to 48, not 24 | Vika | 2022-11-08 | 1 | -2/+2 |
| | |||||
* | templates: fix no space between links in mini entry | Vika | 2022-11-08 | 1 | -2/+3 |
| | |||||
* | templates: hotfix rich reply contexts | Vika | 2022-11-06 | 1 | -9/+30 |
| | | | | When did I implement that?!!! | ||||
* | kittybox-templates: split out MF2 rendering and get rid of log crate | Vika | 2022-07-27 | 1 | -0/+409 |
Kittybox now uses tracing instead of log. Why would I keep an unneccesary dependency in my Cargo.lock? |