model search for runware.ai implemented, added app logo and dashboard stats
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<template>
|
||||
<Head title="Start" />
|
||||
<div class="home">
|
||||
<div class="main-content">
|
||||
<div class="gallery-container" @touchstart="handleTouchStart" @touchend="handleTouchEnd">
|
||||
@@ -69,7 +70,7 @@ const fetchImages = () => {
|
||||
showError(error.response?.data?.error || 'An unknown error occurred.');
|
||||
});
|
||||
};
|
||||
|
||||
import { Head } from '@inertiajs/vue3';
|
||||
import Navigation from '../Components/Navigation.vue';
|
||||
import GalleryGrid from '../Components/GalleryGrid.vue';
|
||||
import ImageContextMenu from '../Components/ImageContextMenu.vue';
|
||||
|
||||
Reference in New Issue
Block a user