Move frontend to main folder (#109)

* feat: small refactor

* fix: appimage build script

* fix: add NO_STRIP to AppImage build

* fix: build and dev mode from refactor

* fix: submodule step 1

* fix: submodules step 2
This commit is contained in:
DecDuck
2025-08-05 16:09:47 +10:00
committed by GitHub
parent 75a4b73ee1
commit 3b830e2a44
89 changed files with 8481 additions and 8289 deletions

9
main/pages/quit.vue Normal file
View File

@ -0,0 +1,9 @@
<!-- This is perhaps one of the most complicated pages in this app -->
<script setup lang="ts">
import { invoke } from "@tauri-apps/api/core";
await invoke("quit");
</script>
<template></template>