1
0

General UI Improvement (again) (#255)

* Add and fix some stuff

* Add warning when leaving to `mod/create`

* Fix mods/create not working
This commit is contained in:
Johan Novak
2021-06-17 22:03:12 -07:00
committed by GitHub
parent 566833da6e
commit 5859ac7a58
9 changed files with 114 additions and 22 deletions
+2 -1
View File
@@ -70,7 +70,7 @@
ethical-ads-small
ethical-ads-big
/>
<div v-if="results === null" class="no-results">
<div v-if="$fetchState.pending" class="no-results">
<LogoAnimated />
<p>Loading...</p>
</div>
@@ -376,6 +376,7 @@ export default {
ExitIcon,
LogoAnimated,
},
fetchOnServer: false,
async fetch() {
if (this.$route.query.q) this.query = this.$route.query.q
if (this.$route.query.f) {