index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
common.js
Age
Commit message (
Expand
)
Author
2020-06-05
eslint-related fixes; move a few things from global context to App
Andrew Dolgov
2020-02-22
feed tree: do not mark Labels as Special
Andrew Dolgov
2018-12-11
remove old fatalError(), move everything to App.Error
Andrew Dolgov
2018-12-11
bring back frontend sanity check w/ App.checkBrowserFeatures()
Andrew Dolgov
2018-12-11
xhr helpers: wrap in promises
Andrew Dolgov
2018-12-08
render article on the client using headlines data
Andrew Dolgov
2018-12-07
popupOpenArticle: don't cause an exception if popups are blocked
Andrew Dolgov
2018-12-06
remove some bitmaps and rework stuff using it to use iconfont instead
Andrew Dolgov
2018-12-06
notify: use iconfont, update colors and increase height a bit
Andrew Dolgov
2018-12-06
add Lists.select() and make filter dialogs use it
Andrew Dolgov
2018-12-03
refactor error reporting to AppBase; keep exception_error() for now as a shim
Andrew Dolgov
2018-12-02
add AppBase as a shared ancestor for main and prefs app objects
Andrew Dolgov
2018-12-02
uploadIconHandler -> CommonDialogs
Andrew Dolgov
2018-12-02
update notify_* calls to use Notify
Andrew Dolgov
2018-12-02
add Notify object
Andrew Dolgov
2018-12-02
move some more stuff out of common.js
Andrew Dolgov
2018-12-02
set use strict on JS modules; remove some mostly useless stuff like get_minif...
Andrew Dolgov