Compare commits

...

4 Commits

Author SHA1 Message Date
72ca5e9b77 Drag to move in file preview 2025-11-29 23:12:25 +08:00
be35bd24c2 ♻️ Migrated the rest pages 2025-11-29 23:09:50 +08:00
f5a2be3598 💄 Improvements and adjustments in new UI 2025-11-29 22:55:34 +08:00
954eff069b 💄 Redesigned publisher page 2025-11-29 22:44:51 +08:00
13 changed files with 640 additions and 590 deletions

22
app/components.d.ts vendored
View File

@@ -20,17 +20,24 @@ declare module 'vue' {
NCardSection: typeof import('naive-ui')['NCardSection'] NCardSection: typeof import('naive-ui')['NCardSection']
NCarousel: typeof import('naive-ui')['NCarousel'] NCarousel: typeof import('naive-ui')['NCarousel']
NCarouselItem: typeof import('naive-ui')['NCarouselItem'] NCarouselItem: typeof import('naive-ui')['NCarouselItem']
NCheckbox: typeof import('naive-ui')['NCheckbox']
NChip: typeof import('naive-ui')['NChip'] NChip: typeof import('naive-ui')['NChip']
NCode: typeof import('naive-ui')['NCode'] NCode: typeof import('naive-ui')['NCode']
NCollapseTransition: typeof import('naive-ui')['NCollapseTransition']
NConfigProvider: typeof import('naive-ui')['NConfigProvider'] NConfigProvider: typeof import('naive-ui')['NConfigProvider']
NDatePicker: typeof import('naive-ui')['NDatePicker']
NDialog: typeof import('naive-ui')['NDialog'] NDialog: typeof import('naive-ui')['NDialog']
NDialogProvider: typeof import('naive-ui')['NDialogProvider'] NDialogProvider: typeof import('naive-ui')['NDialogProvider']
NDivider: typeof import('naive-ui')['NDivider']
NDrawer: typeof import('naive-ui')['NDrawer']
NDrawerContent: typeof import('naive-ui')['NDrawerContent']
NDropdown: typeof import('naive-ui')['NDropdown'] NDropdown: typeof import('naive-ui')['NDropdown']
NEmpty: typeof import('naive-ui')['NEmpty'] NEmpty: typeof import('naive-ui')['NEmpty']
NForm: typeof import('naive-ui')['NForm'] NForm: typeof import('naive-ui')['NForm']
NFormItem: typeof import('naive-ui')['NFormItem'] NFormItem: typeof import('naive-ui')['NFormItem']
NIcon: typeof import('naive-ui')['NIcon'] NIcon: typeof import('naive-ui')['NIcon']
NImage: typeof import('naive-ui')['NImage'] NImage: typeof import('naive-ui')['NImage']
NImagePreview: typeof import('naive-ui')['NImagePreview']
NImg: typeof import('naive-ui')['NImg'] NImg: typeof import('naive-ui')['NImg']
NInfiniteScroll: typeof import('naive-ui')['NInfiniteScroll'] NInfiniteScroll: typeof import('naive-ui')['NInfiniteScroll']
NInput: typeof import('naive-ui')['NInput'] NInput: typeof import('naive-ui')['NInput']
@@ -48,9 +55,13 @@ declare module 'vue' {
NSelect: typeof import('naive-ui')['NSelect'] NSelect: typeof import('naive-ui')['NSelect']
NSpace: typeof import('naive-ui')['NSpace'] NSpace: typeof import('naive-ui')['NSpace']
NSpin: typeof import('naive-ui')['NSpin'] NSpin: typeof import('naive-ui')['NSpin']
NTab: typeof import('naive-ui')['NTab']
NTabPane: typeof import('naive-ui')['NTabPane']
NTabs: typeof import('naive-ui')['NTabs']
NTag: typeof import('naive-ui')['NTag'] NTag: typeof import('naive-ui')['NTag']
NTextarea: typeof import('naive-ui')['NTextarea'] NTextarea: typeof import('naive-ui')['NTextarea']
NThemeEditor: typeof import('naive-ui')['NThemeEditor'] NThemeEditor: typeof import('naive-ui')['NThemeEditor']
NTooltip: typeof import('naive-ui')['NTooltip']
RouterLink: typeof import('vue-router')['RouterLink'] RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView'] RouterView: typeof import('vue-router')['RouterView']
} }
@@ -66,17 +77,24 @@ declare global {
const NCardSection: typeof import('naive-ui')['NCardSection'] const NCardSection: typeof import('naive-ui')['NCardSection']
const NCarousel: typeof import('naive-ui')['NCarousel'] const NCarousel: typeof import('naive-ui')['NCarousel']
const NCarouselItem: typeof import('naive-ui')['NCarouselItem'] const NCarouselItem: typeof import('naive-ui')['NCarouselItem']
const NCheckbox: typeof import('naive-ui')['NCheckbox']
const NChip: typeof import('naive-ui')['NChip'] const NChip: typeof import('naive-ui')['NChip']
const NCode: typeof import('naive-ui')['NCode'] const NCode: typeof import('naive-ui')['NCode']
const NCollapseTransition: typeof import('naive-ui')['NCollapseTransition']
const NConfigProvider: typeof import('naive-ui')['NConfigProvider'] const NConfigProvider: typeof import('naive-ui')['NConfigProvider']
const NDatePicker: typeof import('naive-ui')['NDatePicker']
const NDialog: typeof import('naive-ui')['NDialog'] const NDialog: typeof import('naive-ui')['NDialog']
const NDialogProvider: typeof import('naive-ui')['NDialogProvider'] const NDialogProvider: typeof import('naive-ui')['NDialogProvider']
const NDivider: typeof import('naive-ui')['NDivider']
const NDrawer: typeof import('naive-ui')['NDrawer']
const NDrawerContent: typeof import('naive-ui')['NDrawerContent']
const NDropdown: typeof import('naive-ui')['NDropdown'] const NDropdown: typeof import('naive-ui')['NDropdown']
const NEmpty: typeof import('naive-ui')['NEmpty'] const NEmpty: typeof import('naive-ui')['NEmpty']
const NForm: typeof import('naive-ui')['NForm'] const NForm: typeof import('naive-ui')['NForm']
const NFormItem: typeof import('naive-ui')['NFormItem'] const NFormItem: typeof import('naive-ui')['NFormItem']
const NIcon: typeof import('naive-ui')['NIcon'] const NIcon: typeof import('naive-ui')['NIcon']
const NImage: typeof import('naive-ui')['NImage'] const NImage: typeof import('naive-ui')['NImage']
const NImagePreview: typeof import('naive-ui')['NImagePreview']
const NImg: typeof import('naive-ui')['NImg'] const NImg: typeof import('naive-ui')['NImg']
const NInfiniteScroll: typeof import('naive-ui')['NInfiniteScroll'] const NInfiniteScroll: typeof import('naive-ui')['NInfiniteScroll']
const NInput: typeof import('naive-ui')['NInput'] const NInput: typeof import('naive-ui')['NInput']
@@ -94,9 +112,13 @@ declare global {
const NSelect: typeof import('naive-ui')['NSelect'] const NSelect: typeof import('naive-ui')['NSelect']
const NSpace: typeof import('naive-ui')['NSpace'] const NSpace: typeof import('naive-ui')['NSpace']
const NSpin: typeof import('naive-ui')['NSpin'] const NSpin: typeof import('naive-ui')['NSpin']
const NTab: typeof import('naive-ui')['NTab']
const NTabPane: typeof import('naive-ui')['NTabPane']
const NTabs: typeof import('naive-ui')['NTabs']
const NTag: typeof import('naive-ui')['NTag'] const NTag: typeof import('naive-ui')['NTag']
const NTextarea: typeof import('naive-ui')['NTextarea'] const NTextarea: typeof import('naive-ui')['NTextarea']
const NThemeEditor: typeof import('naive-ui')['NThemeEditor'] const NThemeEditor: typeof import('naive-ui')['NThemeEditor']
const NTooltip: typeof import('naive-ui')['NTooltip']
const RouterLink: typeof import('vue-router')['RouterLink'] const RouterLink: typeof import('vue-router')['RouterLink']
const RouterView: typeof import('vue-router')['RouterView'] const RouterView: typeof import('vue-router')['RouterView']
} }

