move icons to public folder
|
Before Width: | Height: | Size: 412 B After Width: | Height: | Size: 412 B |
|
Before Width: | Height: | Size: 492 B After Width: | Height: | Size: 492 B |
|
Before Width: | Height: | Size: 422 B After Width: | Height: | Size: 422 B |
|
Before Width: | Height: | Size: 466 B After Width: | Height: | Size: 466 B |
|
Before Width: | Height: | Size: 459 B After Width: | Height: | Size: 459 B |
|
Before Width: | Height: | Size: 466 B After Width: | Height: | Size: 466 B |
|
Before Width: | Height: | Size: 446 B After Width: | Height: | Size: 446 B |
|
Before Width: | Height: | Size: 597 B After Width: | Height: | Size: 597 B |
|
Before Width: | Height: | Size: 417 B After Width: | Height: | Size: 417 B |
|
Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 343 B |
|
Before Width: | Height: | Size: 378 B After Width: | Height: | Size: 378 B |
|
Before Width: | Height: | Size: 424 B After Width: | Height: | Size: 424 B |
|
Before Width: | Height: | Size: 629 B After Width: | Height: | Size: 629 B |
|
Before Width: | Height: | Size: 563 B After Width: | Height: | Size: 563 B |
|
Before Width: | Height: | Size: 456 B After Width: | Height: | Size: 456 B |
|
Before Width: | Height: | Size: 484 B After Width: | Height: | Size: 484 B |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 919 B After Width: | Height: | Size: 919 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
@@ -107,12 +107,12 @@ const focusREADME = () => scrollToTop()
|
|||||||
<em>{{ user }}</em> -
|
<em>{{ user }}</em> -
|
||||||
<img
|
<img
|
||||||
v-show="store.isReadmeOffline"
|
v-show="store.isReadmeOffline"
|
||||||
src="@/assets/icons/offline.svg"
|
src="/assets/offline.svg"
|
||||||
alt="offline"
|
alt="offline"
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
v-show="!store.isReadmeOffline"
|
v-show="!store.isReadmeOffline"
|
||||||
src="@/assets/icons/online.svg"
|
src="/assets/online.svg"
|
||||||
alt="online"
|
alt="online"
|
||||||
/>
|
/>
|
||||||
</h4>
|
</h4>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<button class="button is-white go-back" @click="back">
|
<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>
|
</button>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -4,25 +4,25 @@
|
|||||||
:to="{ name: 'Home' }"
|
:to="{ name: 'Home' }"
|
||||||
class="button is-small is-white back-button"
|
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>
|
||||||
<router-link
|
<router-link
|
||||||
class="special-folder"
|
class="special-folder"
|
||||||
:to="{ name: 'SpacedRepetitionCard', params: { user, repo } }"
|
: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>
|
||||||
<router-link
|
<router-link
|
||||||
class="special-folder"
|
class="special-folder"
|
||||||
:to="{ name: 'DraftNotes', params: { user, repo } }"
|
: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>
|
||||||
<router-link
|
<router-link
|
||||||
class="special-folder"
|
class="special-folder"
|
||||||
:to="{ name: 'FleetingNotes', params: { user, repo } }"
|
:to="{ name: 'FleetingNotes', params: { user, repo } }"
|
||||||
>
|
>
|
||||||
<img src="@/assets/icons/mailbox.svg" alt="card" />
|
<img src="/assets/mailbox.svg" alt="card" />
|
||||||
</router-link>
|
</router-link>
|
||||||
</header>
|
</header>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="lite-loading">
|
<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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<br />
|
<br />
|
||||||
<a :href="url.toString()" target="_blank" rel="noopener noreferrer">
|
<a :href="url.toString()" target="_blank" rel="noopener noreferrer">
|
||||||
login to
|
login to
|
||||||
<img src="@/assets/icons/github.svg" alt="GitHub icon" />
|
<img src="/assets/github.svg" alt="GitHub icon" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ const href = url.toString()
|
|||||||
<a :href="href" class="sign-in-github button is-primary">
|
<a :href="href" class="sign-in-github button is-primary">
|
||||||
<span>
|
<span>
|
||||||
Sign in with
|
Sign in with
|
||||||
<img src="@/assets/icons/github.svg" alt="GitHub" />
|
<img src="/assets/github.svg" alt="GitHub" />
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -127,7 +127,7 @@ watch(mode, async (newMode) => {
|
|||||||
:class="{ 'is-link': mode === 'edit' }"
|
:class="{ 'is-link': mode === 'edit' }"
|
||||||
@click="toggleMode"
|
@click="toggleMode"
|
||||||
>
|
>
|
||||||
<img src="@/assets/icons/edit.svg" alt="edit" />
|
<img src="/assets/edit.svg" alt="edit" />
|
||||||
</button>
|
</button>
|
||||||
<router-link
|
<router-link
|
||||||
v-if="false"
|
v-if="false"
|
||||||
@@ -137,7 +137,7 @@ watch(mode, async (newMode) => {
|
|||||||
}"
|
}"
|
||||||
class="action"
|
class="action"
|
||||||
>
|
>
|
||||||
<img src="@/assets/icons/share.svg" alt="share" />
|
<img src="/assets/share.svg" alt="share" />
|
||||||
</router-link>
|
</router-link>
|
||||||
<div v-if="mode === 'edit'" class="edit">
|
<div v-if="mode === 'edit'" class="edit">
|
||||||
<edit-note v-model="rawContent" />
|
<edit-note v-model="rawContent" />
|
||||||
|
|||||||
@@ -89,7 +89,7 @@
|
|||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>
|
<p>
|
||||||
Made with <img src="@/assets/icons/love.svg" alt="love" /> by
|
Made with <img src="/assets/love.svg" alt="love" /> by
|
||||||
<a
|
<a
|
||||||
href="http://github.com/jcalixte"
|
href="http://github.com/jcalixte"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ a {
|
|||||||
&::after {
|
&::after {
|
||||||
margin-left: 0.2rem;
|
margin-left: 0.2rem;
|
||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
content: url("assets/icons/external-link.svg");
|
content: url("/assets/external-link.svg");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ watch(mode, async (newMode) => {
|
|||||||
<div class="columns is-centered">
|
<div class="columns is-centered">
|
||||||
<div class="column is-half is-centered">
|
<div class="column is-half is-centered">
|
||||||
<button class="button is-light" @click="toggleMode">
|
<button class="button is-light" @click="toggleMode">
|
||||||
<img src="@/assets/icons/saved.svg" alt="save" />
|
<img src="/assets/saved.svg" alt="save" />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<main class="space-cowboy content">
|
<main class="space-cowboy content">
|
||||||
<p>
|
<p>
|
||||||
<img src="@/assets/icons/alert.svg" alt="alert" />
|
<img src="/assets/alert.svg" alt="alert" />
|
||||||
Oops, you've been lost!
|
Oops, you've been lost!
|
||||||
<img src="@/assets/icons/alert.svg" alt="alert" />
|
<img src="/assets/alert.svg" alt="alert" />
|
||||||
</p>
|
</p>
|
||||||
<p>A note link can't be used as URL.</p>
|
<p>A note link can't be used as URL.</p>
|
||||||
<router-link class="button is-links" :to="{ name: 'Home' }"
|
<router-link class="button is-links" :to="{ name: 'Home' }"
|
||||||
|
|||||||