about summary refs log tree commit diff
path: root/kittybox-rs/templates/src/mf2.rs
Commit message (Collapse)AuthorAgeFilesLines
* database: introduce read_feed_with_cursorVika2023-06-221-2/+2
| | | | | read_feed_with_cursor allows using an arbitrary string as a cursor, unlike read_feed_with_limit, which uses last post's UID as a cursor.
* Smallish code tweaksVika2023-06-151-1/+19
| | | | | | - cleaner format!() - syndication links - broke up a long line
* templates: allow for alt-text on profile photoVika2023-06-151-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 improvementsVika2023-02-271-3/+6
|
* Show rainbow hearts on webinteractions widget tooVika2023-01-221-1/+5
| | | | More rainbows! 🏳️‍🌈
* Add rainbow hearts on like postsVika2023-01-221-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 24Vika2022-11-081-2/+2
|
* templates: fix no space between links in mini entryVika2022-11-081-2/+3
|
* templates: hotfix rich reply contextsVika2022-11-061-9/+30
| | | | When did I implement that?!!!
* kittybox-templates: split out MF2 rendering and get rid of log crateVika2022-07-271-0/+409
Kittybox now uses tracing instead of log. Why would I keep an unneccesary dependency in my Cargo.lock?