When running a local dev copy of the appview, the timeline isn't properly populated if only running the appview. This causes db.MakeTimeline to give an empty array. Thus, slicing it down to 5 elements results in an out of bounds error.
This PR removes the slice and simply limits the timeline view to 5 elements down from 15.
wonderful thank you!