summaryrefslogtreecommitdiff
path: root/js/Headlines.js
AgeCommit message (Expand)Author
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
2018-12-09consistency: show author in multipanel headlines rowAndrew Dolgov
2018-12-09in grouped mode, don't display feed titles twiceAndrew Dolgov
2018-12-09catchupFeedInGroup: better iconAndrew Dolgov
2018-12-09catchupFeedInGroup: overhaulAndrew Dolgov
2018-12-09implement year-week sorting window if headlines buffer is grouped by feed titlesAndrew Dolgov
2018-12-08add PluginHost.HOOK_HEADLINE_RENDEREDAndrew Dolgov
2018-12-08render article on the client using headlines dataAndrew Dolgov
2018-12-07cdm: put originally_from into footerAndrew Dolgov
2018-12-07viewfeed: bring back comments promptAndrew Dolgov
2018-12-07viewfeed: general code cleanupAndrew Dolgov
2018-12-07implement feed grouping display, remove unneeded server vgrlf passingAndrew Dolgov
2018-12-07viewfeed: show originally from...Andrew Dolgov
2018-12-07fix unread hl stylingAndrew Dolgov
2018-12-07json-viewfeed updatesAndrew Dolgov
2018-12-07initial for js templatesAndrew Dolgov
2018-12-07updateFloatingTitle: marginRight correction no longer neededAndrew Dolgov
2018-12-07updateFloatingTitle: add safety offset to hide/show because mozilla can't int...Andrew Dolgov
2018-12-07updateFloatingTitle: sync row marked/published statusAndrew Dolgov
2018-12-06Headlines.click: clicking in body of currently active cdm article should markAndrew Dolgov
2018-12-06update floating title in toggleUnread functions post-xhrAndrew Dolgov
2018-12-06remove floating title appear animation for nowAndrew Dolgov
2018-12-06selectionToggleUnread: remove loading... prompt (other similar methods don't ...Andrew Dolgov
2018-12-05Merge branch 'master' into material-iconsAndrew Dolgov
2018-12-05ctrlclick in combined mode shouldn't open two windowsAndrew Dolgov
2018-12-05floatingTitle-related fixesAndrew Dolgov
2018-12-05update headlines to use vector iconsAndrew Dolgov
2018-12-05revert to previous headline ctrl-click behavior (open in new window, mark read)Andrew Dolgov
2018-12-05rename main toolbar elements to be more consistentAndrew Dolgov
2018-12-05Headlines.click: do not set article active if it already isAndrew Dolgov
2018-12-04Headlines.onRowChecked: fix undefined rowAndrew Dolgov
2018-12-04Headlines.onRowChecked: fix possible desync in checkbox and row selected stateAndrew Dolgov
2018-12-03rework dojo singleton modules to better work with phpstorm completion (ugh) -...Andrew Dolgov
2018-12-02move Utils to AppBase where it belongsAndrew Dolgov
2018-12-02add AppBase as a shared ancestor for main and prefs app objectsAndrew Dolgov
2018-12-02update notify_* calls to use NotifyAndrew Dolgov
2018-12-02set use strict on JS modules; remove some mostly useless stuff like get_minif...Andrew Dolgov
2018-12-02split main objects to dojo modulesAndrew Dolgov