Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | notifs: handle actions fixed via user-handles-get | marty hiatt | 2024-10-17 | 1 | -14/+20 |
| | |||||
* | notifs: remove comment | marty hiatt | 2024-10-17 | 1 | -2/+0 |
| | |||||
* | notifs: byline authors: help-echo remaining byline authors | marty hiatt | 2024-10-17 | 1 | -2/+6 |
| | |||||
* | notifs : remove stale id arg | marty hiatt | 2024-10-17 | 1 | -2/+1 |
| | |||||
* | notifs: clean up format-note. adjust some notif type conditionals | marty hiatt | 2024-10-17 | 1 | -40/+25 |
| | |||||
* | add some more symbols, for notifs actions | marty hiatt | 2024-10-17 | 2 | -15/+19 |
| | |||||
* | notifs: mastodon-notifications--types | marty hiatt | 2024-10-17 | 1 | -13/+6 |
| | |||||
* | notifs: make action authors work for all notif types | marty hiatt | 2024-10-17 | 1 | -9/+5 |
| | |||||
* | tiny clean up of tl--update | marty hiatt | 2024-10-17 | 1 | -9/+11 |
| | |||||
* | notifs: fix pagination using grouped min/max ids | marty hiatt | 2024-10-17 | 2 | -10/+22 |
| | |||||
* | notifs: item-type = toot (for nav, item actions) | marty hiatt | 2024-10-17 | 1 | -1/+1 |
| | |||||
* | notifs: improve insert-note text props. fixes pagination (hack) | marty hiatt | 2024-10-17 | 1 | -12/+16 |
| | |||||
* | notifs: tl--more-json-async: v2 api for notifs | marty hiatt | 2024-10-17 | 1 | -1/+2 |
| | |||||
* | flycheck | marty hiatt | 2024-10-17 | 1 | -4/+4 |
| | |||||
* | notifs: no stats for foll-reqs / tl--byline: get type from group | marty hiatt | 2024-10-17 | 1 | -1/+3 |
| | |||||
* | grouped notifs: fix foll req process: use notif-type prop not item-json | marty hiatt | 2024-10-17 | 1 | -1/+3 |
| | |||||
* | notifs: comment faved/boosted toot body line-prefix (breaks cursor highlight) | marty hiatt | 2024-10-17 | 1 | -3/+7 |
| | |||||
* | notifs: top byline: action symbol, action author, action str | marty hiatt | 2024-10-17 | 2 | -22/+28 |
| | |||||
* | bylines/notifs: use new uname/handle combo in reaction notifs | marty hiatt | 2024-10-16 | 1 | -9/+6 |
| | |||||
* | flycheck -tl.el | marty hiatt | 2024-10-16 | 1 | -7/+17 |
| | |||||
* | bylines: fix visibility icon position | marty hiatt | 2024-10-16 | 1 | -2/+2 |
| | |||||
* | bylines: format boost authors as clickable handles but display uname | marty hiatt | 2024-10-16 | 1 | -8/+16 |
| | |||||
* | bylines: move attachments from byline author to --byline | marty hiatt | 2024-10-16 | 1 | -8/+10 |
| | |||||
* | notifs: byline funcall dostrings | marty hiatt | 2024-10-16 | 1 | -2/+2 |
| | |||||
* | notifs: revert add fave/boost to foll_req condition | marty hiatt | 2024-10-16 | 1 | -7/+3 |
| | |||||
* | notifs: string-trim action authors | marty hiatt | 2024-10-16 | 1 | -23/+24 |
| | |||||
* | notifs: fix foll_reqs | marty hiatt | 2024-10-16 | 2 | -81/+92 |
| | |||||
* | notifs: action symbol for action byline str | marty hiatt | 2024-10-16 | 1 | -1/+11 |
| | |||||
* | rough overhaul of notifs byline code for grouped notifications | marty hiatt | 2024-10-16 | 2 | -128/+199 |
| | |||||
* | Merge branch 'develop' into byline-rework | marty hiatt | 2024-10-16 | 3 | -16/+108 |
|\ | |||||
| * | Merge branch 'card' into develop | marty hiatt | 2024-10-16 | 1 | -4/+47 |
| |\ | |||||
| | * | card authors tiny clean up. #596. | marty hiatt | 2024-10-14 | 1 | -8/+9 |
| | | | |||||
| | * | no byline prop for card author | marty hiatt | 2024-10-14 | 1 | -1/+0 |
| | | | |||||
| | * | flymake load-path dir-locals | marty hiatt | 2024-10-14 | 1 | -4/+3 |
| | | | |||||
| | * | re-do display of card (link) author. #596 | marty hiatt | 2024-10-13 | 1 | -7/+21 |
| | | | |||||
| | * | WIP. display fediverse account of link authors if available. | marty hiatt | 2024-10-10 | 1 | -4/+33 |
| | | | |||||
| * | | implement rough trending links, and link timeline | marty hiatt | 2024-10-16 | 2 | -2/+49 |
| | | | |||||
| * | | Revert "transient: factor out a field infix, to simplify ↵ | marty hiatt | 2024-10-14 | 1 | -14/+11 |
| | | | | | | | | | | | | | | | | | | mastodon-profile-fields" This reverts commit 96057a1b090b93adf4e72781e8894aae9f158588. | ||||
| * | | byline: help echo timestamps in numbers | marty hiatt | 2024-10-14 | 1 | -6/+9 |
| | | | |||||
| * | | flymake load-path dir-locals | marty hiatt | 2024-10-14 | 1 | -4/+3 |
| | | | |||||
| * | | transient: factor out a field infix, to simplify mastodon-profile-fields | marty hiatt | 2024-10-13 | 1 | -11/+14 |
| | | | |||||
| * | | clean up cond predicates - use member! | marty hiatt | 2024-10-10 | 1 | -25/+18 |
| | | | |||||
| * | | add mastodon-notifications--action-alist, use reblog in notifications.el | marty hiatt | 2024-10-10 | 1 | -20/+15 |
| |/ | |||||
* | | WIP: hacking for grouped notifs to work w new byline code. | marty hiatt | 2024-10-12 | 2 | -5/+21 |
| | | |||||
* | | use byline-username/-handle in notifications--byline-accounts | marty hiatt | 2024-10-12 | 2 | -52/+29 |
| | | |||||
* | | tl.el: reorg byline author/action byline logic | marty hiatt | 2024-10-12 | 1 | -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. | ||||
* | | notifs list boosters/favers, use local notif data if poss | marty hiatt | 2024-10-11 | 1 | -7/+19 |
| | | |||||
* | | tl.el: cull :force arg for notifs reload | marty hiatt | 2024-10-11 | 1 | -1/+1 |
| | | |||||
* | | notifs: type always reblog, not boost | marty hiatt | 2024-10-11 | 1 | -3/+3 |
| | | |||||
* | | mastodon.el: remove force logic from mastodon-notifications-get. | marty hiatt | 2024-10-11 | 1 | -18/+15 |
| | | | | | | | | | | we have an update function in notifs view. i think if we run this command, we always want to also check for new notifs. |