planiverse/resources/views
St John Karp 0247f8b57e Favour redirects over re-using the same paths
I was re-using the same paths for a bunch of stuff in order to
minimise redirects (POSTing new statuses to the timeline, or performing
actions on a status), but then this breaks the behaviour of the
browser's refresh button. I've moved all those actions to their
own paths, which helps break up the code, makes the URLs more
semantic, and lets you use the refresh button without accidentally
performing an action.

This is at the expense of an additional HTTP request, but I've
tried to minimise the cost by passing through the status from the
previous action so we don't have to requery for it on the server
side.
2018-08-26 14:34:01 -07:00
..
context.blade.php Implement status context page 2018-08-26 13:37:55 -07:00
event_info.blade.php Implement status context page 2018-08-26 13:37:55 -07:00
home_timeline.blade.php Add navigation to the top of the page, rework some CSS 2018-08-19 10:02:02 -07:00
navigation.blade.php Implement notifications page 2018-08-25 17:29:36 -07:00
notification.blade.php Implement status context page 2018-08-26 13:37:55 -07:00
notifications.blade.php Implement notifications page 2018-08-25 17:29:36 -07:00
pagination.blade.php Break pagination elements into their own component 2018-08-19 09:39:31 -07:00
public_timeline.blade.php Add navigation to the top of the page, rework some CSS 2018-08-19 10:02:02 -07:00
show_status.blade.php Favour redirects over re-using the same paths 2018-08-26 14:34:01 -07:00
status.blade.php Favour redirects over re-using the same paths 2018-08-26 14:34:01 -07:00
status_content.blade.php Support showing video attachments 2018-08-25 10:36:46 -07:00