Skip to content

Commit

Permalink
Merge pull request #22 from isd-sgcu/feat/kink/statistic-card
Browse files Browse the repository at this point in the history
Feat/kink/statistic card
  • Loading branch information
punchanabu authored Oct 30, 2024
2 parents f7c8f54 + d526721 commit 330a6f3
Show file tree
Hide file tree
Showing 6 changed files with 348 additions and 196 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build-and-push:
name: Build and push docker image
runs-on: ubuntu-latest

steps:
- name: Login to registry
uses: docker/login-action@v2
Expand All @@ -37,4 +37,4 @@ jobs:
push: true
tags: ${{ env.IMAGE_NAME }}:${{ github.ref_type == 'tag' && github.ref_name || github.sha }}
cache-from: type=gha,ref=${{ env.IMAGE_NAME }}:buildcache
cache-to: type=gha,ref=${{ env.IMAGE_NAME }}:buildcache,mode=max
cache-to: type=gha,ref=${{ env.IMAGE_NAME }}:buildcache,mode=max
9 changes: 8 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,15 @@
},
"type": "module",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/svelte-fontawesome": "^0.2.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"svelte-fa": "^4.0.2",
"svelte-feather-icons": "^4.1.0",
"tailwind-merge": "^2.5.2",
"tailwind-scrollbar": "^3.1.0",
"tailwind-variants": "^0.2.1"
Expand Down
Loading

0 comments on commit 330a6f3

Please sign in to comment.