-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from NicolaSpadari/develop
Update 1.1.0
- Loading branch information
Showing
54 changed files
with
4,565 additions
and
5,622 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
node_modules | ||
.DS_Store | ||
*.log* | ||
.data | ||
.nuxt | ||
.nitro | ||
.cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20.10.0 | ||
23.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export default defineAppConfig({ | ||
name: "Nuxtor", | ||
author: "Nicola Spadari", | ||
repo: "https://github.com/NicolaSpadari/nuxtor", | ||
tauriSite: "https://v2.tauri.app", | ||
nuxtSite: "https://nuxt.com", | ||
unoSite: "https://unocss.dev" | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<template> | ||
<button class="disabled:(cursor-not-allowed opacity-60) gap-1 rounded-md bg-emerald-500 px-3.5 py-2.5 text-sm text-white font-semibold shadow-sm transition-colors" hover="bg-emerald-600" focus-visible="outline-2 outline-emerald-600 outline-offset-2 outline"> | ||
<slot /> | ||
</button> | ||
</template> |
4 changes: 2 additions & 2 deletions
4
src/components/Design/BottomBlob.vue → app/components/Design/BottomBlob.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/components/Design/TopBlob.vue → app/components/Design/TopBlob.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<template> | ||
<NuxtLink class="gap-1 rounded-md bg-emerald-500 px-3.5 py-2.5 text-sm text-white font-semibold shadow-sm transition-colors" hover="bg-emerald-600" focus-visible="outline-2 outline-emerald-600 outline-offset-2 outline"> | ||
<slot /> | ||
</NuxtLink> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<template> | ||
<div class="grid grid-cols-1" lg="grid-cols-2"> | ||
<div clas="px-6 pb-10 pt-12" sm="pt-16" lg="px-8 pt-22"> | ||
<div class="mx-auto max-w-xl" lg="mx-0 max-w-lg"> | ||
<h2 class="text-3xl text-white font-bold tracking-tight"> | ||
{{ props.title }} | ||
</h2> | ||
<p class="mt-6 text-lg text-gray-300 leading-8"> | ||
{{ props.description }} | ||
</p> | ||
</div> | ||
</div> | ||
<div class="px-6 pb-10 pt-12" sm="pt-16" lg="px-8 pt-22"> | ||
<slot /> | ||
</div> | ||
</div> | ||
</template> | ||
|
||
<script lang="ts" setup> | ||
const props = defineProps<{ | ||
title: string | ||
description: string | ||
}>(); | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<template> | ||
<NuxtLink class="block py-2 text-white font-semibold leading-6" lg="inline text-sm py-0"> | ||
<slot /> | ||
</NuxtLink> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<template> | ||
<header class="top-0 z-10"> | ||
<nav crate class="flex items-center justify-between py-6"> | ||
<div class="flex" lg="flex-1"> | ||
<NuxtLink to="/" class="home p-1.5 -m-1.5"> | ||
<SvgoLogo :font-controlled="false" class="size-8" /> | ||
</NuxtLink> | ||
</div> | ||
<div class="flex" lg="hidden"> | ||
<button type="button" class="inline-flex items-center justify-center rounded-md p-2.5 text-neutral-300 -m-2.5" @click="showSidebar = true"> | ||
<Icon name="heroicons-solid:bars-3" class="size-6" /> | ||
</button> | ||
</div> | ||
<div class="hidden" lg="flex gap-x-12"> | ||
<NavLink to="/commands"> | ||
Commands | ||
</NavLink> | ||
<NavLink to="/notifications"> | ||
Notifications | ||
</NavLink> | ||
<NavLink to="/os"> | ||
OS Informations | ||
</NavLink> | ||
<NavLink to="/file"> | ||
File | ||
</NavLink> | ||
<NavLink to="/store"> | ||
Store | ||
</NavLink> | ||
</div> | ||
<div class="hidden" lg="flex flex-1 justify-end"> | ||
<p class="text-sm text-white font-semibold leading-6"> | ||
v{{ tauriVersion }} | ||
</p> | ||
</div> | ||
</nav> | ||
</header> | ||
</template> | ||
|
||
<script lang="ts" setup> | ||
const { showSidebar } = useSidebar(); | ||
const tauriVersion = await useTauriAppGetTauriVersion(); | ||
</script> | ||
|
||
<style scoped> | ||
.router-link-exact-active:not(.home){ | ||
@apply text-emerald-500; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<template> | ||
<div class="px-4 py-6" sm="grid grid-cols-3 gap-4 px-6"> | ||
<dt class="flex items-center text-sm text-light-200 font-medium"> | ||
{{ props.heading }} | ||
</dt> | ||
<dd class="flex items-center text-sm text-neutral-300 leading-6" sm="col-span-2 mt-0"> | ||
{{ props.body }} | ||
</dd> | ||
</div> | ||
</template> | ||
|
||
<script lang="ts" setup> | ||
const props = defineProps<{ | ||
heading: string | ||
body: string | ||
}>(); | ||
</script> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<template> | ||
<div> | ||
<SiteNavbar sticky /> | ||
<SiteNavbar class="sticky" /> | ||
<SiteSidebar /> | ||
|
||
<slot /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<template> | ||
<div> | ||
<SiteNavbar sticky /> | ||
<SiteNavbar class="sticky" /> | ||
<SiteSidebar /> | ||
|
||
<div crate> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<template> | ||
<div clas="grid place-items-center px-6 py-24" sm="py-32" lg="px-8"> | ||
<div class="text-center"> | ||
<p class="text-base text-emerald-500 font-semibold"> | ||
404 | ||
</p> | ||
<h1 class="mt-4 text-3xl text-neutral-300 font-bold tracking-tight" sm="text-5xl"> | ||
Page not found | ||
</h1> | ||
<p class="mt-6 text-base text-neutral-400 leading-7"> | ||
Sorry, we couldn't find the page you're looking for. | ||
</p> | ||
<div class="mt-10 flex items-center justify-center gap-x-6"> | ||
<Hyperlink to="/" class="px-7"> | ||
Back | ||
</Hyperlink> | ||
</div> | ||
</div> | ||
</div> | ||
</template> | ||
|
||
<script lang="ts" setup> | ||
definePageMeta({ | ||
layout: "blank" | ||
}); | ||
</script> |
Oops, something went wrong.