summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)Author
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-19display filter tree rules as a listAndrew 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-16rework git update checking to be initiated by frontend, outside of runtime in...Andrew Dolgov
2018-12-16also prevent multiple requestsAndrew Dolgov
2018-12-16delay counters request on promise completion a bitAndrew Dolgov
2018-12-14filter test results: remove table bloatAndrew Dolgov
2018-12-13fix missing curly braceJordan Galby
2018-12-13App.toggleNightMode: add some fadein/fadeoutAndrew Dolgov
2018-12-12requestCounters: remove cooldownAndrew Dolgov
2018-12-12Article.unpack: add placeholder   if data-content is emptyAndrew Dolgov
2018-12-12add fallback colors for headline feed titles based on feed name if favicon co...Andrew Dolgov
2018-12-11Revert "use codeflask for user css editor"Andrew Dolgov
2018-12-11requestIdleCallback: remove hard dependency for nowAndrew Dolgov
2018-12-11use codeflask for user css editorAndrew Dolgov
2018-12-11remove old fatalError(), move everything to App.ErrorAndrew Dolgov
2018-12-11Error.report: use JS template stringsAndrew Dolgov
2018-12-11bring back frontend sanity check w/ App.checkBrowserFeatures()Andrew 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-11xhr helpers: wrap in promisesAndrew Dolgov
2018-12-11use window.requestIdleCallback to sync observed modificationsAndrew Dolgov
2018-12-10sync article selected status via mutation observerAndrew Dolgov
2018-12-10remove _active_article_id; use selector insteadAndrew 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-10Merge branch 'tree_tooltip_error' of ggrandou/tt-rss into masterfox
2018-12-10add Headlines.renderAgain() to switch between combined/expanded modes fasterAndrew Dolgov
2018-12-10show errors in feedtree's tooltipsGilles Grandou
2018-12-10show alert if recent_log_events > 0Andrew Dolgov
2018-12-09add qmcToggleNightMode to actions dropdownAndrew Dolgov
2018-12-09add hotkey (a N) to toggle night.cssAndrew Dolgov
2018-12-09consistency: show author in multipanel headlines rowAndrew Dolgov
2018-12-09fix previous to not crash in prefsAndrew Dolgov
2018-12-09headlines-spacer: only set 100% height if auto catchup is enabledAndrew 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-09Merge branch 'pluginhost_fix' of ggrandou/tt-rss into masterfox
2018-12-09Article.openInNewWindow: do not crash if window is nullAndrew Dolgov