This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add husky and test it Format code on commit * Update lint staged command - Test 2 * Update lint stage - Test 3 * Remove lint-staged - Test 4 Doesn't seem to work for some reason. Trying to do it without lintstaged * Update package.json * Add husky config - Test 5 * Add lint-staged.config * Add ts to precommit and update gitignore * Fix codestyle It doesn't work for some reason * Add editorconfig * branch init * added minimum player filter * setup PWA * hotfix * Bugfix: Added a default background-color * Minor changes * Test fopbal.svelte error * Add husky documentation to README * Update README * Put lang=ts back to fopbal.svelte * . * cache all responses * added fallback page (now working yet) * modified service worker * Remove indent size in editor config * Update gitignore * Update header styling * Bugfix: Made filterTitle dynamisch * refactor: svelte fetch * Add: Reusable Submit/Cancel button * Change: changed REM to EM * fix: format * Add env.js * Removed: Got rid of the HR because it wasn't semantisch * fix: removed unused import * Design: Minor change in margins and removed background color * Update package.json * add: Game detail loads from API * fix: package lock * fix: formatting * Update group filter for cards * fix: disabled button * Add min players on card * Update src/routes/games/[game].svelte removed unused typing * Fix: Small CSS fix * update margin bottom * Remove /games in example .env * add: basic error page * add: save gamedata * fix: save on click * add: static files cache * Add: Offline component * Add edit button on game pages * fix: removed secure-preview * Add: OfflineCard + 404 * Install: Husky install * Format issue * Removed: SVG and Changed: error message * Update: error status Co-authored-by: Thijs <[email protected]> * Fixed the spam click * Change: We still need to change from English to Dutch * Add strapi api * Add: Like button for game page * Update games to dynamic data from Strapi * Add strapi api url in .env.example * Fix: removed catch * Update .env.example & uncomment a comment * .env * added homepage * fix * added recent 5 games * refactor: new home structure * Add: label task to a bug issue A bug is also a task * Add fallback to dynamic values from API * removed .husky * add .husky to gitignore * Update strapi api url in .env.example * Add: Like button for game page * .env * added homepage * fix * added recent 5 games * added homepage * added recent 5 games * refactor: new home structure * Update pipe syntac in gamelistcard * Update comment in if statement * Add: Like number * merge changes * Remove: decimals from color * Add: Like button for game page * Add: Like number * Remove: decimals from color * fix: url games to spellen * added reset filter * added reset filter * reset filter button * Add: non-ssr offline message for game * add: SSR offline page for games * Update src/routes/games/__error.svelte Co-authored-by: Jochem Vogel <[email protected]> * Add: non-ssr offline message for game * add: SSR offline page for games * Update src/routes/games/__error.svelte Co-authored-by: Jochem Vogel <[email protected]> * fix: games -> spellen * bump version Co-authored-by: Jochem Vogel <[email protected]> Co-authored-by: sreen020 <[email protected]> Co-authored-by: Rooyydoe <[email protected]> Co-authored-by: Roy Kuijper <[email protected]> Co-authored-by: sreen020 <[email protected]> Co-authored-by: Jochem Vogel <[email protected]>
- Loading branch information