summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)Author
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-09Article.cdmMoveToId: don't crash if params is not givenAndrew Dolgov
2020-05-09rename cdmScrollToId to cdmMoveToIdAndrew Dolgov
2020-05-09add hotkey "\" to cancel current searchAndrew Dolgov
2020-05-03Allow setting Insert (45) and Delete (46) as hotkeysltGuillaume
2020-04-17Article.pack: dispose of unpacked content properlyAndrew Dolgov
2020-04-17Headlines.renderAgain: scroll instantly to active article when going back to ...Andrew Dolgov
2020-04-17in combined non-expanded mode, pack headline rows as they are unfocused to sa...Andrew Dolgov
2020-04-07if comment URL is not specified but comment count is non-zero, show comments ...Andrew Dolgov
2020-02-28source validationtextarea in main UIAndrew Dolgov
2020-02-28add validationtextarea control, use it for filter match editorAndrew Dolgov
2020-02-28getTestResults: don't try to use previously removed variableAndrew Dolgov
2020-02-28filter edit dialog: load rule editor via XHRAndrew Dolgov
2020-02-28fix typoAndrew Dolgov
2020-02-28filter test dialog: pass contents via xhr POSTAndrew Dolgov
2020-02-28af_readability: allow get full text button to work as a toggle; in cdm, scrol...Andrew Dolgov
2020-02-27update toggle_embed_original hotkey to invoke readability embed instead of re...Andrew Dolgov
2020-02-27af_readability: add article button to embed content of a specific articleAndrew Dolgov
2020-02-22feed tree: do not mark Labels as SpecialAndrew Dolgov
2020-02-22don't generate default.css, replace with themes/light.css as a default root C...Andrew Dolgov
2020-02-21feed tree: don't set Special class on Labels categoryAndrew Dolgov
2020-02-21hide read feeds / hide read shows special: use CSS instead of JS-based hidingAndrew Dolgov
2020-02-201. feedtree: show counters for marked articles if view-mode == markedAndrew Dolgov
2020-01-25login form: add workarounds for chrome password managerAndrew Dolgov
2020-01-25default password warning: fix close button, don't crash if dialog is recreate...Andrew Dolgov
2020-01-24onViewModeChanged: set view mode value as a custom body attributeAndrew Dolgov
2020-01-24apply Has_Marked css class to feed tree elements with marked articlesAndrew Dolgov
2020-01-23support dark mode for login formAndrew Dolgov
2020-01-19support night mode when using share by URLAndrew 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-15fix blank screen on load if custom theme is enabledAndrew Dolgov
2019-12-15workaround for a race condition between dojo.parse() and tt-rss loading prope...Andrew Dolgov
2019-12-14show alert() if fatal exception happens while initializing base app objects a...Andrew Dolgov
2019-12-13Wrap AppBase.setupNightModeDetection() in try/catch because Safari doesn't su...JustAMacUser
2019-12-12implement automatic night mode detection using MQLAndrew Dolgov
2019-12-12show current unread counter on headlines toolbar if sidebar is hiddenAndrew Dolgov
2019-12-11- update descriptions of changed hotkeysAndrew 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