summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2019-02-21on_catchup_show_next: remove auto-trigger on headlines scrollAndrew Dolgov
2019-02-21simplify preference layout, remove some unnecessary css classesAndrew Dolgov
2019-02-20use separate id for default password warning dialogAndrew Dolgov
2019-02-14floatingTitle: show collapse button if in expandable modeAndrew Dolgov
2019-02-01label display: fix unneeded nested container in headlines, increase overall ↵Andrew Dolgov
minimalism, fix label element typo (div1)
2019-01-31Feeds.catchupAllFeeds() should be Feeds.catchupAll()Andrew Dolgov
2019-01-28feedTree: amend previous to check that nodes are actually there (2)Andrew Dolgov
2019-01-28feedTree: amend previous to check that nodes are actually thereAndrew Dolgov
2019-01-27selectFeed: scroll feed tree to selected rowAndrew 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-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 ↵Andrew Dolgov
offset == 0
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 ↵Andrew Dolgov
info output
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
Fix the error: ``` SyntaxError: missing } after property list ```
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 ↵Andrew Dolgov
color is not available
2018-12-11Revert "use codeflask for user css editor"Andrew Dolgov
This reverts commit daa43e05727d4cd4d7b261a5be3faefab4263dcd.
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
update exception dialog css
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
remove all rchk-related hacks
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 ↵Andrew Dolgov
mutation observer
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