-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac/iPad: dashboard #1899
Comments
We don't have APIs for what's new and statistics, so let's start with the rivers. Check |
When the macOS/iOS app calls Also, it'd be nice to be able to customize the dashboard in the app; is there an API to change, add, or remove a feed in the dashboard? Being able to send back the JSON for the By the way, I noticed some issues with the Dashboard on the web. Adding several feeds on the same row (in horizontal layout mode) can get unusably narrow; perhaps should limit that, though not unreasonable to let the user self-limit that. But changing the feed for a "widget" can result in the old feed appearing with the new title. I could add issues for those if they're not known issues. |
Deployed |
To save dashboard rivers, POST to
You'll receive back a new Note that |
@sictiru You'll need these URLs and params, too. ☝️ |
Thanks! I would have preferred a save endpoint that took the entire array of rivers, so I could implement moving feeds. With the single river save (and the web UI), you can only move a feed by changing an existing dashboard item's feed; if I had several feeds in the dashboard, and wanted to move one to the top, I'd have to do several changes. But a good start. |
* master: Adding dashboard_rivers to /reader/feeds?flat=true for #1899
- Renamed the old DashboardViewController as ActivitiesViewController, and cleaned up obsolete references to dashboard, to avoid confusion.
- Added NewsBlur Dashboard to top of feeds list. - Updated StoryCache to cache stories for multiple feeds.
- Added SwiftUI views for the Dashboard (WIP). - StoryCache changes for the Dashboard. - Some code cleanup.
- Adding Dashboard view controller to feed detail (WIP).
Work on this is underway, but I'm out of time for this month, so I'll finish it next week. I've committed the current progress on the |
@samuelclay wrote in a comment in #1247:
I like this idea. Just the three river feeds, or are the What's New and NewsBlur Stats etc panes available too, to fully replicate the experience? It'd be a nice feature either way.
The text was updated successfully, but these errors were encountered: