-
Notifications
You must be signed in to change notification settings - Fork 189
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
[Vue Rewrite] Sidebar Feed/Folder Actions #2354
[Vue Rewrite] Sidebar Feed/Folder Actions #2354
Conversation
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
… soon) Signed-off-by: Devlin Junker <[email protected]>
Hey, I just tried this. Seems like there is something missing I only get the menu for folders, feeds only have the delete button. I build the app with make. I will also check if maybe I made a mistake. test-news.mp4 |
oh thanks @Grotax ! I noticed this the other day too.. not sure where the bug is, but I'll look into it! On an aside, does anyone use a News Plugin, or do many exist out there? Should I be concerned about making sure any existing ones work, or try to redo the plugin api in an "improvement" rather than in the MVP? Also how much of this settings list is important for an initial rewrite release? feedback from any users or anyone really is welcome (@anoymouserver @SMillerDev)
I've updated the |
I'm not aware of any active plugins, since I maintain this app there was nothing of interest. The other features I would rank them like this.
|
Related to #748
Follows #2346
🗒️ Summary
✅ Checklist
- [ ] Changelog entry added for all important changes.(Can we add theskip-changelog
label to prevent the check for changelog? )📷 Visual
Feed Actions:

Folder Actions:

➡️ Up Next
MVP:
subscribe_to
parameter for adding new feedsquestionable
addArticleAction
Plugin APIImprovements:
?selected=<id>
url query parameter to store and parse which Feed Item is displayed inFeedItemDisplay
(this will be useful for implementing the search bar - and allow navigating directly to the specific feed item)