tsk20 Adds most read stories to home page (details)
fix: Fixes problem with number of characters in search view (details)
Commit
d32675ae41c9e8797a24424724d9e0c7d3d5a70a
by yruben98
tsk20 Adds most read stories to home page Adds a carousel for the most read stories in the main view along with the necessary logic to the controller. The carousel is moved to a separate file to improve the maintenance of this visual component.
Commit
6f684138afbcb1e514240a3591ff8f69b65d5b3c
by yruben98
fix: Fixes problem with number of characters in search view If the number of characters in a story is less than 60, the rendering of the view will fail. Text length check is added.