This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
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 * fix: using layout and semantic HTML * fix: formatting * fix: login link not working * fix: turned on strapi cms * fix: removed comment * add: husky * add .husky to gitignore * fix: formating * Add: menu styling / PS: non-active maybe different colors * Add: icons out of library && disabled edit icon * Add: reset filter icon * fixed the menu issue * Removed: login link in a href * Add: Commented out the login section * Add: / instead of /inloggen * added accordion on detail page * final changes * Update overall styling of the GameListOverview page Implemented the redesign * Add label component * Remove branch name from PR template * CLI Netlify * merge resolved * Removed: snackbar in index * fixed bug for translation * add: global CSS * fix: formatting * add: background to header * add: underline on active-path * Add bug and task label to new bug (issue) * 0.4.0-0 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
1 parent
7de8a5b
commit 6d5c42d
Showing
27 changed files
with
530 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
name: Bug | ||
about: Een bug in de applicatie | ||
labels: bug task | ||
labels: bug, task | ||
assignees: '' | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,4 @@ functions | |
.pnpm-debug.log | ||
|
||
.env | ||
.husky | ||
.husky |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
_ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.