Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
Release 0.3.0 (#172)
Browse files Browse the repository at this point in the history
* 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
7 people authored Jun 1, 2021
1 parent 1435e48 commit 7de8a5b
Show file tree
Hide file tree
Showing 30 changed files with 3,075 additions and 125 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
VITE_API_URL=https://acc-jungle-gym-api.herokuapp.com
VITE_STRAPI_API_URL=https://jungle-gym-cms.herokuapp.com
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug
about: Een bug in de applicatie
labels: bug
labels: bug task
assignees: ''
---

Expand Down
20 changes: 13 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
.DS_Store
.eslintcache

node_modules
package-lock.json
yarn.lock

build
dist
functions
package-lock.json
yarn.lock

/packages/create-svelte/template/CHANGELOG.md
.svelte-kit

/examples/**/.svelte
/examples/**/build
/packages/create-svelte/template/CHANGELOG.md
.env
.vercel_build_output

.netlify
.svelte-kit
.cloudflare
.pnpm-debug.log

.env
.husky
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

Loading

0 comments on commit 7de8a5b

Please sign in to comment.