EkkoG
38dfb3af07
feat: add QQ notification channel support with validation and localization
2026-03-07 23:21:09 +08:00
HankunYu
decd50cb40
更新Discord模块支持互动消息
2025-12-22 20:00:06 +00:00
HankunYu
355563244c
通知渠道增加Discord
2025-12-22 02:11:09 +00:00
jxxghp
28afe2a922
统一图标导入方式
2025-09-11 15:03:12 +08:00
jxxghp
472d1960d9
重构对话框组件,将所有 DialogWrapper 替换为 VDialog,并更新缓存版本至 v1.1.0
2025-08-23 18:55:34 +08:00
jxxghp
0918fa1685
将所有 VDialog 组件替换为 DialogWrapper 组件
2025-07-10 12:44:37 +08:00
jxxghp
ebc2a764c2
将vue-toast-notification替换为vue-toastification,并更新相关样式和依赖项
2025-06-25 17:42:36 +08:00
jxxghp
b69a338e13
fix https://github.com/jxxghp/MoviePilot/pull/4434
2025-06-12 18:42:42 +08:00
shaw
2efe8efde0
refactor(components): 将 VSelect 组件替换为 VAutocomplete组件,以支持搜索待选项
...
- 在多个组件中将 VSelect 组件替换为 VAutocomplete 组件,以支持搜索待选项
- 此更改可以提供更丰富的用户交互体验和更好的性能
2025-06-02 21:48:07 +08:00
jxxghp
1cfee25695
优化多个组件的输入框,添加图标以提升用户体验,确保提示信息的一致性和可读性。
2025-05-27 21:23:08 +08:00
jxxghp
5711285a77
更新多个卡片组件,统一标题文本为“配置”,添加图标以提升用户体验,优化输入框提示信息,确保一致性和可读性。
2025-05-27 17:46:51 +08:00
jxxghp
fded7b0b28
为多个组件的对话框添加全屏显示逻辑
2025-05-25 19:44:04 +08:00
jxxghp
3fe7ed0e1d
优化多个组件中的按钮样式
2025-05-24 14:06:10 +08:00
jxxghp
5e23ea7809
更新 NotificationChannelCard.vue
2025-05-24 09:43:47 +08:00
jxxghp
c4a02f7497
新增自定义通知类型支持,更新相关提示信息和样式
2025-05-18 13:39:44 +08:00
jxxghp
53a8835b6d
更新 Tailwind CSS 配置,添加重要性设置;在 Vite 配置中添加 PostCSS 插件;优化多个组件的 VCard 结构,移除多余的 class 属性以提升代码整洁性。
2025-05-08 15:31:57 +08:00
jxxghp
b772e2d9ef
更新国际化支持:为存储、媒体类型、通知开关及操作步骤等组件添加多语言文本,提升用户体验
2025-04-29 13:24:27 +08:00
jxxghp
c14dfe0bee
更新国际化支持:为通知渠道卡片及相关组件添加多语言文本,提升用户体验
2025-04-28 20:34:37 +08:00
jxxghp
e97d815dc3
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.
2025-04-15 13:23:56 +08:00
jxxghp
cb5bccc945
fix ui warnings
2025-04-13 16:00:31 +08:00
Aqr-K
5618d87e58
refactor: replace lodash with lodash-es
2025-02-24 19:49:10 +08:00
jxxghp
e9264fa472
feat:小屏搜索结果列表模式增加过滤按钮
2025-02-05 17:40:57 +08:00
Aqr-K
caf211c34e
style(settings)
...
- 同步卡片的logo显示距离
2024-10-31 18:20:20 +08:00
Aqr-K
eab2f0df20
feat(settings): AccountSettingNotification
...
- 增加防抖。
- `card` 从父组件获取到的值改为深复制,解决 `card` 内修改数据,会直接导致在父组件中同步更新的问题。
- 微调图标位置。
2024-10-31 16:46:05 +08:00
thsrite
f4a7372b4f
feat 通知支持拖拽调整顺序
2024-10-23 16:03:57 +08:00
InfinityPacer
15319bf586
style(VSelect): add clearable option
2024-10-18 10:55:38 +08:00
Aqr-K
d22f1c97ae
feat: Add duplicate name judgment for notification
...
- 增加通知渠道的重名判断
2024-09-27 00:00:11 +08:00
jxxghp
153fe8fcd0
feat: 添加完成事件触发
...
为CustomRuleCard、FilterRuleGroupCard、NotificationChannelCard和AccountSettingDirectory组件添加done事件触发,以便在完成相关操作后通知其他组件。
2024-09-19 13:21:12 +08:00
jxxghp
94ba3c4514
style: Update grid-customrule-card to use larger minimum width for columns
2024-08-15 11:45:45 +08:00
jxxghp
6608a4266b
style: Update DownloaderCard and MediaServerCard to improve UI consistency
2024-08-12 11:02:29 +08:00
jxxghp
790a8bdb9a
style: Update AccountSettingNotification.vue, AccountSettingSystem.vue, MediaServerCard.vue, and DownloaderCard.vue to include default values for config and name properties
2024-08-11 16:06:48 +08:00
jxxghp
799a385ff9
style: Update DownloaderCard, MediaServerCard, and NotificationChannelCard components to include close button functionality
2024-07-26 21:15:17 +08:00
jxxghp
2c74dc0ccd
style: Update NotificationChannelCard to include web push notification support
2024-07-26 12:49:32 +08:00
jxxghp
c191b12514
style: Update MediaServerCard and NotificationChannelCard to use dynamic icons based on server and notification types
2024-07-26 09:00:41 +08:00
jxxghp
cfc2e407a4
fix settings layout
2024-07-14 11:07:17 +08:00