| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
| |
While item is technically more correct, I still prefer user as i think
it makes the code easier to understand.
|
|
|
|
|
| |
- Document title doesn't update
- Page crashes when going back to front page
|
|
When you select a user and press the back button of your browser, it
will exit out of schedule page instead of going back inside of the
app. This is unexpected behavior.
This commit will update the URL using history.pushState() when a user
is selected. Allowing the browser navigation buttons to nicely
integrate with the schedule.
|