summaryrefslogtreecommitdiff
path: root/js/Headlines.js
AgeCommit message (Expand)Author
2024-02-02implement above changes for 3 panel view, add basic tooltipAndrew Dolgov
2024-02-02make headline elements with feed title lead to originating site while RSS ico...Andrew Dolgov
2024-02-02fix unfunctional rss icon in grouped-by-feed headingAndrew Dolgov
2023-10-25move to psr-4 autoloaderAndrew Dolgov
2023-04-13add Headlines.default_move_on_expand tunableAndrew Dolgov
2023-03-05Also use friendly names for special feed+cat IDs in the frontend.wn_
2022-01-13Merge branch 'master' of git.fakecake.org:fox/tt-rssAndrew Dolgov
2022-01-13Headlines: fix multiple article ids not passed to setScore as an arrayAndrew Dolgov
2021-12-14 * fox.form.Select: add several properties allowing it to betterAndrew Dolgov
2021-11-29combined mode: limit feed title element to 25% widthAndrew Dolgov
2021-10-18add data-orig-feed-title to generated headline markupAndrew Dolgov
2021-10-11fix vfeed menu in three panel modeAndrew Dolgov
2021-10-10headlines: attach context menu to vfeed title nodeAndrew Dolgov
2021-04-22 * cdm: render enclosures into content elementAndrew Dolgov
2021-03-17fix excessive CPU usage on linux chromium caused by animated SVG iconsAndrew Dolgov
2021-03-16use svg icon for headlines loadmore promptAndrew Dolgov
2021-03-16use svg icon for packed article placeholdersAndrew Dolgov
2021-03-13only show right-side feed icon for vfeedsAndrew Dolgov
2021-03-12add HOOK_HEADLINES_SCROLL_HANDLERAndrew Dolgov
2021-03-12sticky header: better positioning strategyAndrew Dolgov
2021-03-11 * shorten_expanded: use ResizeObserver (DUH)Andrew Dolgov
2021-03-11add some media queries to improve main UI on small-width devicesAndrew Dolgov
2021-03-11css cleanup, combined mode, fontsAndrew Dolgov
2021-03-11grid: add a header icon (and a hotkey) to toggle article span entire rowAndrew Dolgov
2021-03-10fix related to Promise.allSettled() returning a bit different result objectAndrew Dolgov
2021-03-10grid: add workaround for a single loaded headline not spanning all columnsAndrew Dolgov
2021-03-10 * it feels weird for requireIdleCallback() to be optional while moreAndrew Dolgov
2021-03-10small stuck header fixes in grid modeAndrew Dolgov
2021-03-10add hotkey to toggle grid viewAndrew Dolgov
2021-03-10experimental: add preference to show combined mode headlines as a 2 column gridAndrew Dolgov
2021-03-09add HOOK_HEADLINE_MUTATIONS, HOOK_HEADLINE_MUTATIONS_SYNCEDAndrew Dolgov
2021-03-08minor cleanup related to toolbar-main (use dijit methods, etc)Andrew Dolgov
2021-02-26add Prefs::DEBUG_HEADLINE_IDSAndrew Dolgov
2021-02-24request label counters conditionallyAndrew Dolgov
2021-02-24pass array to setScoreAndrew Dolgov
2021-02-24pass a bunch of related arrays properly to backendAndrew Dolgov
2021-02-24fix typoAndrew Dolgov
2021-02-24only request counters once for headline mutationsAndrew Dolgov
2021-02-24try to calculate counters conditionally based on feed idsAndrew Dolgov
2021-02-19fix for startup crash because of classes containing spacesAndrew Dolgov
2021-02-19headlines.select: maybe fix another oneAndrew Dolgov
2021-02-19render feed icon markup on the clientAndrew Dolgov
2021-02-19format note on the clientAndrew Dolgov
2021-02-19add onTagsUpdated similar to onLabelsUpdatedAndrew Dolgov
2021-02-19render tags on the clientAndrew Dolgov
2021-02-19use template strings in a bunch of places instead of id concatenationAndrew Dolgov
2021-02-19render headline labels on the clientAndrew Dolgov
2021-02-19 * switch to xhr.post() almost everywhereAndrew Dolgov
2021-02-19use .closest() instead of .up() to lookup parent by selectorAndrew Dolgov
2021-02-18initial for RIP prototype/scriptaculousAndrew Dolgov