Commit Graph

3 Commits

Author SHA1 Message Date
St John Karp 3d3f04ba90 Fix bug in accessing a property using a variable
Wrapped the variable in curly braces to force it to evaluate before
trying to access the property.
2018-10-10 17:59:10 -07:00
St John Karp 3d1747e13e Code clean-up, refactoring, commenting
Did an audit of the code to tidy things up, refactor, get rid of
some unused stuff that came with Laravel, and comment everything.
2018-10-10 17:58:51 -07:00
St John Karp d8c1ed6884 Implement notifications page
Created a new page that displays notifications and added it to the
global nav. Abstracted out the pagination methods from the timeline
controller and put it in a helper class. Abstracted out the event info
(account, timestamp, etc.) into its own component.
2018-08-25 17:29:36 -07:00