SuccessChanges

Summary

  1. tsk7: Introduces Story Card component and updates homepage story grid (details)
Commit 7d700320120e5e6c6c7f5d9f3d7180bf1a20a771 by devpablogg
tsk7: Introduces Story Card component and updates homepage story grid
Added a new JSF composite component called story-card.xhtml to provide a
richer and more modern presentation for stories. Updated index.xhtml to
replace the old Bootstrap-based card markup with this new component.
Introduced a full set of CSS rules for the Story Card, including hover
transitions, badges, themes, excerpt clamping and author avatar styling.
Adjusted the .story-title selector so it applies only within
.story-hero, preventing unintended global overrides.
The file was addedjsf/src/main/webapp/resources/components/story-card.xhtml
The file was modifiedjsf/src/main/webapp/resources/css/main.css
The file was modifiedjsf/src/main/webapp/index.xhtml