summaryrefslogtreecommitdiff
path: root/js/Headlines.js
AgeCommit message (Expand)Author
2020-01-18properly escape quotes when rendering article data to html attributes via tem...Andrew Dolgov
2020-01-08Headlines.move: fix move to previous article if scrollTop returns a fractiona...Andrew Dolgov
2019-12-17updateCurrentUnread: don't crash if counter element is not availableAndrew Dolgov
2019-12-12show current unread counter on headlines toolbar if sidebar is hiddenAndrew Dolgov
2019-12-10re-enable updates of floating title on scroll, duhAndrew Dolgov
2019-12-10with previous change, we don't actually need to automatically track active ar...Andrew Dolgov
2019-12-10when moving next or previous and currently active article is entirely invisib...Andrew Dolgov
2019-12-10only track active article on scroll if auto catchup is enabledAndrew Dolgov
2019-12-10remove unnecessary "== 1" when checking for init paramsAndrew Dolgov
2019-12-10Article.cdmScrollToId: disable smooth scrolling on repeated eventsAndrew Dolgov
2019-12-10combined mode n/p behavior changes:Andrew Dolgov
2019-12-09fix fatal error in previous because of event not being passed via Headlines.m...Andrew Dolgov
2019-12-09exp: auto-disable smooth scrolling for repeat hotkey eventsAndrew Dolgov
2019-12-09pgup/pgdn; increase scroll distance to almost entire viewport height (from 90%)Andrew Dolgov
2019-12-05force-disable headlines smooth scrolling when switching feedsAndrew Dolgov
2019-12-05pgup/pgdown hotkey normalization:Andrew Dolgov
2019-07-30scroll handler: also invoke lazy load if last article in buffer is currently ...Andrew Dolgov
2019-07-30lazy load (infinite scrolling) changes:Andrew Dolgov
2019-03-07Headlines.click: open original article (and mark as read) on alt click on titleAndrew Dolgov
2019-03-07Headlines.click: fix another small issue with expanded mode (2)Andrew Dolgov
2019-03-07Headlines.click: fix another small issue with expanded modeAndrew Dolgov
2019-03-07Headlines.click: open original article when it makes sense to do soAndrew Dolgov
2019-03-07getRange: handle start == stopAndrew Dolgov
2019-03-07tweak Headlines.click: ctrl-click toggles selection, shift-click selects rangeAndrew Dolgov
2019-02-21on_catchup_show_next: remove auto-trigger on headlines scrollAndrew Dolgov
2019-02-14floatingTitle: show collapse button if in expandable modeAndrew Dolgov
2019-02-01label display: fix unneeded nested container in headlines, increase overall m...Andrew Dolgov
2019-01-16headlines-frame: set is-vfeed attribute if result is virtual feedAndrew Dolgov
2019-01-03onLoaded: clear this.headlines on first page loadAndrew Dolgov
2019-01-03fix previous always disabling infscrollAndrew Dolgov
2019-01-02headlines onloaded: when appending, check for duplicate IDsAndrew Dolgov
2018-12-18selectionTogglePublished: fix typo which caused it to mark articles insteadAndrew Dolgov
2018-12-18headlines onLoaded: make sure a few more things respect append instead of off...Andrew Dolgov
2018-12-16append headline buffer if requested, don't just use offsetAndrew Dolgov
2018-12-16also prevent multiple requestsAndrew Dolgov
2018-12-16delay counters request on promise completion a bitAndrew Dolgov
2018-12-13fix missing curly braceJordan Galby
2018-12-12add fallback colors for headline feed titles based on feed name if favicon co...Andrew Dolgov
2018-12-11requestIdleCallback: remove hard dependency for nowAndrew Dolgov
2018-12-11sync modified scores via mutation observerAndrew Dolgov
2018-12-11score: get correct classes for rows/score icons on the clientAndrew Dolgov
2018-12-11syncModified: request counters once after all xhr promises resolveAndrew Dolgov
2018-12-11use window.requestIdleCallback to sync observed modificationsAndrew Dolgov
2018-12-10sync article selected status via mutation observerAndrew Dolgov
2018-12-10sync unread state to server via mutation observerAndrew Dolgov
2018-12-10sync marked and published states to server via mutation observerAndrew Dolgov
2018-12-10keep track of selected prompt and floating title status using headline row mu...Andrew Dolgov
2018-12-10renderAgain flag fixesAndrew Dolgov
2018-12-10renderAgain: restore marked/published flagsAndrew Dolgov
2018-12-10add Headlines.renderAgain() to switch between combined/expanded modes fasterAndrew Dolgov