summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)Author
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
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 in collapsed combined modeAndrew 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-06user css dialog: allow saving and applying CSS without closing the dialogAndrew Dolgov