index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
Headlines.js
Age
Commit message (
Expand
)
Author
2021-03-10
grid: add workaround for a single loaded headline not spanning all columns
Andrew Dolgov
2021-03-10
* it feels weird for requireIdleCallback() to be optional while more
Andrew Dolgov
2021-03-10
small stuck header fixes in grid mode
Andrew Dolgov
2021-03-10
add hotkey to toggle grid view
Andrew Dolgov
2021-03-10
experimental: add preference to show combined mode headlines as a 2 column grid
Andrew Dolgov
2021-03-09
add HOOK_HEADLINE_MUTATIONS, HOOK_HEADLINE_MUTATIONS_SYNCED
Andrew Dolgov
2021-03-08
minor cleanup related to toolbar-main (use dijit methods, etc)
Andrew Dolgov
2021-02-26
add Prefs::DEBUG_HEADLINE_IDS
Andrew Dolgov
2021-02-24
request label counters conditionally
Andrew Dolgov
2021-02-24
pass array to setScore
Andrew Dolgov
2021-02-24
pass a bunch of related arrays properly to backend
Andrew Dolgov
2021-02-24
fix typo
Andrew Dolgov
2021-02-24
only request counters once for headline mutations
Andrew Dolgov
2021-02-24
try to calculate counters conditionally based on feed ids
Andrew Dolgov
2021-02-19
fix for startup crash because of classes containing spaces
Andrew Dolgov
2021-02-19
headlines.select: maybe fix another one
Andrew Dolgov
2021-02-19
render feed icon markup on the client
Andrew Dolgov
2021-02-19
format note on the client
Andrew Dolgov
2021-02-19
add onTagsUpdated similar to onLabelsUpdated
Andrew Dolgov
2021-02-19
render tags on the client
Andrew Dolgov
2021-02-19
use template strings in a bunch of places instead of id concatenation
Andrew Dolgov
2021-02-19
render headline labels on the client
Andrew Dolgov
2021-02-19
* switch to xhr.post() almost everywhere
Andrew Dolgov
2021-02-19
use .closest() instead of .up() to lookup parent by selector
Andrew Dolgov
2021-02-18
initial for RIP prototype/scriptaculous
Andrew Dolgov
2021-02-18
rework previous to be even less jumpy
Andrew Dolgov
2021-02-18
rework previous to be less jumpy
Andrew Dolgov
2021-02-18
* use es5 (?) default parameter values for some functions
Andrew Dolgov
2021-02-15
render enclosures on the client
Andrew Dolgov
2021-02-15
renderToolbar: support empty data i.e. dashboard feed
Andrew Dolgov
2021-02-14
render headline-specific toolbar on the client
Andrew Dolgov
2021-02-12
silence (or fix) a bunch of eslint warnings
Andrew Dolgov
2021-01-19
add a hack (Headlines.unpackVisible) to workaround against unpack observer so...
Andrew Dolgov
2021-01-17
Archive cleanup:
Andrew Dolgov
2021-01-17
Select... dropdown: replace dijit Select with DropDownButton, simplify layout
Andrew Dolgov
2021-01-17
remove menu options to manually un/archive articles
Andrew Dolgov
2020-10-21
Revert "fix HOOK_ARTICLE_RENDERED_CDM never being called"
Andrew Dolgov
2020-10-21
Revert "somewhat experimental: disable article packing/unpacking, render cont...
Andrew Dolgov
2020-10-09
fix HOOK_ARTICLE_RENDERED_CDM never being called
Andrew Dolgov
2020-10-09
somewhat experimental: disable article packing/unpacking, render content imme...
Andrew Dolgov
2020-06-05
eslint-related fixes; move a few things from global context to App
Andrew Dolgov
2020-06-04
fix various minor issues reported by eslint
Andrew Dolgov
2020-06-04
unify prefs/main App objects, remove fake classes, use single static App obje...
Andrew Dolgov
2020-06-04
don't use declare() for static objects with no inheritance because apparently...
Andrew Dolgov
2020-05-25
add Headlines.default_force_previous, default_force_to_top
Andrew Dolgov
2020-05-22
- RIP smooth scrolling and associated hacks
Andrew Dolgov
2020-05-19
Headlines.move: add params.force_previous to always move to previous article ...
Andrew Dolgov
2020-05-19
Headlines.move: use requestAnimationFrame in CDM :(
Andrew Dolgov
2020-05-17
Headlines.move: when going back to top of active article, use a smarter (?) o...
Andrew Dolgov
2020-05-17
rename Headlines.correctHeadlinesOffset() to scrollToArticleId()
Andrew Dolgov
[next]