| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | style: fix some warnings | Armand Philippot | 2022-02-20 | 6 | -17/+76 | |
| | | ||||||
| * | chore!: restructure repo | Armand Philippot | 2022-02-20 | 283 | -118/+31353 | |
| | | | | | | | | I separated public files from the config/dev files. It improves repo readability. I also moved dotenv helper to public/inc directory and extract the Matomo tracker in the same directory. | |||||
| * | build: ignore assets folder | Armand Philippot | 2022-02-17 | 48 | -13087/+1 | |
| | | | | | It is generated at build time. | |||||
| * | build: add a script to automate projects building | Armand Philippot | 2022-02-17 | 2 | -0/+137 | |
| | | ||||||
| * | chore: update submodules | Armand Philippot | 2022-02-17 | 4 | -12/+12 | |
| | | | | | | The structure has changed for two of them, so I updated the path in projects config. | |||||
| * | build: update webpack config (imagemin) | Armand Philippot | 2022-02-17 | 3 | -24/+99 | |
| | | ||||||
| * | build(deps): bump all dependencies | Armand Philippot | 2022-02-17 | 3 | -1621/+1854 | |
| | | ||||||
| * | build(deps): bump follow-redirects from 1.14.7 to 1.14.8 | dependabot[bot] | 2022-02-14 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | build(deps): bump nanoid from 3.1.30 to 3.2.0 | dependabot[bot] | 2022-01-22 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | build(deps): bump follow-redirects from 1.14.4 to 1.14.7 | dependabot[bot] | 2022-01-15 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.7) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | chore: add angular small apps to projects list (only recipes for now) | Armand Philippot | 2021-11-11 | 6 | -3/+12887 | |
| | | ||||||
| * | fix: move matomo outside config and configure it correctly | Armand Philippot | 2021-11-11 | 10 | -11/+11 | |
| | | ||||||
| * | chore(release): 1.0.2 | Armand Philippot | 2021-11-01 | 4 | -3/+5 | |
| | | ||||||
| * | chore: reduce width of static page content | Armand Philippot | 2021-11-01 | 1 | -0/+13 | |
| | | | | | | Pages like legal notice should not exceed 80characters to improve readability. | |||||
| * | chore: complete legal notice with audience metrics and cookie info | Armand Philippot | 2021-11-01 | 2 | -0/+22 | |
| | | ||||||
| * | chore: add matomo tracker | Armand Philippot | 2021-11-01 | 4 | -0/+88 | |
| | | ||||||
| * | chore: add matomo proxy tracker | Armand Philippot | 2021-11-01 | 6 | -0/+481 | |
| | | ||||||
| * | chore(release): 1.0.1 | Armand Philippot | 2021-10-31 | 3 | -2/+8 | |
| | | ||||||
| * | fix: add favicon | Armand Philippot | 2021-10-31 | 4 | -0/+36 | |
| | | ||||||
| * | chore: move isSmallVw function to main file | Armand Philippot | 2021-10-31 | 2 | -11/+8 | |
| | | | | | | Since helpers contains only one small function, I don't think it is useful to keep it separated from the rest. | |||||
| * | build: use php dotenv instead of js to inject style.js in dev mode | Armand Philippot | 2021-10-31 | 6 | -25/+11 | |
| | | ||||||
| * | build: fix composer autoload path | Armand Philippot | 2021-10-31 | 1 | -3/+3 | |
| | | ||||||
| * | chore(release): 1.0.0 | Armand Philippot | 2021-10-31 | 6 | -13743/+25 | |
| | | ||||||
| * | build: specify engine and set standard-version prerelease hook | Armand Philippot | 2021-10-31 | 1 | -1/+11 | |
| | | ||||||
| * | docs: add a readme | Armand Philippot | 2021-10-31 | 1 | -0/+37 | |
| | | ||||||
| * | chore: convert html files to php | Armand Philippot | 2021-10-30 | 15 | -71/+653 | |
| | | | | | | Now I can use php to determine current env and load static CSS file if it is prod. | |||||
| * | chore: move htdocs to repo root | Armand Philippot | 2021-10-30 | 130 | -25/+13973 | |
| | | ||||||
| * | chore: fix typo | Armand Philippot | 2021-10-30 | 1 | -1/+1 | |
| | | ||||||
| * | chore: update license page title | Armand Philippot | 2021-10-29 | 1 | -1/+1 | |
| | | ||||||
| * | build(webpack): fix prod config for assets | Armand Philippot | 2021-10-29 | 2 | -2/+5 | |
| | | | | | Assets used in Sass was not looking in the right directory once built. | |||||
| * | chore: keep projects url consistent | Armand Philippot | 2021-10-29 | 1 | -2/+2 | |
| | | | | | | Since I added legal notice, project hash could be added to legal notice page. Instead I make sure it is only added to website root. | |||||
| * | chore: update document title | Armand Philippot | 2021-10-29 | 4 | -3/+4 | |
| | | | | | | Set a default title to static page, then change the title on project view. | |||||
| * | chore(projects): add color cycle app | Armand Philippot | 2021-10-29 | 1 | -0/+20 | |
| | | ||||||
| * | chore(projects): update calculator app and description | Armand Philippot | 2021-10-29 | 2 | -2/+2 | |
| | | ||||||
| * | chore: add legal notice | Armand Philippot | 2021-10-28 | 10 | -5/+337 | |
| | | | | | In France, legal notice is required for any website. | |||||
| * | build(webpack): watch html files to refresh them on change | Armand Philippot | 2021-10-28 | 1 | -1/+1 | |
| | | ||||||
| * | chore: add a noscript tag | Armand Philippot | 2021-10-28 | 2 | -3/+30 | |
| | | | | | | Since this website use mostly Javascript, users need to know that scripts must be enabled. | |||||
| * | chore(i18n): translate the instructions on homepage | Armand Philippot | 2021-10-28 | 4 | -3/+6 | |
| | | ||||||
| * | fix(i18n): use english language if preferred language is not supported | Armand Philippot | 2021-10-28 | 1 | -1/+1 | |
| | | | | | | | If the language is not supported, the 'code' property does not exist. So I need to check its existence before using it. Now, the 'en' fallback is working. | |||||
| * | chore(i18n): handle singular/plural form | Armand Philippot | 2021-10-28 | 3 | -6/+26 | |
| | | ||||||
| * | chore(projects): add users list from js small apps | Armand Philippot | 2021-10-28 | 1 | -0/+20 | |
| | | ||||||
| * | chore: add todos project credentials | Armand Philippot | 2021-10-28 | 3 | -3/+9 | |
| | | | | | | I change the description element from 'p' to 'div', it makes more sense since I'm using line breaks to display them. | |||||
| * | chore(projects): update js small apps submodule | Armand Philippot | 2021-10-28 | 1 | -0/+0 | |
| | | ||||||
| * | chore(styles): increase branding font-size and logo size on large vw | Armand Philippot | 2021-10-27 | 3 | -4/+14 | |
| | | ||||||
| * | chore: complete projects config | Armand Philippot | 2021-10-27 | 1 | -6/+6 | |
| | | | | | I updated some paths and descriptions. I also fixed some typos. | |||||
| * | build: update submodules | Armand Philippot | 2021-10-27 | 2 | -0/+0 | |
| | | ||||||
| * | chore(styles): add overflow-y auto to project details | Armand Philippot | 2021-10-27 | 1 | -0/+3 | |
| | | | | | | When the content is long, it is preferable to make the div scrollable to avoid breaking design. | |||||
| * | fix(styles): avoid nav item wrapping | Armand Philippot | 2021-10-27 | 1 | -2/+4 | |
| | | | | | | With long names (like "About CSS Border Previewer") the button was outside the screen. With flex no wrap, the text can take two lines. | |||||
| * | build(prettier): replace JSXBracketSameLine with bracketSameLine | Armand Philippot | 2021-10-27 | 1 | -1/+1 | |
| | | | | | JSXBracketSameLine is deprecated. | |||||
| * | build(eslint): update rules to avoid conflicts with Prettier | Armand Philippot | 2021-10-27 | 1 | -0/+13 | |
| | | ||||||
