mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-12 10:50:00 +08:00
Refactor page titles and dialog close buttons across multiple views
- Replaced instances of `DialogCloseBtn` with `VDialogCloseBtn` in TransferHistoryView, AccountSettingAbout, AccountSettingSystem, and UserProfileView for consistency. - Introduced a new component `PageContentTitle` to standardize page titles in SiteCardListView, SubscribeListView, UserListView, and WorkflowListView, improving layout and readability. - Added keyword filtering functionality in SubscribeListView and SubscribeShareView to enhance user experience during searches. - Added a new site logo image to the assets.
This commit is contained in:
@@ -554,7 +554,7 @@ onDeactivated(() => {
|
||||
<VDialog v-if="advancedDialog" v-model="advancedDialog" scrollable max-width="60rem" persistent>
|
||||
<VCard>
|
||||
<VCardItem>
|
||||
<DialogCloseBtn @click="advancedDialog = false" />
|
||||
<VDialogCloseBtn @click="advancedDialog = false" />
|
||||
<VCardTitle>高级设置</VCardTitle>
|
||||
<VCardSubtitle>系统进阶设置,特殊情况下才需要调整</VCardSubtitle>
|
||||
</VCardItem>
|
||||
|
||||
Reference in New Issue
Block a user