Commit graph

43 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
49f403b5a6 Fixing dashbaord river for saved searches on both feeds and folders. 2022-06-01 16:04:19 -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
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
d3a11f9cd2 Refactoring story layouts to allow for alternative layouts for single stories. 2022-05-02 11:36:58 -04:00
Samuel Clay
dd2ad179a3 We no longer know if the original story could not be proxied because an .contents() failed to find a body. 2022-01-19 16:28:36 -05:00
Samuel Clay
f3730b5dfc Nice accessibility push. This enables tridactyl and other screen assistance tech to know what's actionable on newsblur. You can now use a keyboard to 100% drive NewsBlur. 2021-05-13 15:37:33 -04:00
Samuel Clay
3afd50a061 Throttling dashboard story retrieval. 2021-05-12 18:36:25 -04:00
Samuel Clay
7d1fdb330a Updating all rivers on column change. 2021-04-07 16:14:03 -04:00
Samuel Clay
0463e5418c Single column dashboard shows south pane, double column dashboard uses west pane (tighter stories). 2021-04-07 15:58:27 -04:00
Samuel Clay
b4ade7afc0 New feature: full bleed images. Borrowed from iOS, takes small images into consideration. 2021-04-06 19:25:02 -04:00
Samuel Clay
73c3a0242b New feature: single or double column dashboard. 2021-04-06 15:04:50 -04:00
Samuel Clay
0c6119b5b0 Deactivating new stories and refreshes on dashboard with appropriate flags in bid to find memory leaks. 2021-04-03 10:19:08 -04:00
Samuel Clay
c5b06441f0 Closing the loop on an interval that was never stopped. 2021-04-02 23:07:44 -04:00
Samuel Clay
7177afef08 Turning off story adding on dashboard to narrow down memory leak. 2021-04-02 16:49:00 -04:00
Samuel Clay
dbec2708da Only show active feeds in dashboard river. Also link dashboard river title and icon. 2021-03-04 10:24:17 -05:00
Samuel Clay
90fbf35cda More logging. 2021-02-03 20:30:46 -05:00
Samuel Clay
e8fb94af23 Fixing new stories coming into dashboard being filtered out incorrectly. 2021-02-03 20:06:08 -05:00
Samuel Clay
2549ea7b91 Image thumbnail size in popover now works. 2021-01-14 20:13:57 -05:00
Samuel Clay
a20272ec9b New display options save. Now to hook them up. 2021-01-14 18:14:11 -05:00
Samuel Clay
4a2afe15b6 Styling popovers, adding new display options to feed popover, fixing opening story on dashboard for read story feed (all other feeds need testing). 2021-01-14 14:16:51 -05:00
Samuel Clay
e6a3d502e6 Fixing issue where events were stacking on redraw. 2021-01-13 20:12:40 -05:00
Samuel Clay
51a13fcb61 Fixing inconsisstencies in DOM. Fixing feeds. Needs stories to open in correct feed. Also needs to test non-feeds/folders. 2021-01-13 19:59:22 -05:00
Samuel Clay
bccafbb6b9 Fixing add folder. Also fixing dashboard so folder reloads work. Favicon seems sticky. 2021-01-13 19:32:36 -05:00
Samuel Clay
16d6f4a97c Storing and replacing rivers. Needs favicons fixed. 2021-01-13 15:40:31 -05:00
Samuel Clay
aa2171e470 Re-rendering dashboard rivers when changing feeds. Doesn't work yet. 2021-01-12 20:15:42 -05:00
Samuel Clay
3fac1b8639 Broken feedbar options for dashboard river due to feed chooser not being a reusable component. Need to extract it and place with folder chooser. 2020-12-21 20:26:58 -05:00
Samuel Clay
2b389aae33 Sizing on dashboard. 2020-12-21 09:49:25 -05:00
Samuel Clay
58851d15d7 Don't refresh dashboard feeds in debug to better debug them. 2020-12-17 14:43:29 -05:00
Samuel Clay
163578646d Turning on refresh in debug for dashboard. 2020-12-17 09:18:11 -05:00
Samuel Clay
a2fefeebc2 Restyling segmented controls. 2020-12-16 13:09:51 -05:00
Samuel Clay
1cbbbcceaf Reversing social/river_stories due to change in comparison of sorted lists (the old way used a b-a comparator, which is backwards to timestamps. 2020-12-15 18:23:48 -05:00
Samuel Clay
18f7377dd3 Infrequent stories get real-time, global shared stories do not get real-time. 2020-12-15 17:36:35 -05:00
Samuel Clay
238bed3aa6 Limiting stories on dashboard. 2020-12-14 18:32:47 -05:00
Samuel Clay
1fecc9aca3 Fixing global shared stories on dashboard. 2020-12-14 15:08:14 -05:00
Samuel Clay
f52090b68e Dashboard stories are now loading! Need to add all types of folders, then the configuration popover. 2020-12-11 18:47:37 -05:00
Samuel Clay
6b43f5a9e6 Saving missing dashboard rivers and correctly placing them. Now to tie data and template together, then add options. 2020-12-10 18:33:43 -05:00
Samuel Clay
8736260077 Stubbing in dashboard rivers. Also restyling static pages. 2020-12-10 12:32:20 -05:00
Renamed from media/js/newsblur/views/dashboard_river.js (Browse further)