Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Dec 18, 2024
1 parent 7287092 commit 3f05656
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ repos:
rev: v2.13.1-beta
hooks:
- id: hadolint
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.4.2
hooks:
- id: prettier
- repo: https://github.com/adrienverge/yamllint.git
Expand Down
1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"devicons": "^1.8.0",
"dompurify": "^3.2.0",
"fuse.js": "^7.0.0",
"iconify-icon": "^2.2.0",
"js-base64": "^3.7.7",
"lodash": "^4.17.21",
"marked": "^15.0.0",
Expand Down
10 changes: 10 additions & 0 deletions web/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions web/src/components/atomic/Icon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<SvgIcon v-else-if="name === 'visibility-private'" :path="mdiLockOutline" size="24" />
<SvgIcon v-else-if="name === 'visibility-internal'" :path="mdiLockOpenOutline" size="24" />

<iconify-icon v-else-if="name === 'forgejo'" icon="devicon:forgejo" width="32" height="32" />
<iconify-icon v-else-if="name === 'forgejo'" icon="devicon:forgejo" />
<!-- <i v-else-if="name === 'forgejo'" class="devicon-forgejo-plain" />
<i v-else-if="name === 'github'" class="devicon-github-plain" />
<i v-else-if="name === 'gitlab'" class="devicon-gitlab-plain" /> -->
Expand Down Expand Up @@ -83,8 +83,7 @@
</template>

<script lang="ts" setup>
import '@iconify/vue';

import "iconify-icon";
import {
mdiAlarm,
mdiAlertCircle,
Expand Down

0 comments on commit 3f05656

Please sign in to comment.