move icons to public folder

This commit is contained in:
Julien Calixte
2023-11-04 14:08:28 +01:00
parent 93f7dd6ead
commit d1cbe8d033
42 changed files with 17 additions and 17 deletions

View File

Before

Width:  |  Height:  |  Size: 412 B

After

Width:  |  Height:  |  Size: 412 B

View File

Before

Width:  |  Height:  |  Size: 492 B

After

Width:  |  Height:  |  Size: 492 B

View File

Before

Width:  |  Height:  |  Size: 422 B

After

Width:  |  Height:  |  Size: 422 B

View File

Before

Width:  |  Height:  |  Size: 466 B

After

Width:  |  Height:  |  Size: 466 B

View File

Before

Width:  |  Height:  |  Size: 459 B

After

Width:  |  Height:  |  Size: 459 B

View File

Before

Width:  |  Height:  |  Size: 466 B

After

Width:  |  Height:  |  Size: 466 B

View File

Before

Width:  |  Height:  |  Size: 446 B

After

Width:  |  Height:  |  Size: 446 B

View File

Before

Width:  |  Height:  |  Size: 597 B

After

Width:  |  Height:  |  Size: 597 B

View File

Before

Width:  |  Height:  |  Size: 417 B

After

Width:  |  Height:  |  Size: 417 B

View File

Before

Width:  |  Height:  |  Size: 343 B

After

Width:  |  Height:  |  Size: 343 B

View File

Before

Width:  |  Height:  |  Size: 378 B

After

Width:  |  Height:  |  Size: 378 B

View File

Before

Width:  |  Height:  |  Size: 424 B

After

Width:  |  Height:  |  Size: 424 B

View File

Before

Width:  |  Height:  |  Size: 629 B

After

Width:  |  Height:  |  Size: 629 B

View File

Before

Width:  |  Height:  |  Size: 563 B

After

Width:  |  Height:  |  Size: 563 B

View File

Before

Width:  |  Height:  |  Size: 456 B

After

Width:  |  Height:  |  Size: 456 B

View File

Before

Width:  |  Height:  |  Size: 484 B

After

Width:  |  Height:  |  Size: 484 B

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 919 B

After

Width:  |  Height:  |  Size: 919 B

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -107,12 +107,12 @@ const focusREADME = () => scrollToTop()
<em>{{ user }}</em> -
<img
v-show="store.isReadmeOffline"
src="@/assets/icons/offline.svg"
src="/assets/offline.svg"
alt="offline"
/>
<img
v-show="!store.isReadmeOffline"
src="@/assets/icons/online.svg"
src="/assets/online.svg"
alt="online"
/>
</h4>

View File

@@ -1,6 +1,6 @@
<template>
<button class="button is-white go-back" @click="back">
<img src="@/assets/icons/dark-left-arrow.svg" alt="back" />
<img src="/assets/dark-left-arrow.svg" alt="back" />
</button>
</template>

View File

@@ -4,25 +4,25 @@
:to="{ name: 'Home' }"
class="button is-small is-white back-button"
>
<img src="@/assets/icons/dark-left-arrow.svg" alt="go back left arrow" />
<img src="/assets/dark-left-arrow.svg" alt="go back left arrow" />
</router-link>
<router-link
class="special-folder"
:to="{ name: 'SpacedRepetitionCard', params: { user, repo } }"
>
<img src="@/assets/icons/card.svg" alt="card" />
<img src="/assets/card.svg" alt="card" />
</router-link>
<router-link
class="special-folder"
:to="{ name: 'DraftNotes', params: { user, repo } }"
>
<img src="@/assets/icons/draft.svg" alt="card" />
<img src="/assets/draft.svg" alt="card" />
</router-link>
<router-link
class="special-folder"
:to="{ name: 'FleetingNotes', params: { user, repo } }"
>
<img src="@/assets/icons/mailbox.svg" alt="card" />
<img src="/assets/mailbox.svg" alt="card" />
</router-link>
</header>
</template>

View File

@@ -1,6 +1,6 @@
<template>
<div class="lite-loading">
<img class="is-loading" src="@/assets/icons/loading.svg" alt="loading..." />
<img class="is-loading" src="/assets/loading.svg" alt="loading..." />
</div>
</template>

View File

@@ -3,7 +3,7 @@
<br />
<a :href="url.toString()" target="_blank" rel="noopener noreferrer">
login to
<img src="@/assets/icons/github.svg" alt="GitHub icon" />
<img src="/assets/github.svg" alt="GitHub icon" />
</a>
</div>
</template>

View File

@@ -17,7 +17,7 @@ const href = url.toString()
<a :href="href" class="sign-in-github button is-primary">
<span>
Sign in with
<img src="@/assets/icons/github.svg" alt="GitHub" />
<img src="/assets/github.svg" alt="GitHub" />
</span>
</a>
</template>

View File

@@ -127,7 +127,7 @@ watch(mode, async (newMode) => {
:class="{ 'is-link': mode === 'edit' }"
@click="toggleMode"
>
<img src="@/assets/icons/edit.svg" alt="edit" />
<img src="/assets/edit.svg" alt="edit" />
</button>
<router-link
v-if="false"
@@ -137,7 +137,7 @@ watch(mode, async (newMode) => {
}"
class="action"
>
<img src="@/assets/icons/share.svg" alt="share" />
<img src="/assets/share.svg" alt="share" />
</router-link>
<div v-if="mode === 'edit'" class="edit">
<edit-note v-model="rawContent" />

View File

@@ -89,7 +89,7 @@
<footer>
<p>
Made with <img src="@/assets/icons/love.svg" alt="love" /> by
Made with <img src="/assets/love.svg" alt="love" /> by
<a
href="http://github.com/jcalixte"
target="_blank"

View File

@@ -75,7 +75,7 @@ a {
&::after {
margin-left: 0.2rem;
vertical-align: text-top;
content: url("assets/icons/external-link.svg");
content: url("/assets/external-link.svg");
}
}
}

View File

@@ -78,7 +78,7 @@ watch(mode, async (newMode) => {
<div class="columns is-centered">
<div class="column is-half is-centered">
<button class="button is-light" @click="toggleMode">
<img src="@/assets/icons/saved.svg" alt="save" />
<img src="/assets/saved.svg" alt="save" />
</button>
</div>
</div>

View File

@@ -1,9 +1,9 @@
<template>
<main class="space-cowboy content">
<p>
<img src="@/assets/icons/alert.svg" alt="alert" />
<img src="/assets/alert.svg" alt="alert" />
Oops, you've been lost!
<img src="@/assets/icons/alert.svg" alt="alert" />
<img src="/assets/alert.svg" alt="alert" />
</p>
<p>A note link can't be used as URL.</p>
<router-link class="button is-links" :to="{ name: 'Home' }"