Conversation
Add details for feed. Add feed menu which shows communities
Add feedMenu to explore screen item. Get feed id by name instead of cached value.
Add feed name route parameter.
|
Once you save a feed locally, are you free to edit it how you like, or is it just a "bookmark" of the saved feed? I ask because after I saved a feed manually, there was a button next to the newly saved feed on the feeds screen to edit it. And it allowed me to edit it freely, except the save button never became enabled. If this is supposed to be able to edit the feeds and, when saved, update it on the PieFed server as well, then we should probably hide the edit button in general if you aren't the owner in order to prevent confusion. |
|
When deleting a feed, it just stays on the same screen as if nothing had happened. We probably want to navigate back from there instead. |
|
If you try to create a new feed with a "Server topic", we just get a null error. I'm not sure if that was introduced in this PR or if PieFed made a change that did this? |
…tabase. Disable edit if logged in account isn't owner.
|
Now if the current account is not the feed owner then the edit button should be disabled and it should act like a bookmark. Also changed the delete button on the edit page to delete the feed on the server. |
… than just saving an existing server feed locally. Fix feed details global name.
|
Adding new server feeds now creates the feed on the server rather than just searching and saving existing feeds. Existing feeds can still be saved via the explore screen. |
Adds feed details for piefed feeds similar to the community details ui. Showing feed title, icon etc.
Adds feed menu with options for showing included communities, editing and saving locally.
Allows editing server feeds.