summaryrefslogtreecommitdiff
path: root/js/Headlines.js
AgeCommit message (Expand)Author
2021-02-18rework previous to be even less jumpyAndrew Dolgov
2021-02-18rework previous to be less jumpyAndrew Dolgov
2021-02-18 * use es5 (?) default parameter values for some functionsAndrew Dolgov
2021-02-15render enclosures on the clientAndrew Dolgov
2021-02-15renderToolbar: support empty data i.e. dashboard feedAndrew Dolgov
2021-02-14render headline-specific toolbar on the clientAndrew Dolgov
2021-02-12silence (or fix) a bunch of eslint warningsAndrew Dolgov
2021-01-19add a hack (Headlines.unpackVisible) to workaround against unpack observer so...Andrew Dolgov
2021-01-17Archive cleanup:Andrew Dolgov
2021-01-17Select... dropdown: replace dijit Select with DropDownButton, simplify layoutAndrew Dolgov
2021-01-17remove menu options to manually un/archive articlesAndrew Dolgov
2020-10-21Revert "fix HOOK_ARTICLE_RENDERED_CDM never being called"Andrew Dolgov
2020-10-21Revert "somewhat experimental: disable article packing/unpacking, render cont...Andrew Dolgov
2020-10-09fix HOOK_ARTICLE_RENDERED_CDM never being calledAndrew Dolgov
2020-10-09somewhat experimental: disable article packing/unpacking, render content imme...Andrew Dolgov
2020-06-05eslint-related fixes; move a few things from global context to AppAndrew Dolgov
2020-06-04fix various minor issues reported by eslintAndrew Dolgov
2020-06-04unify prefs/main App objects, remove fake classes, use single static App obje...Andrew Dolgov
2020-06-04don't use declare() for static objects with no inheritance because apparently...Andrew Dolgov
2020-05-25add Headlines.default_force_previous, default_force_to_topAndrew Dolgov
2020-05-22- RIP smooth scrolling and associated hacksAndrew Dolgov
2020-05-19Headlines.move: add params.force_previous to always move to previous article ...Andrew Dolgov
2020-05-19Headlines.move: use requestAnimationFrame in CDM :(Andrew Dolgov
2020-05-17Headlines.move: when going back to top of active article, use a smarter (?) o...Andrew Dolgov
2020-05-17rename Headlines.correctHeadlinesOffset() to scrollToArticleId()Andrew Dolgov
2020-05-17Headlines.move: maybe glitch less when moving back to top, etcAndrew Dolgov
2020-05-17implement keyboard-related changes discussed in https://community.tt-rss.org/...Andrew Dolgov
2020-05-13only enable unpack observer in expanded modeAndrew Dolgov
2020-05-13use intersection observer to unpack visible articles, remove Headlines.unpack...Andrew Dolgov
2020-05-13remove floating title, use position: sticky for cdm headers insteadAndrew Dolgov
2020-05-09rename cdmScrollToId to cdmMoveToIdAndrew Dolgov
2020-04-17Headlines.renderAgain: scroll instantly to active article when going back to ...Andrew Dolgov
2020-01-18properly escape quotes when rendering article data to html attributes via tem...Andrew Dolgov
2020-01-08Headlines.move: fix move to previous article if scrollTop returns a fractiona...Andrew Dolgov
2019-12-17updateCurrentUnread: don't crash if counter element is not availableAndrew Dolgov
2019-12-12show current unread counter on headlines toolbar if sidebar is hiddenAndrew Dolgov
2019-12-10re-enable updates of floating title on scroll, duhAndrew Dolgov
2019-12-10with previous change, we don't actually need to automatically track active ar...Andrew Dolgov
2019-12-10when moving next or previous and currently active article is entirely invisib...Andrew Dolgov
2019-12-10only track active article on scroll if auto catchup is enabledAndrew Dolgov
2019-12-10remove unnecessary "== 1" when checking for init paramsAndrew Dolgov
2019-12-10Article.cdmScrollToId: disable smooth scrolling on repeated eventsAndrew Dolgov
2019-12-10combined mode n/p behavior changes:Andrew Dolgov
2019-12-09fix fatal error in previous because of event not being passed via Headlines.m...Andrew Dolgov
2019-12-09exp: auto-disable smooth scrolling for repeat hotkey eventsAndrew Dolgov
2019-12-09pgup/pgdn; increase scroll distance to almost entire viewport height (from 90%)Andrew Dolgov
2019-12-05force-disable headlines smooth scrolling when switching feedsAndrew Dolgov
2019-12-05pgup/pgdown hotkey normalization:Andrew Dolgov
2019-07-30scroll handler: also invoke lazy load if last article in buffer is currently ...Andrew Dolgov
2019-07-30lazy load (infinite scrolling) changes:Andrew Dolgov