summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2015-08-17make disabled filter rules easier to discernAndrew Dolgov
show if filter set match_any_rule on the overview
2015-08-13fix some remaining old-style viewfeed() callsAndrew Dolgov
2015-08-12feedtree: don't hide feeds with errorsAndrew Dolgov
2015-08-12combine user edit & user detailsAndrew Dolgov
2015-08-12pref-feeds: check for inactive feeds asynchronouslyAndrew Dolgov
2015-08-12viewfeed: switch to hash-based argumentsAndrew Dolgov
viewfeed: remove (obsolete) method parameter add shortcut to debug viewfeed() query
2015-08-11add plugin-based filter actions (see example plugin in attic)Andrew Dolgov
bump schema
2015-08-11use dijit form widget for attachments dropdownAndrew Dolgov
2015-08-11use batch-based catching up in cdmExpandArticle() to reduce server loadAndrew Dolgov
2015-08-11prevent cyclical scrolling in headlines if next offset requested by ↵Andrew Dolgov
infscroll is zero a bunch of other related fixes
2015-08-11partially revert previous because of navigation breakage in expanded mode, durrrAndrew Dolgov
2015-08-11unfuck catchupbatchedarticles a bitAndrew Dolgov
2015-08-11assorted fixes for keyboard navigation which hopefully don't break ↵Andrew Dolgov
everything else
2015-08-11fix previousAndrew Dolgov
2015-08-11infscroll: preload articles a bit earlierAndrew Dolgov
2015-07-31pass DOMNodes instead of escaped html data to JS article rendered hooks (i ↵Andrew Dolgov
think this makes much more sense)
2015-07-29disable headline appear animationAndrew Dolgov
2015-07-29headlines scroll handler: make preloading less aggressiveAndrew Dolgov
2015-07-14(experimental) disable infscroll requests while marking auto catched up ↵Andrew Dolgov
articles as read
2015-07-13fix error feed (i.e. when requested feed no longer exists) not display properlyAndrew Dolgov
2015-07-13roll back separate headline transportAndrew Dolgov
2015-07-13maybe speedup headline adding a bit, maybe notAndrew Dolgov
2015-07-13viewfeed.js: cleanup the code a bitAndrew Dolgov
2015-07-13bring cdmFeedTitle style in line with the rest of the UIAndrew Dolgov
send headline rows as separate JSON objects
2015-07-12fixes for first_id stuffAndrew Dolgov
2015-07-12viewfeed: set hsp status when scrolling to the very endAndrew Dolgov
2015-07-12js: remove current_top_id globalAndrew Dolgov
2015-07-12report top id changed in headlines bufferAndrew Dolgov
2015-07-12queryFeedHeadlines: move to array-based arguments, optionally check if first ↵Andrew Dolgov
element changed when paginating
2015-07-07simplify search, remove search_mode as uselessAndrew Dolgov
remove dialog to select by tags, simplify browsing by tag query
2015-06-18prevent event propagation when clicking on CDM article footerAndrew Dolgov
2015-06-17bayes: properly reset score when going good -> uglyAndrew Dolgov
article: add helper to refresh article score pic, properly set scorepic title
2015-06-12better feed debugger ui for f DAndrew Dolgov
2015-06-07fix some minor typos and stuffAndrew Dolgov
2015-03-06add error notification if trying to toggle widescreen in cdmAndrew Dolgov
2015-03-06feedtree: do not hide special category for reals if configured as suchAndrew Dolgov
2015-02-03minor fixes for previousAndrew Dolgov
2015-02-03add placeholder update checker using git changesetsAndrew Dolgov
2015-01-31remove obsolete code related to version checking and tarball updater pluginAndrew Dolgov
2015-01-30Make the floating title transition smootherAnders Kaseorg
Previously the floating title would not appear until the real title scrolled entirely out of view, which was visually distracting. Now it appears at the point when its bottom lines up with the real title’s bottom. This isn’t perfect yet due to small differences between the two titles’ layouts, but it’s much closer. We now need to use visibility: visible|hidden instead of display: block|none to show and hide the floating title, in order to be able to retrieve its height while it’s hidden. It’s important to use that height because occasionally line wrapping differences make the floating title shorter than the real title, and we don’t want the real title to poke out from underneath. Also fix scrollToRowId to offset by the 4 pixel top margin (like cdmScrollToArticleId already does), so that it goes back to a point when the floating title was hidden; and set the right margin on the floating title so that it’s the same width as the real title and doesn’t overlap the scroll bar. Signed-off-by: Anders Kaseorg <[email protected]>
2014-11-09notify fixesAndrew Dolgov
2014-11-02tweak notifications; use css animations for notificationsAndrew Dolgov
2014-10-26hotkey actions: toggle_expand, collapse_article: check if element existsAndrew Dolgov
before acting on it (closes #815)
2014-08-26mail plugin: use dijit.form.ComboBox to allow random email input instead of ↵Andrew Dolgov
only predefined ones
2014-08-11assign stored content-insert height/width in switchPanelMode(); reset stored ↵Andrew Dolgov
sizes on widescreen switch
2014-07-26minor spacer/whiteBox appearance tweaksAndrew Dolgov
2014-07-26always create headline-spacer on lazy loadAndrew Dolgov
2014-07-25adjust scroll amount to trigger auto-opening next unread feedAndrew Dolgov
2014-07-25add a link to headlines-spacer to open next unread feedAndrew Dolgov
2014-07-25another implementation of pull 386 (show next when finished reading) (2)Andrew Dolgov