summaryrefslogtreecommitdiffstats
path: root/js
AgeCommit message (Expand)Author
2012-10-26remove highlight of currently selected itemJan-Christoph Borchardt
2012-10-16also change the menu entry when you load a feed from the from_feed linkBernhard Posselt
2012-10-16click on from_feed loads the feedBernhard Posselt
2012-10-15abort load request if a new feed is being loadedBernhard Posselt
2012-10-15fixed bug that caused the starred items menu item to be marked as read when o...Bernhard Posselt
2012-10-15also show additional feedtitle when using javascript to reload the pageBernhard Posselt
2012-10-14Whitespace cleanupBart Visscher
2012-10-14fixed bug that would hide starred items if they are readBernhard Posselt
2012-10-13fixed bug that prevented creating of folders, linted menu.js, fixed weird htm...Bernhard Posselt
2012-10-13selecting folders worksBernhard Posselt
2012-10-13merged indexBernhard Posselt
2012-10-13reverted js back to old stateBernhard Posselt
2012-10-13removed change that caused errorsBernhard Posselt
2012-10-12move firstrun js to an independent scriptAlessandro Cosentino
2012-10-12removed linter errors on parseInt, added the most recent timestamp and id to ...Bernhard Posselt
2012-10-08split firstrun template from main templateAlessandro Cosentino
2012-09-20setting items as read has now an immediate response from the server about how...Bernhard Posselt
2012-09-19open all links from the feedbody in a new tabBernhard Posselt
2012-09-17 If you click on a feed and then on a second feed, the first one is still loa...Bernhard Posselt
2012-09-17decreased unread timeout from 1s to .5sBernhard Posselt
2012-09-14reduced update cycle to 1 minuteBernhard Posselt
2012-09-14fixed a bug which broke updating via ajaxBernhard Posselt
2012-09-14small mispell fixBernhard Posselt
2012-09-14made feeds smaller, fixed some errors from js linterBernhard Posselt
2012-09-08remember collapsed folders, simplyfied css and jsBernhard Posselt
2012-09-07Remove empty lines at end of fileBart Visscher
2012-09-06put arrow keys jumping back inBernhard Posselt
2012-09-06removes files no longer neededAlessandro Cosentino
2012-09-06removed arrow keys for jumping to next feedBernhard Posselt
2012-09-06 the caption of the eye should toggleBernhard Posselt
2012-09-05moved thumbnail code from js to cssBernhard Posselt
2012-09-05added padding to first img child to mark it as thumbnailBernhard Posselt
2012-09-05removed debug console.logBernhard Posselt
2012-09-05cleanup, moving feeds now sets the unread count correctlyBernhard Posselt
2012-09-05correctly adjust unreadcount for folders when moving a feedBernhard Posselt
2012-09-05fixed bug that would prevent marking as keep_unread when directly clicking on...Bernhard Posselt
2012-09-05mark viewed article soonerBernhard Posselt
2012-09-03enter now also commits when adding a feed on the firstrun pageBernhard Posselt
2012-09-03if dialog input text elements are focused, enter commits the formBernhard Posselt
2012-09-03set a timeout for scroll event to only trigger once every 100 milisecsBernhard Posselt
2012-09-03dont mark feeds as read when you hit the bottom because its not needed any moreBernhard Posselt
2012-09-03fixed bug when feed whould not be marked as viewedBernhard Posselt
2012-09-03add padding to the bottom to be able to scroll even with one elementBernhard Posselt
2012-09-03marking as viewed now works on jumpingBernhard Posselt
2012-09-03mark currently read itemBernhard Posselt
2012-09-03fixed weird showAll post requestBernhard Posselt
2012-09-03bind shortcuts on keyupBernhard Posselt
2012-09-03left and right arrow now also jump to previous/next articleBernhard Posselt
2012-09-03j jumps to next entry, k to previous if no dialog is openBernhard Posselt
2012-09-02changing folder names works nowBernhard Posselt