Skip to content

Commit

Permalink
Enhance: ロゴを作り直した
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyatea committed Nov 28, 2024
1 parent 3a4e031 commit 9516ed2
Show file tree
Hide file tree
Showing 11 changed files with 562 additions and 4 deletions.
Binary file modified packages/backend/assets/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/backend/assets/favicon.ico
Binary file not shown.
Binary file removed packages/backend/assets/favicon.png
Binary file not shown.
Binary file modified packages/backend/assets/icons/192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/backend/assets/icons/512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/backend/assets/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
542 changes: 542 additions & 0 deletions packages/backend/test/utils.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/backend/test/utils.js.map

Large diffs are not rendered by default.

19 changes: 17 additions & 2 deletions packages/frontend/assets/Type4ny-Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/frontend/assets/about-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/frontend/src/components/MkUpdated.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ SPDX-License-Identifier: AGPL-3.0-only

<script lang="ts" setup>
import { onMounted, shallowRef } from 'vue';
import { version } from '@@/js/config.js';
import MkModal from '@/components/MkModal.vue';
import MkButton from '@/components/MkButton.vue';
import MkSparkle from '@/components/MkSparkle.vue';
import { version } from '@@/js/config.js';
import { i18n } from '@/i18n.js';
import { confetti } from '@/scripts/confetti.js';

const modal = shallowRef<InstanceType<typeof MkModal>>();

function whatIsNew() {
modal.value?.close();
window.open(`https://type4ny-hub.net/changelogs/#_${version.replace(/\./g, '')}`, '_blank');
window.open(`https://type4ny-hub.net/changelogs/#type4ny-${version.replace(/\./g, '')}`, '_blank');
}

onMounted(() => {
Expand Down

0 comments on commit 9516ed2

Please sign in to comment.