aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
Commit message (Collapse)AuthorAgeFilesLines
* some ifs become whensmarty hiatt2024-11-011-2/+2
|
* tl: improve ctrl flow in --spoiler + --toot. FIX #579marty hiatt2024-11-011-21/+17
|
* fold-toot - respect CW statemarty hiatt2024-11-011-7/+20
|
* add verified tick symbolmarty hiatt2024-10-301-1/+1
|
* fix timestamp logic in notifs v2 (use base item when necessary)marty hiatt2024-10-291-12/+13
|
* Merge pull request 'Use interactive code to select event window' (#590) from ↵martianh2024-10-261-2/+2
|\ | | | | | | rahguzar/mastodon.el:mouse-fix into develop
| * Use interactive code to select event windowRahguzar2024-09-301-2/+2
| |
* | add announcements timeline. (adds no-byline args to tl init funs)marty hiatt2024-10-261-12/+22
| | | | | | | | buffer check for announcements
* | change email addressmarty hiatt2024-10-201-2/+2
| |
* | refactor display-or-unamemarty hiatt2024-10-201-18/+16
| |
* | notifs: remove stale notifs code from tl--insert-statusmarty hiatt2024-10-191-15/+9
| |
* | remove stray " " from byline-boostermarty hiatt2024-10-191-2/+1
| |
* | bylines: try out booster byline as top byline (like notifs)marty hiatt2024-10-191-3/+3
| |
* | add boost symbol in boost author bylinemarty hiatt2024-10-181-4/+9
| |
* | images in threads: load images for single-toot and thread tootmarty hiatt2024-10-181-0/+8
| |
* | bump version, copyrightmarty hiatt2024-10-181-1/+1
| |
* | do use action response: change cond clause not/or to make a neithermarty hiatt2024-10-181-2/+1
| |
* | notifs: fix do-user-action and get-user-handles for grouped notifsmarty hiatt2024-10-181-49/+61
| | | | | | | | notifs: user action and response: if nothing in notifs data, fallback
* | notifs: handle actions fixed via user-handles-getmarty hiatt2024-10-171-14/+20
| |
* | add some more symbols, for notifs actionsmarty hiatt2024-10-171-14/+18
| |
* | tiny clean up of tl--updatemarty hiatt2024-10-171-9/+11
| |
* | notifs: fix pagination using grouped min/max idsmarty hiatt2024-10-171-4/+16
| |
* | notifs: tl--more-json-async: v2 api for notifsmarty hiatt2024-10-171-1/+2
| |
* | notifs: no stats for foll-reqs / tl--byline: get type from groupmarty hiatt2024-10-171-1/+3
| |
* | notifs: top byline: action symbol, action author, action strmarty hiatt2024-10-171-0/+2
| |
* | flycheck -tl.elmarty hiatt2024-10-161-7/+17
| |
* | bylines: fix visibility icon positionmarty hiatt2024-10-161-2/+2
| |
* | bylines: format boost authors as clickable handles but display unamemarty hiatt2024-10-161-8/+16
| |
* | bylines: move attachments from byline author to --bylinemarty hiatt2024-10-161-8/+10
| |
* | notifs: byline funcall dostringsmarty hiatt2024-10-161-2/+2
| |
* | notifs: fix foll_reqsmarty hiatt2024-10-161-9/+10
| |
* | rough overhaul of notifs byline code for grouped notificationsmarty hiatt2024-10-161-9/+8
| |
* | Merge branch 'develop' into byline-reworkmarty hiatt2024-10-161-11/+68
|\ \
| * \ Merge branch 'card' into developmarty hiatt2024-10-161-4/+47
| |\ \
| | * | card authors tiny clean up. #596.marty hiatt2024-10-141-8/+9
| | | |
| | * | no byline prop for card authormarty hiatt2024-10-141-1/+0
| | | |
| | * | re-do display of card (link) author. #596marty hiatt2024-10-131-7/+21
| | | |
| | * | WIP. display fediverse account of link authors if available.marty hiatt2024-10-101-4/+33
| | | |
| * | | implement rough trending links, and link timelinemarty hiatt2024-10-161-1/+12
| | | |
| * | | byline: help echo timestamps in numbersmarty hiatt2024-10-141-6/+9
| |/ /
* | | WIP: hacking for grouped notifs to work w new byline code.marty hiatt2024-10-121-2/+11
| | |
* | | use byline-username/-handle in notifications--byline-accountsmarty hiatt2024-10-121-5/+5
| | |
* | | tl.el: reorg byline author/action byline logicmarty hiatt2024-10-121-61/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the base idea is to separate our logic of author byline, and action byline. previously author-byline function would indifferently handle booster if a boost, else author. now it is always an author, and we implement booster byline separately. this should pave the way for bylines at top of posts, and should be clearer and simpler also. - move booster action-byline elt from byline to insert-status (outside byline proper) - factor out byline-handle/byline-username funs - factor our byline-booster/byline-booster-str funs this breaks notifs byline logic. we will fix it subsequently.
* | | tl.el: cull :force arg for notifs reloadmarty hiatt2024-10-111-1/+1
| | |
* | | fix foll_reqs, add group/accounts props to notifsmarty hiatt2024-10-111-4/+6
| | |
* | | working v rough grouped notifsmarty hiatt2024-10-111-11/+17
|/ /
* | fix display/links of Media: links with captionsmarty hiatt2024-10-041-5/+6
| |
* | move call to mastodon-media--inline-imagesmarty hiatt2024-10-041-7/+7
| | | | | | | | | | from tl--insert-status to tl--timeline, so its called once per timeline not once per status!
* | add images in notifs customizemarty hiatt2024-10-041-1/+7
|/
* revert an eq call to equalmarty hiatt2024-09-181-1/+1
|