SuccessChanges

Summary

  1. tsk24 Adds navigation buttons between stories (details)
Commit 05c8d8576d0d7cbb82d5a22ef233062a3b0dbe13 by david.f.suarez18
tsk24 Adds navigation buttons between stories
Updated the ReadStory View to include navigation buttons for moving to
the previous or next story in a list. The list can either represent
recently viewed stories or the results from the Search View. If the
current story is the first in the list, the "Previous" button is
disabled and displayed in gray. Similarly, the "Next" button is disabled
and grayed out when the story is the last in the list.
The file was modifiedjsf/src/main/java/ListStoryManagedBean.java (diff)
The file was modifiedjsf/src/main/webapp/resources/css/index.css (diff)
The file was modifiedjsf/src/main/webapp/readStory.xhtml (diff)
The file was modifiedjsf/src/main/webapp/resources/css/storyCard.css (diff)
The file was modifiedjsf/src/main/webapp/searchStory.xhtml (diff)
The file was addedjsf/src/main/webapp/resources/images/prev_secondary.png (diff)
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was modifiedjsf/src/main/webapp/resources/css/main.css (diff)
The file was addedjsf/src/main/webapp/resources/images/next_accent.png (diff)
The file was modifiedjsf/src/main/java/ReadStoryManagedBean.java (diff)
The file was modifiedjsf/src/main/webapp/resources/css/colors.css (diff)
The file was modifiedjsf/src/main/webapp/resources/emcomp/storyCard.xhtml (diff)
The file was addedjsf/src/main/webapp/resources/images/next_secondary.png (diff)
The file was addedjsf/src/main/webapp/resources/images/prev_accent.png (diff)
The file was modifiedjsf/src/main/webapp/resources/css/read.css (diff)