Commit graph

2909 commits

Author SHA1 Message Date
Samuel Clay
1b2e2b0606 Dashboard with saved searches for missing feeds shouldn't crash. 2023-09-01 10:22:56 -07:00
Samuel Clay
78e9b477ab Adjusting story tag font size, adding flex so they stay on the right. 2023-06-28 08:06:07 -04:00
Samuel Clay
2bb30d6472 Fixing issue in List view where clicking on a story would sometimes inadvertently mark a number of stories below where you scrolled as read. This fix ensures we don't mark stories as read while opening a story. 2023-04-29 11:39:05 -04:00
Samuel Clay
9b3a49f68e Don't open feed exception dialog when loading saved stories. 2023-03-01 09:18:29 -05:00
Samuel Clay
d4b1ec35ca Adding manual preference to ignore esc key. 2022-12-21 19:51:09 -05:00
Samuel Clay
b2bf1a66cc Namespacing readability. 2022-11-24 13:18:20 -05:00
Samuel Clay
8e107b8527 Readability to be global variable. 2022-11-24 13:11:50 -05:00
Samuel Clay
6095bd709d Fixing relative image urls to be absolute urls. Looks like a BeautifulSoup4 upgrade didn't catch the new attrs syntax. Also fixing bookmarklet loading wrong JS/CSS in development. 2022-11-24 12:53:40 -05:00
Samuel Clay
b2f54782cb Maxing out mark read dates. 2022-07-19 09:27:37 -04:00
Samuel Clay
cca33db396 Adding mark read dates to dialog for archive users that stretches into the past year. 2022-07-19 09:19:09 -04:00
Samuel Clay
13ac3535d0 Refreshing unread counts when changing days_of_unread. 2022-07-07 21:44:57 -04:00
Samuel Clay
a0b933ef44 Adding @nriley's safari extension for opening links in background tabs to the Goodies dialog. 2022-07-05 10:56:21 -04:00
Samuel Clay
d5cc6f5ae6 Re-enabling extension from #655. 2022-07-05 10:51:35 -04:00
Samuel Clay
b3337aceec Removing code when opening links that seemingly opens it in the background, but now is causing links to opening directly in the active tab. This really just needs a window.open(url, '_blank'), so if an extension wants to build background tabs on top, it should have a more direct method. 2022-07-05 10:01:15 -04:00
Samuel Clay
2ace633ce7 Admin panel needs ot differentiate between premiums. 2022-07-02 11:00:44 -04:00
Samuel Clay
63635f42e1 Replacing @username's in tweets with links. 2022-07-01 17:00:22 -04:00
Samuel Clay
98ec837c1e Use selected and not visible as custom handler. 2022-07-01 16:25:29 -04:00
Samuel Clay
48e413e390 Attaching custom handler on visible, so content can be rewritten. 2022-07-01 16:22:26 -04:00
Samuel Clay
d31b9e2701 Adding attach_custom_handler to make it easy to override story content handling in Custom CSS. 2022-07-01 16:14:58 -04:00
Samuel Clay
f86c223f5b Fixing word wrap on preferences. 2022-06-21 17:22:43 -04:00
Samuel Clay
c4ce8eaf1b Adding density to main site menu. Adjusting transitions. 2022-06-10 09:44:16 -07:00
Samuel Clay
5674fc981c Adding stories in archive to stats popover. 2022-06-09 10:18:32 -07:00
Samuel Clay
1eb71ee524 Merge branch 'master' into pro
* master:
  Adding Raindrop.io support.
2022-06-09 09:48:42 -07:00
Samuel Clay
9abe4cc120 Adding Raindrop.io support. 2022-06-09 09:44:37 -07:00
Samuel Clay
8ab3d871e7 Adding feed archive count and showing it in Statistics (with the feed byte size on hover). 2022-06-06 16:03:50 -04:00
Samuel Clay
c803ef87a6 Merge branch 'master' into pro
* master:
  Adding premium renewal to account management dialog.
2022-06-05 09:14:25 -04:00
Samuel Clay
cece1ba62e Adding premium renewal to account management dialog. 2022-06-05 09:14:14 -04:00
Samuel Clay
49f403b5a6 Fixing dashbaord river for saved searches on both feeds and folders. 2022-06-01 16:04:19 -04:00
Samuel Clay
34d103e6a4 All menus now have new icons. 2022-05-27 17:24:58 -04:00
Samuel Clay
e818d98d18 More icons redesigned. 2022-05-26 15:17:12 -04:00
Samuel Clay
ba31783cd7 Removing flashing unread counts indicator at bottom of story titles. 2022-05-26 12:06:30 -04:00
Samuel Clay
f99d6c0960 Adding many more new icons. 2022-05-25 12:49:39 -04:00
Samuel Clay
6c28df3ea2 New icons for feed options filter popover. 2022-05-25 11:01:12 -04:00
Samuel Clay
1ad14d5192 Broke feed options popover. 2022-05-23 09:36:44 -04:00
Samuel Clay
5b5992ddd7 Adding flex to segmented controls. 2022-05-20 10:51:17 -04:00
Samuel Clay
e1605bc232 Cleaning up premium subscribe buttons 2022-05-18 11:27:31 -04:00
Samuel Clay
3881b838c9 Merge branch 'master' into pro
* master:
  Wrong output from mongo featurecompatibilityversion.
  Revert "Prod debug on local postgres."
  Fix strict JS error during folder moves
2022-05-18 10:25:23 -04:00
Samuel Clay
cf90435714 Adjusting size of side options. 2022-05-17 16:16:27 -04:00
Samuel Clay
83d280d9c1 Evening out space on dashboard between modules 2022-05-17 15:31:06 -04:00
Samuel Clay
9c115ebbb7 Adding new buttons for adding and removing dashboard story list modules. Finally get to use the right-side dashboard module. Looks great in 3 column as well. 2022-05-17 13:45:51 -04:00
Samuel Clay
b76e35d223 Wrapping dashboard stories in a IIFE to keep dashboard stories and count in a throttled function. 2022-05-17 09:23:30 -04:00
Samuel Clay
a52be087df Wrong integer format. 2022-05-16 17:44:08 -04:00
Samuel Clay
8a5748fa37 Adding # of stories per dashboard module. Also fixing long-standing double load bug on initial page load. Fixed issues around phantom read stories popping in and out of existance on page load. 2022-05-16 17:21:46 -04:00
J. Ryan Stinnett
e1bc296abe Fix strict JS error during folder moves 2022-05-13 02:48:54 +01:00
Samuel Clay
3aacc953f7 That's a pretty nice three column deck style dashboard. 2022-05-12 11:06:59 -04:00
Samuel Clay
f14a860a6a Stubbing in triple column decks on the dashboard. 2022-05-12 10:04:59 -04:00
Samuel Clay
977e457792 Redrawing indicator hidden. 2022-05-05 16:18:21 -04:00
Samuel Clay
679394917a Replacing more UI icons. 2022-05-04 17:42:23 -04:00
Samuel Clay
a08d0bfa73 New share icon. Adjusting menu pixels. 2022-05-04 16:44:45 -04:00
Samuel Clay
49361fa634 Compact and comfortable feed titles. New unread indicators. 2022-05-04 12:22:54 -04:00