model search for runware.ai implemented, added app logo and dashboard stats

This commit is contained in:
2025-08-08 14:56:39 +02:00
parent cfceaed08f
commit 543127d339
13 changed files with 317 additions and 30 deletions

View File

@@ -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';