| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | build(config): add object newline rule to avoid conflict with Prettier | Armand Philippot | 2021-10-26 | 1 | -0/+1 |
| | | |||||
| * | build(deps): bump dependencies | Armand Philippot | 2021-10-25 | 1 | -383/+440 |
| | | | | | Some are still outdated because of compatibilities issues. | ||||
| * | build: remove composer | Armand Philippot | 2021-10-25 | 3 | -553/+0 |
| | | | | | | I convert the app to use HTML instead of PHP, so I don't need composer anymore. | ||||
| * | chore: handle page reload | Armand Philippot | 2021-10-25 | 1 | -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 homepage | Armand Philippot | 2021-10-25 | 1 | -0/+17 |
| | | |||||
| * | chore: print the project preview & details on click | Armand Philippot | 2021-10-25 | 5 | -43/+229 |
| | | | | | | | 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 viewport | Armand Philippot | 2021-10-24 | 1 | -0/+60 |
| | | |||||
| * | chore: hide or show the toolbar according to viewport | Armand Philippot | 2021-10-24 | 1 | -1/+29 |
| | | |||||
| * | chore: print the projects list | Armand Philippot | 2021-10-24 | 1 | -0/+32 |
| | | |||||
| * | chore: load styles on development mode | Armand Philippot | 2021-10-24 | 2 | -0/+41 |
| | | |||||
| * | build: override operator-linebreak rule | Armand Philippot | 2021-10-24 | 1 | -3/+8 |
| | | | | | This rule was in conflict with Prettier. | ||||
| * | build: ignore hmr files | Armand Philippot | 2021-10-24 | 1 | -0/+1 |
| | | |||||
| * | build: update stylelint rules with stylelint-config-prettier | Armand Philippot | 2021-10-24 | 1 | -1/+5 |
| | | |||||
| * | chore: add styles | Armand Philippot | 2021-10-24 | 25 | -0/+1135 |
| | | |||||
| * | chore: add fonts and images | Armand Philippot | 2021-10-24 | 42 | -0/+651 |
| | | |||||
| * | chore: define projects list | Armand Philippot | 2021-10-24 | 1 | -0/+77 |
| | | |||||
| * | chore: convert index to html file instead of php file | Armand Philippot | 2021-10-24 | 5 | -288/+58 |
| | | | | | | | I need to translate some strings in a JS file. So instead of dealing with two way to translate the whole app I think it is easier to stick with a single way. | ||||
| * | build: add babel runtime to use async functions | Armand Philippot | 2021-10-24 | 3 | -1/+16 |
| | | |||||
| * | chore: add php template and includes (config, i18n and utils) | Armand Philippot | 2021-10-20 | 4 | -0/+288 |
| | | |||||
| * | build: set prettier config and update stylelint rules | Armand Philippot | 2021-10-20 | 2 | -2/+54 |
| | | |||||
| * | build: fix webpack runtime config | Armand Philippot | 2021-10-19 | 1 | -0/+3 |
| | | | | | | Some errors occured when updating scss files. It seems to be a runtime issue: by adding a single runtime I no longer have errors. | ||||
| * | chore: add js small apps submodule inside projects | Armand Philippot | 2021-10-19 | 2 | -0/+3 |
| | | |||||
| * | build: add webpack config | Armand Philippot | 2021-10-17 | 10 | -928/+1237 |
| | | | | | | | | Downgrade Imagemin-SVGO to v9 because v10 is incompatible with image minimizer. Change ESlint config to avoid lint error (should be dependency instead of devDependency...) | ||||
| * | chore: initial commit | Armand Philippot | 2021-10-17 | 22 | -0/+8943 |
| Add default configuration for dev tools and needed packages | |||||
