You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add form logic, help modal to My Feeds page
* fetch user feeds into separate form controls
* add delete feed buttons, refactor logic
* address review comments
* remove call to refresh window upon feed deletion
* refactor a useState call for consistency
* redirect non-logged-in users to 404 page without rendering My Feeds page
* add feed deletion logic to DeleteFeedDialogButton
* implement getUserFeeds() stop-gap
* fix DeleteFeedDialogButton props
* correct props destructuring in 3435b76
* remove commented-out proptypes
What would you like to be added:
The implementation of the feed deletion buttons on the My Feeds page (introduced by #933) must be completed, i.e. by invoking the to-be backend logic for feed deletion that is being developed by @c3ho and @Grommers00.
Why would you like this to be added:
This is one step towards ensuring that the My Feeds page is capable of facilitating a vital administration functionality.
The text was updated successfully, but these errors were encountered: