summaryrefslogtreecommitdiff
path: root/js/Headlines.js
AgeCommit message (Collapse)Author
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
2018-12-02update notify_* calls to use NotifyAndrew Dolgov
2018-12-02set use strict on JS modules; remove some mostly useless stuff like ↵Andrew Dolgov
get_minified_js()
2018-12-02split main objects to dojo modulesAndrew Dolgov