aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/src/js/app.js
Commit message (Collapse)AuthorAgeFilesLines
* refactor: move animation functions to a separated fileArmand Philippot2021-10-261-44/+6
| | | | | App.js becomes heavy. So by moving some functions outside this file, it improves the readability.
* chore: handle page reloadArmand Philippot2021-10-251-9/+21
| | | | | | | If the current page is a project, on page refresh we want to show the exact same project. It can be use to share a specific page. I change the history pushState method to use hash instead since the server doesn't know the "fake" URLs. This way, no 404.
* chore: hide the about project button on homepageArmand Philippot2021-10-251-0/+17
|
* chore: print the project preview & details on clickArmand Philippot2021-10-251-41/+216
| | | | | | On small viewport, hide the project details and display it when the user clicks on toolbar button. So I adjust the toolbar z-index and the preview height.
* chore: define the header/footer visibility according to viewportArmand Philippot2021-10-241-0/+60
|
* chore: hide or show the toolbar according to viewportArmand Philippot2021-10-241-1/+29
|
* chore: print the projects listArmand Philippot2021-10-241-0/+32
|
* chore: load styles on development modeArmand Philippot2021-10-241-0/+22