View File

@@ -1,6 +1,9 @@
<template> <template>
<div class="relative rounded-md overflow-hidden" :style="containerStyle"> <div class="relative rounded-md overflow-hidden" :style="containerStyle">
<template v-if="itemType == 'image'"> <div
v-if="itemType == 'image'"
class="flex flex-col items-center justify-center"
>
<!-- Blurhash placeholder --> <!-- Blurhash placeholder -->
<div <div
v-if="blurhash" v-if="blurhash"
@@ -22,7 +25,7 @@
@load="imageLoaded = true" @load="imageLoaded = true"
@error="imageLoaded = true" @error="imageLoaded = true"
/> />
</template> </div>
<audio <audio
v-else-if="itemType == 'audio'" v-else-if="itemType == 'audio'"
@@ -105,8 +108,8 @@ const blurhashContainerStyle = computed(() => {
const containerStyle = computed(() => { const containerStyle = computed(() => {
return { return {
"max-height": props.maxHeight ?? "720px", maxHeight: props.maxHeight ?? "720px",
"aspect-ratio": aspectRatio.value aspectRatio: aspectRatio.value?.toString()
} }
}) })

View File

@@ -19,9 +19,14 @@
v-for="attachment in attachments" v-for="attachment in attachments"
:key="attachment.id" :key="attachment.id"
height="100%" height="100%"
width="100%"
cover cover
> >
<attachment-item original class="h-full" :item="attachment" /> <attachment-item
original
class="h-full w-full"
:item="attachment"
/>
</n-carousel-item> </n-carousel-item>
</n-carousel> </n-carousel>
</div> </div>

View File

@@ -1,52 +1,51 @@
<template> <template>
<div class="post-list"> <div class="post-list">
<!-- Error State --> <!-- Error State -->
<v-alert <n-alert
v-if="hasError" v-if="hasError"
type="error" type="error"
class="mb-4"
closable closable
@click:close="refresh" @close="refresh"
class="mb-4"
> >
{{ error }} {{ error }}
</v-alert> </n-alert>
<!-- Posts List --> <!-- Posts List -->
<v-infinite-scroll <n-infinite-scroll :distance="0" @load="loadMore" style="overflow: auto">
height="auto"
class="space-y-4 overflow-y-hidden"
side="end"
@load="loadMore"
>
<template v-for="item in posts" :key="item.id"> <template v-for="item in posts" :key="item.id">
<post-item <post-item
class="mb-4"
:item="item" :item="item"
@react="(symbol, attitude, delta) => $emit('react', item.id, symbol, attitude, delta)" @react="
(symbol, attitude, delta) =>
$emit('react', item.id, symbol, attitude, delta)
"
@click="router.push('/posts/' + item.id)" @click="router.push('/posts/' + item.id)"
/> />
</template> </template>
<!-- Loading State --> <!-- Loading State -->
<template #loading> <div v-if="loading" class="flex justify-center py-4">
<div class="flex justify-center py-4"> <n-spin size="medium" />
<v-progress-circular indeterminate size="32" /> </div>
</div>
</template>
<!-- Empty State --> <!-- Empty State -->
<template #empty> <div
<div v-if="!posts" class="text-center py-8 text-muted-foreground"> v-if="!loading && posts.length === 0 && !hasError"
<v-icon icon="mdi-post-outline" size="48" class="mb-2 opacity-50" /> class="text-center py-8 text-muted-foreground"
<p>No posts found</p> >
</div> <n-icon :component="FileText" size="48" class="mb-2 opacity-50" />
</template> <p>No posts found</p>
</v-infinite-scroll> </div>
</n-infinite-scroll>
</div> </div>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import { usePostList } from "~/composables/usePostList" import { usePostList } from "~/composables/usePostList"
import type { PostListParams } from "~/composables/usePostList" import type { PostListParams } from "~/composables/usePostList"
import { FileText } from "lucide-vue-next"
import PostItem from "./PostItem.vue" import PostItem from "./PostItem.vue"
@@ -60,12 +59,7 @@ defineEmits<{
react: [postId: string, symbol: string, attitude: number, delta: number] react: [postId: string, symbol: string, attitude: number, delta: number]
}>() }>()
const { posts, hasError, error, loadMore, refresh } = const { posts, hasError, error, loading, loadMore, refresh } = usePostList(
usePostList(props.params) props.params
)
</script> </script>
<style>
.post-list .v-infinite-scroll .v-infinite-scroll__side:first-child {
display: none;
}
</style>

View File

@@ -28,13 +28,13 @@
</template> </template>
<!-- Empty State --> <!-- Empty State -->
<div <n-empty
v-if="!replies || replies.length === 0" v-if="!replies || replies.length === 0"
class="text-center py-8 text-muted-foreground" class="text-center py-8 text-muted-foreground"
size="small"
> >
<v-icon icon="mdi-comment-outline" size="48" class="mb-2 opacity-50" /> No Replies
<p>No replies yet</p> </n-empty>
</div>
</div> </div>
</n-card> </n-card>
</template> </template>

View File

@@ -33,15 +33,13 @@
</template> </template>
<!-- Empty State --> <!-- Empty State -->
<div <n-empty
v-if="!replies || replies.length === 0" v-if="!replies || replies.length === 0"
class="text-center py-8 text-muted-foreground" class="text-center py-8 text-muted-foreground"
size="small"
> >
<n-icon size="48" class="mb-2 opacity-50"> No Replies
<i class="mdi mdi-comment-outline"></i> </n-empty>
</n-icon>
<p>No replies yet</p>
</div>
</n-infinite-scroll> </n-infinite-scroll>
</div> </div>
</template> </template>

View File

@@ -40,7 +40,7 @@ export const usePostList = (params: PostListParams = {}) => {
total: 0 total: 0
}) })
const isLoading = computed(() => state.value.loading) const loading = computed(() => state.value.loading)
const hasError = computed(() => state.value.error !== null) const hasError = computed(() => state.value.error !== null)
const posts = computed(() => state.value.posts) const posts = computed(() => state.value.posts)
const hasMore = computed(() => state.value.hasMore) const hasMore = computed(() => state.value.hasMore)
@@ -153,7 +153,7 @@ export const usePostList = (params: PostListParams = {}) => {
return { return {
posts, posts,
isLoading, loading,
hasError, hasError,
hasMore, hasMore,
error: computed(() => state.value.error), error: computed(() => state.value.error),

View File

@@ -1,13 +1,13 @@
<template> <template>
<div> <div>
<div class="fixed inset-0" :style="pageStyle" /> <div class="fixed inset-0 blur-md" :style="pageStyle" />
<img <img
:src="userBackground" :src="userBackground"
class="w-full max-h-48 object-cover object-top" class="w-full max-h-48 object-cover object-top"
:style="{ aspectRatio: '16/7', opacity: headerOpacity }" :style="{ aspectRatio: '16/7', opacity: headerOpacity }"
/> />
<div v-if="user" class="relative min-h-layout backdrop-blur-md"> <div v-if="user" class="relative min-h-layout">
<div class="container mx-auto p-8 pt-12"> <div class="container mx-auto p-8 pt-12">
<div class="flex items-center gap-6 mb-8"> <div class="flex items-center gap-6 mb-8">
<n-avatar :size="80" round :src="userPicture" /> <n-avatar :size="80" round :src="userPicture" />

View File

@@ -1,91 +1,65 @@
<template> <template>
<div class="lightbox-container"> <div class="lightbox-container h-compact-layout">
<!-- Top Toolbar --> <!-- Top Toolbar -->
<v-app-bar v-if="fileInfo" class="top-toolbar" flat height="56"> <header v-if="fileInfo" class="top-toolbar bg-neutral-900/50 text-white">
<v-container fluid> <div class="container mx-auto px-4 h-full">
<v-row align="center" class="pa-2"> <div class="flex items-center h-full">
<v-col cols="12" md="4"> <div class="flex items-center gap-2 w-full md:w-1/3">
<div class="d-flex align-center gap-2"> <n-tooltip trigger="hover">
<v-tooltip location="bottom" :text="fileInfo.mimeType"> <template #trigger>
<template #activator="{ props }"> <n-icon :component="fileIcon" />
<v-icon v-bind="props" :icon="fileIcon"></v-icon> </template>
</template> {{ fileInfo.mimeType }}
</v-tooltip> </n-tooltip>
<v-tooltip location="bottom" :text="fileInfo.name || 'File'"> <n-tooltip trigger="hover">
<template #activator="{ props }"> <template #trigger>
<span class="line-clamp-1" v-bind="props"> <span class="line-clamp-1">
{{ fileInfo.name || "File" }} {{ fileInfo.name || "File" }}
</span> </span>
</template> </template>
</v-tooltip> {{ fileInfo.name || "File" }}
<!-- Action buttons on mobile --> </n-tooltip>
<div class="d-flex d-md-none gap-2 ml-auto"> <!-- Action buttons on mobile -->
<v-btn <div class="flex md:hidden gap-2 ml-auto">
icon <n-button text style="font-size: 20px" @click="handleDownload">
size="small" <n-icon :component="Download" />
density="compact" </n-button>
@click="handleDownload" <n-button text style="font-size: 20px" @click="infoDialog = true">
> <n-icon :component="Info" />
<v-icon>mdi-download</v-icon> </n-button>
</v-btn>
<v-btn
icon
size="small"
density="compact"
@click="infoDialog = true"
>
<v-icon>mdi-information</v-icon>
</v-btn>
</div>
</div> </div>
</v-col> </div>
<v-col cols="12" md="8" class="d-none d-md-block"> <div class="hidden md:flex items-center justify-end gap-4 w-2/3">
<div class="d-flex align-center justify-end gap-4"> <span>{{ formatBytes(fileInfo.size) }}</span>
<span>{{ formatBytes(fileInfo.size) }}</span> <span>{{ new Date(fileInfo.createdAt).toLocaleString() }}</span>
<span>{{ new Date(fileInfo.createdAt).toLocaleString() }}</span> <n-button text style="font-size: 20px" @click="handleDownload">
<v-btn <n-icon :component="Download" />
icon </n-button>
size="small" <n-button text style="font-size: 20px" @click="infoDialog = true">
density="compact" <n-icon :component="Info" />
@click="handleDownload" </n-button>
> </div>
<v-icon>mdi-download</v-icon> </div>
</v-btn> </div>
<v-btn </header>
icon
size="small"
density="compact"
@click="infoDialog = true"
>
<v-icon>mdi-information</v-icon>
</v-btn>
</div>
</v-col>
</v-row>
</v-container>
</v-app-bar>
<!-- Main Content - File Preview --> <!-- Main Content - File Preview -->
<div class="preview-container"> <div class="preview-container">
<v-progress-circular <n-spin v-if="!fileInfo && !error" size="large" />
v-if="!fileInfo && !error" <n-alert
indeterminate
size="64"
class="loading-spinner"
></v-progress-circular>
<v-alert
v-else-if="error" v-else-if="error"
type="error" type="error"
title="No file was found" title="No file was found"
:text="error" class="max-w-md"
class="error-alert" >
></v-alert> {{ error }}
</n-alert>
<div v-else class="preview-content"> <div v-else class="preview-content">
<div v-if="fileInfo?.isEncrypted" class="encrypted-notice"> <div v-if="fileInfo?.isEncrypted" class="max-w-md">
<v-alert type="info" title="Encrypted file" class="mb-4"> <n-alert type="info" title="Encrypted file" class="mb-4">
The file has been encrypted. Preview not available. Please enter the The file has been encrypted. Preview not available. Please enter the
password to download it. password to download it.
</v-alert> </n-alert>
</div> </div>
<div <div
v-else v-else
@@ -94,13 +68,22 @@
@touchstart="handleTouchStart" @touchstart="handleTouchStart"
@touchmove="handleTouchMove" @touchmove="handleTouchMove"
@touchend="handleTouchEnd" @touchend="handleTouchEnd"
@mousedown="handleMouseDown"
@mousemove="handleMouseMove"
@mouseup="handleMouseUp"
@mouseleave="handleMouseUp"
@dblclick="handleDoubleClick" @dblclick="handleDoubleClick"
> >
<v-img <img
v-if="fileType === 'image'" v-if="fileType === 'image'"
:src="fileSource" :src="fileSource"
class="preview-image" class="preview-image"
:style="{ transform: `scale(${zoomLevel})` }" :style="{
transform: `translate(${translateX}px, ${translateY}px) scale(${zoomLevel})`,
cursor:
zoomLevel > 1 ? (isDragging ? 'grabbing' : 'grab') : 'default'
}"
alt="Image preview"
/> />
<video <video
v-else-if="fileType === 'video'" v-else-if="fileType === 'video'"
@@ -114,102 +97,113 @@
controls controls
class="preview-audio" class="preview-audio"
/> />
<v-alert <n-alert
v-else v-else
type="warning" type="warning"
title="Preview Unavailable" title="Preview Unavailable"
text="How can you preview this file?" class="max-w-md"
class="preview-unavailable" >
/> A preview for this file type is not available.
</n-alert>
</div> </div>
</div> </div>
</div> </div>
<!-- Password Dialog --> <!-- Password Dialog -->
<v-dialog v-model="secretDialog" max-width="400"> <n-modal v-model:show="secretDialog">
<v-card> <n-card
<v-card-title> style="width: 400px"
<v-icon left>mdi-lock</v-icon> title="Enter Password"
Enter Password :bordered="false"
</v-card-title> size="huge"
<v-card-text> role="dialog"
<v-text-field aria-modal="true"
v-model="dialogPassword" >
label="Password" <n-input
type="password" v-model:value="dialogPassword"
variant="outlined" type="password"
autofocus show-password-on="click"
@keyup.enter="confirmDownload" placeholder="Password"
/> autofocus
</v-card-text> @keyup.enter="confirmDownload"
<v-card-actions> />
<v-spacer></v-spacer> <template #footer>
<v-btn @click="secretDialog = false">Cancel</v-btn> <div class="flex justify-end gap-2">
<v-btn color="primary" @click="confirmDownload">Download</v-btn> <n-button @click="secretDialog = false">Cancel</n-button>
</v-card-actions> <n-button type="primary" @click="confirmDownload"
</v-card> >Download</n-button
</v-dialog> >
</div>
</template>
</n-card>
</n-modal>
<!-- Technical Details Dialog --> <!-- Technical Details Dialog -->
<v-dialog v-model="infoDialog" max-width="640"> <n-drawer
<v-card title="File Information" prepend-icon="mdi-information"> v-model:show="infoDialog"
<v-card-text> :width="breakpoints.isGreaterOrEqual('md') ? '40vw' : '100vw'"
<v-row> >
<v-col cols="12" md="6"> <n-drawer-content>
<div class="mb-4"> <template #header>
<strong>File ID</strong> <div class="flex items-center justify-between gap-2">
<div class="text-xs">#{{ fileInfo?.id }}</div> <div>File Information</div>
</div> <n-button text size="small" @click="infoDialog = false">
<div class="mb-4"> <template #icon>
<strong>File Name</strong> <n-icon :component="XIcon" />
<div class="text-xs">{{ fileInfo?.name || "N/A" }}</div> </template>
</div> </n-button>
<div class="mb-4">
<strong>MIME Type</strong>
<div class="text-xs">{{ fileInfo?.mimeType || "N/A" }}</div>
</div>
<div class="mb-4">
<strong>File Size</strong>
<div class="text-xs">
{{ fileInfo?.size ? formatBytes(fileInfo.size) : "N/A" }}
</div>
</div>
</v-col>
<v-col cols="12" md="6">
<div class="mb-4">
<strong>Created At</strong>
<div class="text-xs">
{{
fileInfo?.createdAt
? new Date(fileInfo.createdAt).toLocaleString()
: "N/A"
}}
</div>
</div>
<div class="mb-4">
<strong>Encrypted</strong>
<div class="text-xs">
{{ fileInfo?.isEncrypted ? "Yes" : "No" }}
</div>
</div>
</v-col>
</v-row>
<div class="mb-4">
<strong>Metadata:</strong>
</div> </div>
<v-card variant="outlined" class="pa-2"> </template>
<pre <div class="grid grid-cols-1 md:grid-cols-2 gap-4 text-sm">
class="overflow-x-auto" <div class="flex flex-col gap-4">
style="font-size: 14px" <div>
><code>{{ JSON.stringify(fileInfo?.fileMeta, null, 2) }}</code></pre> <strong class="font-semibold">File ID</strong>
</v-card> <div class="opacity-80">#{{ fileInfo?.id }}</div>
</v-card-text> </div>
<v-card-actions> <div>
<v-spacer></v-spacer> <strong class="font-semibold">File Name</strong>
<v-btn @click="infoDialog = false">Close</v-btn> <div class="opacity-80">{{ fileInfo?.name || "N/A" }}</div>
</v-card-actions> </div>
</v-card> <div>
</v-dialog> <strong class="font-semibold">MIME Type</strong>
<div class="opacity-80">{{ fileInfo?.mimeType || "N/A" }}</div>
</div>
<div>
<strong class="font-semibold">File Size</strong>
<div class="opacity-80">
{{ fileInfo?.size ? formatBytes(fileInfo.size) : "N/A" }}
</div>
</div>
</div>
<div class="flex flex-col gap-4">
<div>
<strong class="font-semibold">Created At</strong>
<div class="opacity-80">
{{
fileInfo?.createdAt
? new Date(fileInfo.createdAt).toLocaleString()
: "N/A"
}}
</div>
</div>
<div>
<strong class="font-semibold">Encrypted</strong>
<div class="opacity-80">
{{ fileInfo?.isEncrypted ? "Yes" : "No" }}
</div>
</div>
</div>
</div>
<div class="mt-4">
<strong class="font-semibold">Metadata:</strong>
</div>
<n-card :bordered="true" class="mt-2">
<pre
class="overflow-x-auto text-xs"
><code>{{ JSON.stringify(fileInfo?.fileMeta, null, 2) }}</code></pre>
</n-card>
</n-drawer-content>
</n-drawer>
<!-- View Transition Overlay --> <!-- View Transition Overlay -->
<div <div
@@ -228,11 +222,24 @@
<script setup lang="ts"> <script setup lang="ts">
import { useRoute } from "vue-router" import { useRoute } from "vue-router"
import { computed, onMounted, ref } from "vue" import { computed, onMounted, ref, type Component } from "vue"
import {
Download,
Info,
Lock,
File,
FileImage,
FileVideo,
FileMusic,
FileText,
FileCode,
FileArchive,
XIcon
} from "lucide-vue-next"
import { downloadAndDecryptFile } from "./secure" import { downloadAndDecryptFile } from "./secure"
import { formatBytes } from "./format" import { formatBytes } from "./format"
import type { SnCloudFile } from "~/types/api/post" import type { SnCloudFile } from "~/types/api/post"
import { breakpointsTailwind, useBreakpoints } from "@vueuse/core"
const route = useRoute() const route = useRoute()
@@ -252,6 +259,13 @@ const zoomLevel = ref<number>(1)
const initialDistance = ref<number>(0) const initialDistance = ref<number>(0)
const isPinching = ref<boolean>(false) const isPinching = ref<boolean>(false)
// Drag functionality
const translateX = ref(0)
const translateY = ref(0)
const isDragging = ref(false)
const startX = ref(0)
const startY = ref(0)
// View transition state // View transition state
const isTransitioning = ref<boolean>(false) const isTransitioning = ref<boolean>(false)
const transitionImage = ref<string>("") const transitionImage = ref<string>("")
@@ -289,7 +303,6 @@ function checkForTransition() {
isTransitioning.value = true isTransitioning.value = true
transitionImage.value = data.src transitionImage.value = data.src
// Calculate final position (centered in viewport)
const viewportWidth = window.innerWidth const viewportWidth = window.innerWidth
const viewportHeight = window.innerHeight const viewportHeight = window.innerHeight
const finalWidth = Math.min( const finalWidth = Math.min(
@@ -300,7 +313,6 @@ function checkForTransition() {
const finalX = (viewportWidth - finalWidth) / 2 const finalX = (viewportWidth - finalWidth) / 2
const finalY = (viewportHeight - finalHeight) / 2 const finalY = (viewportHeight - finalHeight) / 2
// Set initial position (from original image location)
transitionStyle.value = { transitionStyle.value = {
position: "fixed", position: "fixed",
top: `${data.y}px`, top: `${data.y}px`,
@@ -311,7 +323,6 @@ function checkForTransition() {
transition: "all 0.3s ease-out" transition: "all 0.3s ease-out"
} }
// Animate to final position
requestAnimationFrame(() => { requestAnimationFrame(() => {
transitionStyle.value = { transitionStyle.value = {
...transitionStyle.value, ...transitionStyle.value,
@@ -320,8 +331,6 @@ function checkForTransition() {
width: `${finalWidth}px`, width: `${finalWidth}px`,
height: `${finalHeight}px` height: `${finalHeight}px`
} }
// Hide transition after animation
setTimeout(() => { setTimeout(() => {
isTransitioning.value = false isTransitioning.value = false
sessionStorage.removeItem("imageTransition") sessionStorage.removeItem("imageTransition")
@@ -345,38 +354,38 @@ const fileType = computed(() => {
if (!fileInfo.value) return "unknown" if (!fileInfo.value) return "unknown"
return fileInfo.value.mimeType?.split("/")[0] || "unknown" return fileInfo.value.mimeType?.split("/")[0] || "unknown"
}) })
const fileIcon = computed(() => { const fileIcon = computed<Component>(() => {
if (!fileInfo.value?.mimeType) return "mdi-file" if (!fileInfo.value?.mimeType) return File
const mime = fileInfo.value.mimeType.toLowerCase() const mime = fileInfo.value.mimeType.toLowerCase()
if (mime.startsWith("image/")) return "mdi-file-image" if (mime.startsWith("image/")) return FileImage
if (mime.startsWith("video/")) return "mdi-file-video" if (mime.startsWith("video/")) return FileVideo
if (mime.startsWith("audio/")) return "mdi-file-music" if (mime.startsWith("audio/")) return FileMusic
if (mime === "application/pdf") return "mdi-file-pdf" if (mime === "application/pdf") return FileText
if ( if (
mime.startsWith("text/") || mime.startsWith("text/") ||
mime.includes("javascript") || mime.includes("javascript") ||
mime.includes("json") || mime.includes("json") ||
mime.includes("xml") mime.includes("xml")
) )
return "mdi-file-code" return FileCode
if (mime.includes("zip") || mime.includes("rar") || mime.includes("tar")) if (mime.includes("zip") || mime.includes("rar") || mime.includes("tar"))
return "mdi-zip-box" return FileArchive
if ( if (
mime.includes("document") || mime.includes("document") ||
mime.includes("word") || mime.includes("word") ||
mime.includes("excel") || mime.includes("excel") ||
mime.includes("powerpoint") mime.includes("powerpoint")
) )
return "mdi-file-document" return FileText
return "mdi-file" return File
}) })
const fileSource = computed(() => { const fileSource = computed(() => {
let url = `${apiBase}/drive/files/${fileId}?original=true` let url = `${apiBase}/drive/files/${fileId}?original=true`
if (passcode) { if (passcode) {
url += `?passcode=${passcode}` url += `&passcode=${passcode}`
} }
return url return url
}) })
@@ -403,55 +412,111 @@ function handleZoom(event: WheelEvent) {
event.preventDefault() event.preventDefault()
const delta = event.deltaY > 0 ? -0.1 : 0.1 const delta = event.deltaY > 0 ? -0.1 : 0.1
zoomLevel.value = Math.max(0.1, Math.min(5, zoomLevel.value + delta)) const newZoom = Math.max(0.1, Math.min(5, zoomLevel.value + delta))
if (newZoom <= 1) {
translateX.value = 0
translateY.value = 0
}
zoomLevel.value = newZoom
} }
function handleTouchStart(event: TouchEvent) { function handleTouchStart(event: TouchEvent) {
if (fileType.value !== "image" || event.touches.length !== 2) return if (fileType.value !== "image") return
event.preventDefault() if (event.touches.length === 2) {
isPinching.value = true event.preventDefault()
const touch1 = event.touches[0]! isPinching.value = true
const touch2 = event.touches[1]! const touch1 = event.touches[0]!
initialDistance.value = Math.sqrt( const touch2 = event.touches[1]!
Math.pow(touch2.clientX - touch1.clientX, 2) + initialDistance.value = Math.sqrt(
Math.pow(touch2.clientY - touch1.clientY, 2) Math.pow(touch2.clientX - touch1.clientX, 2) +
) Math.pow(touch2.clientY - touch1.clientY, 2)
)
} else if (event.touches.length === 1 && zoomLevel.value > 1) {
isDragging.value = true
startX.value = event.touches[0]!.clientX - translateX.value
startY.value = event.touches[0]!.clientY - translateY.value
}
} }
function handleTouchMove(event: TouchEvent) { function handleTouchMove(event: TouchEvent) {
if ( if (fileType.value !== "image") return
fileType.value !== "image" ||
!isPinching.value ||
event.touches.length !== 2
)
return
event.preventDefault() if (isPinching.value && event.touches.length === 2) {
const touch1 = event.touches[0]! event.preventDefault()
const touch2 = event.touches[1]! const touch1 = event.touches[0]!
const currentDistance = Math.sqrt( const touch2 = event.touches[1]!
Math.pow(touch2.clientX - touch1.clientX, 2) + const currentDistance = Math.sqrt(
Math.pow(touch2.clientY - touch1.clientY, 2) Math.pow(touch2.clientX - touch1.clientX, 2) +
) Math.pow(touch2.clientY - touch1.clientY, 2)
)
const scale = currentDistance / initialDistance.value const scale = currentDistance / initialDistance.value
zoomLevel.value = Math.max(0.1, Math.min(5, scale)) const newZoom = Math.max(0.1, Math.min(5, zoomLevel.value * scale))
if (newZoom <= 1) {
translateX.value = 0
translateY.value = 0
}
zoomLevel.value = newZoom
} else if (isDragging.value && event.touches.length === 1) {
event.preventDefault()
translateX.value = event.touches[0]!.clientX - startX.value
translateY.value = event.touches[0]!.clientY - startY.value
}
} }
function handleTouchEnd(_event: TouchEvent) { function handleTouchEnd(_event: TouchEvent) {
if (fileType.value !== "image") return if (fileType.value !== "image") return
isPinching.value = false isPinching.value = false
isDragging.value = false
}
function handleMouseDown(event: MouseEvent) {
if (fileType.value !== "image" || zoomLevel.value <= 1) return
event.preventDefault()
isDragging.value = true
startX.value = event.clientX - translateX.value
startY.value = event.clientY - translateY.value
}
function handleMouseMove(event: MouseEvent) {
if (!isDragging.value) return
event.preventDefault()
translateX.value = event.clientX - startX.value
translateY.value = event.clientY - startY.value
}
function handleMouseUp() {
isDragging.value = false
} }
function handleDoubleClick() { function handleDoubleClick() {
if (fileType.value !== "image") return if (fileType.value !== "image") return
zoomLevel.value = zoomLevel.value > 1 ? 1 : 2 if (zoomLevel.value > 1) {
zoomLevel.value = 1
translateX.value = 0
translateY.value = 0
} else {
zoomLevel.value = 2
}
} }
const breakpoints = useBreakpoints(breakpointsTailwind)
const message = useMessage()
async function performDownload(password: string) { async function performDownload(password: string) {
const progressMessage = message.loading("Downloading file...", {
duration: 0
})
if (fileInfo.value!.isEncrypted) { if (fileInfo.value!.isEncrypted) {
downloadAndDecryptFile( downloadAndDecryptFile(
fileSource.value, fileSource.value,
@@ -503,6 +568,9 @@ async function performDownload(password: string) {
a.click() a.click()
a.remove() a.remove()
window.URL.revokeObjectURL(blobUrl) window.URL.revokeObjectURL(blobUrl)
progressMessage.destroy()
message.success("File has been downloaded successfully.")
} }
} }
@@ -513,11 +581,7 @@ definePageMeta({
<style scoped> <style scoped>
.lightbox-container { .lightbox-container {
position: fixed;
top: 0;
left: 0;
width: 100vw; width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.9); background: rgba(0, 0, 0, 0.9);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -525,6 +589,7 @@ definePageMeta({
} }
.top-toolbar { .top-toolbar {
height: 56px;
position: relative; position: relative;
z-index: 1001; z-index: 1001;
} }
@@ -536,6 +601,7 @@ definePageMeta({
justify-content: center; justify-content: center;
padding: 20px; padding: 20px;
overflow: auto; overflow: auto;
min-height: 0;
} }
.preview-content { .preview-content {
@@ -549,21 +615,17 @@ definePageMeta({
.file-preview { .file-preview {
width: 100%; width: 100%;
height: 100%; height: 100%;
max-width: calc(100vw - 40px);
max-height: calc(
100vh - 88px
); /* Account for top toolbar (48px) + padding (40px) */
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
.preview-image { .preview-image {
width: 100%; max-width: 100%;
height: 100%; max-height: 100%;
object-fit: contain; object-fit: contain;
transition: all 0.3s ease-in-out; transition: transform 0.2s ease-out;
will-change: contents; will-change: transform;
} }
.preview-video, .preview-video,
@@ -572,27 +634,6 @@ definePageMeta({
max-height: 100%; max-height: 100%;
} }
.preview-unavailable {
max-width: 500px;
}
.loading-spinner {
color: white;
}
.error-alert {
max-width: 500px;
}
.encrypted-notice {
max-width: 500px;
}
/* Ensure toolbar doesn't interfere with content */
.top-toolbar :deep(.v-app-bar__content) {
padding: 0;
}
/* View transition styles */ /* View transition styles */
.transition-overlay { .transition-overlay {
pointer-events: none; pointer-events: none;

View File

@@ -1,68 +1,63 @@
<template> <template>
<div class="d-flex align-center justify-center fill-height"> <div class="flex items-center justify-center min-h-screen">
<v-card <n-card title="Order Payment" class="max-w-sm">
max-width="400" <template #header-icon>
title="Order Payment" <n-icon :component="Wallet" />
prepend-icon="mdi-cash" </template>
class="pa-2" <n-alert v-if="done" type="success" class="mb-4">
> The order has been paid successfully. You can now close this tab and
<v-card-text> return to Solar Network!
<v-alert v-if="done" type="success" class="mb-4"> </n-alert>
The order has been paid successfully. Now you can close this tab and <n-alert
back to the Solar Network! v-else-if="!!error"
</v-alert> type="error"
<v-alert title="Something went wrong"
v-else-if="!!error" class="mb-4"
type="error" >
title="Something went wrong" {{ error }}
class="mb-4" </n-alert>
>{{ error }}</v-alert <div v-else-if="!!order" class="flex flex-col gap-2">
> <p>Order for {{ order.productIdentifier ?? "unknown" }}</p>
<div v-else-if="!!order"> <div class="flex items-center gap-2">
<p class="mb-2"> <n-icon :component="Tag" />
Order for {{ order.productIdentifier ?? "unknown" }} <strong>{{ order.remarks }}</strong>
</p>
<div class="d-flex align-center gap-2 mb-2">
<v-icon size="18">mdi-tag</v-icon>
<strong>{{ order.remarks }}</strong>
</div>
<div class="d-flex align-center gap-2 mb-2">
<v-icon size="18">mdi-cash</v-icon>
<span>Amount</span>
<strong>{{ order.amount }} {{ order.currency }}</strong>
</div>
<div v-if="order.expiredAt" class="d-flex align-center gap-2 mb-4">
<v-icon size="18">mdi-calendar</v-icon>
<span>Until</span>
<strong>{{ new Date(order.expiredAt).toLocaleString() }}</strong>
</div>
<div class="mt-4">
<v-otp-input
v-model="pinCode"
label="Pin Code"
length="6"
type="password"
density="comfortable"
></v-otp-input>
<v-btn
color="primary"
:loading="submitting"
class="mt-4"
@click="pay"
>
<v-icon left>mdi-check</v-icon>
Pay
</v-btn>
</div>
</div> </div>
<v-progress-circular <div class="flex items-center gap-2">
v-else <n-icon :component="CircleDollarSign" />
indeterminate <span>Amount</span>
size="32" <strong>{{ order.amount }} {{ order.currency }}</strong>
class="mt-4" </div>
></v-progress-circular> <div v-if="order.expiredAt" class="flex items-center gap-2">
</v-card-text> <n-icon :component="Calendar" />
</v-card> <span>Until</span>
<strong>{{ new Date(order.expiredAt).toLocaleString() }}</strong>
</div>
<div class="mt-4">
<n-input
v-model:value="pinCode"
type="password"
show-password-on="click"
placeholder="6-digit PIN"
maxlength="6"
:input-props="{ autocomplete: 'one-time-code' }"
/>
<n-button
type="primary"
:loading="submitting"
class="mt-4 w-full"
@click="pay"
>
<template #icon>
<n-icon :component="Check" />
</template>
Pay
</n-button>
</div>
</div>
<div v-else class="flex justify-center p-8">
<n-spin size="medium" />
</div>
</n-card>
</div> </div>
</template> </template>
@@ -70,6 +65,13 @@
import { onMounted, ref } from "vue" import { onMounted, ref } from "vue"
import { useRoute } from "vue-router" import { useRoute } from "vue-router"
import type { SnWalletOrder } from "~/types/api/order" import type { SnWalletOrder } from "~/types/api/order"
import {
Wallet,
Tag,
CircleDollarSign,
Calendar,
Check
} from "lucide-vue-next"
const route = useRoute() const route = useRoute()
@@ -99,6 +101,7 @@ async function fetchOrder() {
} }
async function pay() { async function pay() {
if (submitting.value) return
submitting.value = true submitting.value = true
try { try {
await api(`/id/orders/${encodeURIComponent(orderId)}/pay`, { await api(`/id/orders/${encodeURIComponent(orderId)}/pay`, {
@@ -109,6 +112,8 @@ async function pay() {
done.value = true done.value = true
} catch (err: unknown) { } catch (err: unknown) {
error.value = err instanceof Error ? err.message : String(err) error.value = err instanceof Error ? err.message : String(err)
} finally {
submitting.value = false
} }
} }
@@ -118,5 +123,4 @@ definePageMeta({
middleware: ["auth"], middleware: ["auth"],
title: "Solarpay" title: "Solarpay"
}) })
</script> </script>

View File

@@ -1,195 +1,177 @@
<template> <template>
<div v-if="user"> <div>
<div class="fixed inset-0 blur-md" :style="pageStyle" />
<img <img
:src="userBackground" :src="userBackground"
class="object-cover w-full max-h-48 mb-8" class="w-full max-h-48 object-cover object-top"
style="aspect-ratio: 16/7" :style="{ aspectRatio: '16/7', opacity: headerOpacity }"
/> />
<div v-if="user" class="relative min-h-layout">
<v-container> <div class="container mx-auto p-4 sm:p-8">
<div class="layout"> <div class="layout">
<div class="main"> <div class="sidebar flex flex-col gap-3">
<!-- Filter Section --> <n-card
<v-card class="mb-4"> :class="cardClass"
<v-tabs :style="cardStyle"
v-model="activeCategoryTab" :content-style="cardContentStyle"
color="primary"
class="mb-2"
grow
> >
<v-tab value="all">All</v-tab>
<v-tab value="posts">Posts</v-tab>
<v-tab value="articles">Articles</v-tab>
</v-tabs>
<v-row>
<v-col cols="12" sm="6">
<v-checkbox
:model-value="includeReplies"
label="Include replies"
:indeterminate="includeReplies === null"
density="compact"
prepend-icon="mdi-reply"
hide-details
class="px-4"
@update:model-value="cycleIncludeReplies"
/>
</v-col>
<v-col cols="12" sm="6">
<v-checkbox
v-model="mediaOnly"
label="Media only"
density="compact"
hide-details
class="px-4"
prepend-icon="mdi-attachment"
/>
</v-col>
</v-row>
<v-checkbox
v-model="orderDesc"
label="Descending order"
density="compact"
prepend-icon="mdi-sort"
class="px-4"
hide-details
/>
<v-divider class="my-1" />
<v-list-item
title="Advanced filters"
prepend-icon="mdi-filter-variant"
@click="showAdvancedFilters = !showAdvancedFilters"
>
<template #append>
<v-icon>
{{
showAdvancedFilters ? "mdi-chevron-up" : "mdi-chevron-down"
}}
</v-icon>
</template>
</v-list-item>
<v-expand-transition>
<div v-if="showAdvancedFilters" class="my-3 px-4">
<v-text-field
v-model="queryTerm"
hide-details
label="Search"
placeholder="Search posts"
prepend-inner-icon="mdi-magnify"
variant="outlined"
density="comfortable"
class="mb-3"
/>
<v-select
v-model="order"
hide-details
label="Sort by"
:items="[
{ title: 'Date', value: 'date' },
{ title: 'Popularity', value: 'popularity' }
]"
variant="outlined"
density="comfortable"
class="mb-3"
/>
<v-row>
<v-col cols="12" sm="6">
<v-text-field
:model-value="periodStartFormatted"
hide-details
label="From date"
prepend-inner-icon="mdi-calendar"
variant="outlined"
density="comfortable"
readonly
@click="openDatePicker('start')"
/>
</v-col>
<v-col cols="12" sm="6">
<v-text-field
:model-value="periodEndFormatted"
hide-details
label="To date"
prepend-inner-icon="mdi-calendar"
variant="outlined"
density="comfortable"
readonly
@click="openDatePicker('end')"
/>
</v-col>
</v-row>
</div>
</v-expand-transition>
</v-card>
<post-list :key="filterKey" :params="postListParams" />
<!-- Date Picker Dialog -->
<v-dialog v-model="datePickerDialog" max-width="400">
<v-card>
<v-card-title>{{
datePickerType === "start" ? "From date" : "To date"
}}</v-card-title>
<v-card-text>
<v-date-picker
v-model="tempDate"
:max="new Date().toISOString().split('T')[0]"
/>
</v-card-text>
<v-card-actions>
<v-spacer />
<v-btn @click="datePickerDialog = false">Cancel</v-btn>
<v-btn color="primary" @click="confirmDatePicker">OK</v-btn>
</v-card-actions>
</v-card>
</v-dialog>
</div>
<div class="sidebar flex flex-col gap-3">
<v-card class="w-full">
<v-card-text>
<div class="flex items-center gap-4 mb-4"> <div class="flex items-center gap-4 mb-4">
<v-avatar size="60" rounded="circle" :image="userPicture" /> <n-avatar size="large" round :src="userPicture" />
<div> <div>
<div class="text-xl font-bold"> <div class="text-xl font-bold">
{{ user.nick || user.name }} {{ user.nick || user.name }}
</div> </div>
<div class="text-body-2 text-medium-emphasis"> <div class="text-sm opacity-80">@{{ user.name }}</div>
@{{ user.name }}
</div>
</div> </div>
</div> </div>
<div v-if="htmlBio" class="bio-prose" v-html="htmlBio"></div> <article
</v-card-text> v-if="htmlBio"
</v-card> class="bio-prose prose prose-sm dark:prose-invert prose-slate"
v-html="htmlBio"
></article>
</n-card>
</div>
<div class="main">
<!-- Filter Section -->
<n-card
class="mb-4"
:class="cardClass"
:style="cardStyle"
:content-style="cardContentStyle"
>
<n-tabs v-model:value="activeCategoryTab" type="segment">
<n-tab name="all">All</n-tab>
<n-tab name="posts">Posts</n-tab>
<n-tab name="articles">Articles</n-tab>
</n-tabs>
<div class="mx-4">
<div
class="grid grid-cols-1 sm:grid-cols-2 gap-x-4 gap-y-2 mt-4"
>
<div
class="flex items-center gap-2 cursor-pointer"
@click="cycleIncludeReplies"
>
<n-icon :component="Reply" />
<n-checkbox
:checked="includeReplies !== false"
:indeterminate="includeReplies === null"
@update:checked="cycleIncludeReplies"
>
Include replies
</n-checkbox>
</div>
<div class="flex items-center gap-2">
<n-icon :component="Paperclip" />
<n-checkbox v-model:checked="mediaOnly">
Media only
</n-checkbox>
</div>
<div class="flex items-center gap-2">
<n-icon :component="ArrowUpDown" />
<n-checkbox v-model:checked="orderDesc">
Descending order
</n-checkbox>
</div>
</div>
<div
class="flex items-center cursor-pointer mt-4"
@click="showAdvancedFilters = !showAdvancedFilters"
>
<n-icon :component="Filter" />
<span class="ml-2 font-medium">Advanced filters</span>
<n-icon class="ml-auto">
<ChevronDown v-if="!showAdvancedFilters" />
<ChevronUp v-else />
</n-icon>
</div>
<n-collapse-transition :show="showAdvancedFilters">
<div class="mt-4 flex flex-col gap-3">
<n-input
v-model:value="queryTerm"
placeholder="Search posts"
>
<template #prefix>
<n-icon :component="Search" />
</template>
</n-input>
<!-- the select only takes the common border radius somehow -->
<n-config-provider
:theme-overrides="{ common: { borderRadius: '8px' } }"
>
<n-select
v-model:value="order"
placeholder="Sort by"
:options="[
{ label: 'Date', value: 'date' },
{ label: 'Popularity', value: 'popularity' }
]"
/>
</n-config-provider>
<div class="grid grid-cols-1 sm:grid-cols-2 gap-3">
<n-date-picker
v-model:value="periodStart"
type="date"
placeholder="From date"
clearable
/>
<n-date-picker
v-model:value="periodEnd"
type="date"
placeholder="To date"
clearable
/>
</div>
</div>
</n-collapse-transition>
</div>
</n-card>
<post-list :key="filterKey" :params="postListParams" />
</div>
</div> </div>
</div> </div>
</v-container> </div>
</div> <div
<div v-else-if="notFound" class="flex justify-center items-center h-full"> v-else-if="notFound"
<v-empty-state class="relative flex justify-center items-center h-full"
icon="mdi-account-off" >
title="User not found" <n-empty
text="The user profile you're trying to access is not found." description="The publisher profile you're trying to access is not found."
/> >
</div> <template #icon>
<div v-else class="flex justify-center items-center h-full"> <n-icon :component="UserX" />
<v-progress-circular indeterminate size="64" color="primary" /> </template>
</n-empty>
</div>
<div v-else class="relative flex justify-center items-center h-full">
<n-spin size="large" />
</div>
</div> </div>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import { computed, ref, watch } from "vue" import { computed, ref, watch } from "vue"
import { useWindowScroll } from "@vueuse/core"
import { useMarkdownProcessor } from "~/composables/useMarkdownProcessor" import { useMarkdownProcessor } from "~/composables/useMarkdownProcessor"
import type { SnPublisher } from "~/types/api" import type { SnPublisher } from "~/types/api"
import type { PostListParams } from "~/composables/usePostList" import type { PostListParams } from "~/composables/usePostList"
import PostList from "~/components/Post/PostList.vue" import PostList from "~/components/Post/PostList.vue"
import {
Reply,
Paperclip,
ArrowUpDown,
Filter,
Search,
ChevronDown,
ChevronUp,
UserX
} from "lucide-vue-next"
const route = useRoute() const route = useRoute()
@@ -202,7 +184,6 @@ const username = computed(() => {
return nameStr return nameStr
}) })
// Use useFetch with the correct API URL to avoid router conflicts
const apiBase = useSolarNetworkUrl() const apiBase = useSolarNetworkUrl()
const apiBaseServer = useSolarNetworkUrl() const apiBaseServer = useSolarNetworkUrl()
@@ -246,6 +227,44 @@ const userPicture = computed(() => {
: undefined : undefined
}) })
const { y: scrollY } = useWindowScroll()
const scrollThreshold = 192 // max-h-48 is 12rem = 192px
const backgroundOpacity = computed(() => {
return Math.max(0, Math.min(scrollY.value / scrollThreshold, 1))
})
const headerOpacity = computed(() => {
return 1 - backgroundOpacity.value
})
const pageStyle = computed(() => {
if (!userBackground.value) return {}
return {
backgroundImage: `linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('${userBackground.value}')`,
backgroundSize: "cover",
backgroundPosition: "center",
backgroundRepeat: "no-repeat",
backgroundAttachment: "fixed",
opacity: backgroundOpacity.value
}
})
const cardClass = computed(() => ({
"backdrop-blur-2xl": !!userBackground.value,
"shadow-xl": !!userBackground.value
}))
const cardStyle = computed(() =>
userBackground.value
? "background-color: var(--n-color-modal)"
: "background-color: var(--n-color)"
)
const cardContentStyle = computed(() =>
userBackground.value ? "background-color: transparent" : ""
)
// Filter state // Filter state
const activeCategoryTab = ref("all") const activeCategoryTab = ref("all")
const includeReplies = ref<boolean | null>(null) const includeReplies = ref<boolean | null>(null)
@@ -253,14 +272,9 @@ const mediaOnly = ref(false)
const orderDesc = ref(true) const orderDesc = ref(true)
const showAdvancedFilters = ref(false) const showAdvancedFilters = ref(false)
const queryTerm = ref("") const queryTerm = ref("")
const order = ref<string | undefined>(undefined) const order = ref<string | null>(null)
const periodStart = ref<number | undefined>(undefined) const periodStart = ref<number | null>(null)
const periodEnd = ref<number | undefined>(undefined) const periodEnd = ref<number | null>(null)
// Date picker dialog
const datePickerDialog = ref(false)
const datePickerType = ref<"start" | "end">("start")
const tempDate = ref<Date | undefined>(undefined)
const postListParams = computed<PostListParams>(() => { const postListParams = computed<PostListParams>(() => {
const params: PostListParams = { const params: PostListParams = {
@@ -269,74 +283,36 @@ const postListParams = computed<PostListParams>(() => {
mediaOnly: mediaOnly.value, mediaOnly: mediaOnly.value,
orderDesc: orderDesc.value, orderDesc: orderDesc.value,
queryTerm: queryTerm.value || undefined, queryTerm: queryTerm.value || undefined,
order: order.value, order: order.value ?? undefined,
periodStart: periodStart.value, periodStart: periodStart.value
periodEnd: periodEnd.value ? Math.floor(periodStart.value / 1000)
: undefined,
periodEnd: periodEnd.value ? Math.floor(periodEnd.value / 1000) : undefined
} }
// Set type based on active tab
if (activeCategoryTab.value === "posts") { if (activeCategoryTab.value === "posts") {
params.type = 0 // Assuming 0 is for posts params.type = 0
} else if (activeCategoryTab.value === "articles") { } else if (activeCategoryTab.value === "articles") {
params.type = 1 // Assuming 1 is for articles params.type = 1
} }
// 'all' means no type filter
return params return params
}) })
const periodStartFormatted = computed(() => {
return periodStart.value
? new Date(periodStart.value * 1000).toISOString().split("T")[0]
: ""
})
const periodEndFormatted = computed(() => {
return periodEnd.value
? new Date(periodEnd.value * 1000).toISOString().split("T")[0]
: ""
})
// Create a key that changes when filters change to force PostList re-mount
const filterKey = computed(() => { const filterKey = computed(() => {
return JSON.stringify(postListParams.value) return JSON.stringify(postListParams.value)
}) })
const cycleIncludeReplies = () => { const cycleIncludeReplies = () => {
if (includeReplies.value === null) { if (includeReplies.value === null) {
includeReplies.value = false
} else if (includeReplies.value === false) {
includeReplies.value = true includeReplies.value = true
} else if (includeReplies.value === true) {
includeReplies.value = false
} else { } else {
includeReplies.value = null includeReplies.value = null
} }
} }
const openDatePicker = (type: "start" | "end") => {
datePickerType.value = type
tempDate.value =
type === "start"
? periodStart.value
? new Date(periodStart.value * 1000)
: new Date()
: periodEnd.value
? new Date(periodEnd.value * 1000)
: new Date()
datePickerDialog.value = true
}
const confirmDatePicker = () => {
if (tempDate.value) {
const timestamp = Math.floor(tempDate.value.getTime() / 1000)
if (datePickerType.value === "start") {
periodStart.value = timestamp
} else {
periodEnd.value = timestamp
}
}
datePickerDialog.value = false
}
definePageMeta({ definePageMeta({
alias: ["/p/:name()"] alias: ["/p/:name()"]
}) })
@@ -344,12 +320,12 @@ definePageMeta({
useHead({ useHead({
title: computed(() => { title: computed(() => {
if (notFound.value) { if (notFound.value) {
return "User not found" return "Publisher not found"
} }
if (user.value) { if (user.value) {
return user.value.nick || user.value.name return user.value.nick || user.value.name
} }
return "Loading user..." return "Loading publisher..."
}), }),
meta: computed(() => { meta: computed(() => {
if (user.value) { if (user.value) {
@@ -364,6 +340,7 @@ useHead({
defineOgImage({ defineOgImage({
component: "ImageCard", component: "ImageCard",
// @ts-ignore
title: computed(() => title: computed(() =>
user.value ? user.value.nick || user.value.name : "Publisher Profile" user.value ? user.value.nick || user.value.name : "Publisher Profile"
), ),
@@ -398,14 +375,12 @@ defineOgImage({
.sidebar { .sidebar {
order: 1; order: 1;
overflow-y: auto;
height: auto; height: auto;
max-height: 100vh;
} }
@media (min-width: 960px) { @media (min-width: 960px) {
.layout { .layout {
grid-template-columns: 2fr 1fr; grid-template-columns: 1fr 2fr;
} }
.main { .main {
@@ -420,7 +395,8 @@ defineOgImage({
@media (min-width: 1280px) { @media (min-width: 1280px) {
.sidebar { .sidebar {
position: sticky; position: sticky;
top: calc(68px + 8px); top: calc(var(--header-height) + 8px);
align-self: start;
} }
} }
</style> </style>

View File

@@ -99,12 +99,17 @@ export default defineNuxtConfig({
borderRadiusSmall: "8px" borderRadiusSmall: "8px"
}, },
Input: { Input: {
borderRadius: "8px", borderRadius: "8px"
borderRadiusMedium: "8px", },
borderRadiusSmall: "4px" Select: {
borderRadius: "8px"
},
Dropdown: {
borderRadius: "8px"
}, },
Button: { Button: {
borderRadius: "8px", borderRadius: "8px",
borderRadiusLarge: "12px",
borderRadiusMedium: "8px", borderRadiusMedium: "8px",
borderRadiusSmall: "4px" borderRadiusSmall: "4px"
} }

View File

@@ -49,6 +49,8 @@
"@types/node": "^24.10.1", "@types/node": "^24.10.1",
"daisyui": "^5.5.5", "daisyui": "^5.5.5",
"naive-ui": "^2.43.2", "naive-ui": "^2.43.2",
"tailwindcss": "^4.1.17" "tailwindcss": "^4.1.17",
"unplugin-auto-import": "^20.3.0",
"unplugin-vue-components": "^30.0.0"
} }
} }