summaryrefslogtreecommitdiff
path: root/js/Headlines.js
AgeCommit message (Collapse)Author
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
Fix the error: ``` SyntaxError: missing } after property list ```
2018-12-12add fallback colors for headline feed titles based on feed name if favicon ↵Andrew Dolgov
color is not available
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
remove all rchk-related hacks
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 ↵Andrew Dolgov
mutation observer
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
1. less hacky way to catchup actually unread headlines 2. don't fade rows away because it's inconsistent with different mark-as-read functions 3. fix stuck progress alert
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 ↵Andrew Dolgov
into math
2018-12-07updateFloatingTitle: sync row marked/published statusAndrew Dolgov
2018-12-06Headlines.click: clicking in body of currently active cdm article should markAndrew Dolgov
it as read, otherwise it's not possible without a kb shortcut or auto catchup
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
have it)
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
Headlines.onLoaded: reset active article if not called in append mode
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
- declare() is not needed there anyway remove event.observe from login form (not needed) load pluginhost via amd
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
remove event.observe stuff from startup, unneeded