SuccessChanges

Summary

  1. tsk72: Adds user "Liked Stories" page with pagination and favorite (details)
Commit a6378dc3be43facafc98bcb6c8c1d5849e725bcc by senrapastorizabreixo
tsk72: Adds user "Liked Stories" page with pagination and favorite
management
Introduced a new "Liked Stories" page (`liked-stories.xhtml`) to display
a user's favorite stories. Integrated pagination, dynamic page size
options, and the ability to remove stories from favorites. Updated the
navbar with a link to the new page. Implemented `LikedStoriesBean` to
manage functionality, leveraging reusable `Paginated` logic.
The file was addedjsf/src/main/java/es/uvigo/esei/microstories/jsf/LikedStoriesBean.java (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/template.xhtml (diff)
The file was addedjsf/src/main/webapp/user/liked-stories.xhtml (diff)