jxxghp
70bb6e1040
feat(music): add MusicAlbumView, MusicArtistView, and MusicDetailView components
...
- Implement MusicAlbumView for displaying album details, including tracks and artist links.
- Create MusicArtistView to show artist information and their albums.
- Develop MusicDetailView for individual music tracks, integrating album details and related artists.
- Introduce MusicDetailLayout for consistent layout across music-related views.
- Add MusicArtistSlideView for displaying related artists in a slide format.
- Enhance user experience with loading states and error handling in NoDataFound component.
2026-08-08 12:56:22 +08:00
jxxghp
95674fa47a
ci(v3): publish frontend from v3
2026-08-07 22:08:37 +08:00
InfinityPacer
3daa031a04
fix(glass): stabilize optical surfaces and page transitions ( #594 )
2026-07-27 17:33:05 +08:00
jxxghp
31caf8f5f8
feat(plugin): expose native subscribe action ( #502 )
2026-07-23 17:29:36 +08:00
InfinityPacer
c1bb54a31e
ci(test): run frontend checks on v2 pushes ( #572 )
2026-07-22 06:59:27 +08:00
jxxghp
03126d32c1
feat(plugin): expose host toast to federated views
2026-07-20 12:35:14 +08:00
InfinityPacer
395401e493
ci: check changed-file formatting ( #557 )
2026-07-18 16:48:25 +08:00
InfinityPacer
f6d8ab8aeb
chore: add incremental Prettier tooling ( #555 )
2026-07-18 15:41:23 +08:00
InfinityPacer
985874506e
ci: add observational ESLint check ( #550 )
2026-07-18 10:24:00 +08:00
InfinityPacer
8434b75af3
chore: migrate frontend linting to ESLint 10 ( #549 )
2026-07-18 09:42:34 +08:00
InfinityPacer
8a069db55e
test(subscribe): cover subscription management flows ( #530 )
2026-07-16 17:37:43 +08:00
InfinityPacer
199693abf8
test: introduce frontend unit testing foundation ( #529 )
2026-07-16 14:53:18 +08:00
InfinityPacer
1d130c99a3
docs(plugin): document federation watch workflow ( #523 )
2026-07-11 19:52:16 +08:00
DDSRem
e72f9a8374
feat(plugin): 侧栏全页 AppPage、多 nav_key 联邦加载与 sidebar_nav 缓存
...
- 新增路由 plugin-app 与壳页,按 nav_key 尝试 AppPage{Pascal}/AppPage/Page
- DefaultLayout 与 appcenter 合并插件侧栏项;plugin/sidebar_nav 经 Pinia 去重缓存
- 工具 pluginSidebarNav、联邦 loader 与文档/示例更新;登出时清空侧栏缓存
Made-with: Cursor
2026-04-09 07:59:40 +08:00
Attente
b36bff3a1e
feat(dashboard): 移除 Vue 渲染模式下的固定拖拽图标
...
更新`docs/module-federation-guide.md` 文档,使用 `v-hover` 实现仅在鼠标悬停时显示拖拽图标。
2025-11-15 18:03:29 +08:00
jxxghp
0650f35dbb
Update module-federation-guide.md
2025-06-03 10:39:34 +08:00
jxxghp
cc593634d2
更新模块联邦指南,添加关于上传dist文件夹的注意事项,明确不需要上传的目录和文件类型
2025-06-03 10:37:12 +08:00
jxxghp
c59be8d981
更新 module-federation-guide.md
2025-05-12 18:03:09 +08:00
jxxghp
30c3d00139
移除 Vite 配置中的手动分块选项,简化配置以提升可读性和维护性。
2025-05-09 00:06:58 +08:00
jxxghp
cbdd70427e
fix 联邦组件样式冲突问题
2025-05-08 17:24:04 +08:00
jxxghp
4f5caf1712
更新 module-federation-guide.md
2025-05-07 15:45:42 +08:00
jxxghp
1a273ea2d6
更新 module-federation-guide.md
2025-05-07 09:32:41 +08:00
jxxghp
d3f9c04209
更新插件组件文档,调整多个组件以支持关闭功能,增强用户交互体验,并修正配置示例以反映最新的代码结构和依赖关系。
2025-05-07 08:21:44 +08:00
jxxghp
d3a6703a77
添加关闭页面的功能,更新多个组件以支持新的事件通知机制,并调整文档以反映最新的功能变化,提升用户交互体验。
2025-05-07 06:59:53 +08:00
jxxghp
146a1fe23d
更新多个组件以支持新的事件通知机制,添加切换到配置页面的功能,调整文档以反映组件文件名的变化,提升用户交互体验。
2025-05-06 23:56:28 +08:00
jxxghp
703204c69a
优化 Vite 配置,移除不再使用的代理规则,更新多个组件以增强远程组件加载逻辑,添加错误处理和加载状态显示,提升用户体验。
2025-05-06 21:34:49 +08:00
jxxghp
36b113ef1c
更新 module-federation-guide.md
2025-05-06 11:58:01 +08:00
jxxghp
520180f6f5
更新模块联邦文档,调整远程组件API路径格式,优化组件加载逻辑,移除不必要的注册步骤,增强代码可读性。
2025-05-06 11:44:08 +08:00
jxxghp
d349d2b500
增强模块联邦支持,添加动态导入远程模块的声明,更新示例项目以展示新组件结构和配置,调整 Vite 配置以支持更灵活的远程组件加载。
2025-05-06 08:53:33 +08:00
jxxghp
643ca35aed
增强远程组件注册机制,添加动态注册和获取功能,更新相关文档以指导插件开发者。调整多个组件以支持新注册逻辑。
2025-05-05 22:13:07 +08:00
jxxghp
b5761bd18d
更新组件声明,移除 LocaleSwitcher 和 ThemeSwitcher,更新 README 文档以增强模块联邦功能的描述,并调整 Vite 配置以支持 ESNext 目标。
2025-05-05 21:41:03 +08:00