summaryrefslogtreecommitdiff
path: root/js/Feeds.js
AgeCommit message (Expand)Author
2023-03-07Change 'FEED_NOTHING' to 'FEED_DASHBOARD'.wn_
2023-03-05Also use friendly names for special feed+cat IDs in the frontend.wn_
2022-12-19 * bring back cache-busting for feed icons based on timestampAndrew Dolgov
2022-11-24rework favicon storage to use DiskCacheAndrew Dolgov
2021-12-14 * fox.form.Select: add several properties allowing it to betterAndrew Dolgov
2021-11-14show safe mode warning dialog in prefsAndrew Dolgov
2021-05-20add hotkeys J/K to move between unread feedsAndrew Dolgov
2021-04-12Fix `getCategory` method.Rodney Stromlund
2021-03-26Fix automatically showing next feed on catchupwn_
2021-03-23Revert "clip max displayed counter value to 9999 because of container node wi...Andrew Dolgov
2021-03-23clip max displayed counter value to 9999 because of container node widthAndrew Dolgov
2021-03-22unify return values for getPreviousFeed and usages of both prev/nextAndrew Dolgov
2021-03-22 * Feeds.openNextUnread: fixAndrew Dolgov
2021-03-19remove model.getNextUnreadFeed; unify code with feedTree.getNextFeedAndrew Dolgov
2021-03-16simplify feed tree expando/loading/feed icon handlingAndrew Dolgov
2021-03-10 * it feels weird for requireIdleCallback() to be optional while moreAndrew Dolgov
2021-03-10add hotkey to toggle grid viewAndrew Dolgov
2021-03-10experimental: add preference to show combined mode headlines as a 2 column gridAndrew Dolgov
2021-03-09add HOOK_HEADLINE_MUTATIONS, HOOK_HEADLINE_MUTATIONS_SYNCEDAndrew Dolgov
2021-03-08search dialog: add button iconAndrew Dolgov
2021-03-08minor cleanup related to toolbar-main (use dijit methods, etc)Andrew Dolgov
2021-03-06reduce overhead in hash set/getAndrew Dolgov
2021-02-24add hide/show events for feeds sidebarAndrew Dolgov
2021-02-24request label counters conditionallyAndrew Dolgov
2021-02-24pass a bunch of related arrays properly to backendAndrew Dolgov
2021-02-24no special counter handling for catchupAllAndrew Dolgov
2021-02-24try to calculate counters conditionally based on feed idsAndrew Dolgov
2021-02-23App.requestCounters() is not a thingAndrew Dolgov
2021-02-21Open the default feed after unsubscribing.wn_
2021-02-19render feed icon markup on the clientAndrew Dolgov
2021-02-19 * switch to xhr.post() almost everywhereAndrew Dolgov
2021-02-19migrate a bunch of xhrPost invocationsAndrew Dolgov
2021-02-19migrate xhrJson invocations to the new helperAndrew Dolgov
2021-02-19cleanup some unused code, fix App.byId() invoked by wrong nameAndrew Dolgov
2021-02-18initial for RIP prototype/scriptaculousAndrew Dolgov
2021-02-17 * App: rename hidden to hidden_tagAndrew Dolgov
2021-02-15feeds: unify namingAndrew Dolgov
2021-02-12* OPML import: don't reload everything, just feed treeAndrew Dolgov
2021-02-12rework a few more dialogs to use App.dialogOf()Andrew Dolgov
2021-02-12* customizeCSS: client dialogAndrew Dolgov
2021-02-11publishedOPML: use client dialogAndrew Dolgov
2021-02-11disable themes in safe mode; rework safe mode warning/login promptAndrew Dolgov
2020-12-23search dialog: populate current search values onShow instead of onLoad becaus...Andrew Dolgov
2020-11-30don't select next unread feed when marking as read last week, etc.Andrew Dolgov
2020-09-16fix default password nag dialog, load via xhrAndrew Dolgov
2020-09-15Feeds: load quickaddfeed and search dialogs via XHR w/ CSRF protectionAndrew Dolgov
2020-06-05more eslint fixessingle-app-objectAndrew Dolgov
2020-06-04fix various minor issues reported by eslintAndrew Dolgov
2020-06-04unify prefs/main App objects, remove fake classes, use single static App obje...Andrew Dolgov
2020-06-04don't use declare() for static objects with no inheritance because apparently...Andrew Dolgov