|
af9ff7410b
|
refactor: remove unused style-src directive from content security policy in manifest
构建扩展程序 / 构建扩展程序 (push) Successful in 1m8s
构建扩展程序 / 发布至 Chrome 应用商店 (push) Failing after 31s
|
2025-05-28 15:02:23 +10:00 |
|
|
1ab08ffcb0
|
feat: update README to reflect MSR Mod details and features
构建扩展程序 / 构建扩展程序 (push) Successful in 59s
构建扩展程序 / 发布至 Chrome 应用商店 (push) Failing after 32s
|
2025-05-28 14:53:02 +10:00 |
|
|
cb655c3ab4
|
feat: enhance workflow for building and publishing the extension to Chrome Web Store
构建扩展程序 / 构建扩展程序 (push) Successful in 1m0s
构建扩展程序 / 发布至 Chrome 应用商店 (push) Failing after 1m56s
|
2025-05-28 14:39:15 +10:00 |
|
|
baaf451978
|
refactor: update workflow names to Chinese and remove unnecessary console log
构建扩展程序 / build (push) Successful in 57s
|
2025-05-28 14:05:01 +10:00 |
|
|
ccd5545779
|
feat: add workflow for building the extension with Node.js
Build Extension / build (push) Successful in 2m46s
|
2025-05-28 13:59:52 +10:00 |
|
|
edb6662d0e
|
feat: add dev:refresh script for rebuilding and refreshing the project
|
2025-05-28 13:56:16 +10:00 |
|
|
6ed684e567
|
feat: add prebuild script for processing manifest and index files
|
2025-05-28 13:55:06 +10:00 |
|
|
c34574666e
|
feat: update HTML structure and add favicon and icons for the extension
|
2025-05-28 13:38:36 +10:00 |
|
|
e03741a0f8
|
feat(Manifest, Background): add action configuration for extension icon and click behavior
|
2025-05-28 13:17:02 +10:00 |
|
|
4c85a037fa
|
fix(App): set initial state of presentPreferencePanel to false
|
2025-05-28 13:12:12 +10:00 |
|
|
885a7dabab
|
feat(PreferencePanel, usePreferences): add PreferencePanel component and integrate preference settings
|
2025-05-28 12:34:14 +10:00 |
|
|
e245afd709
|
refactor(App): comment out unused SearchIcon import and button
|
2025-05-28 11:40:05 +10:00 |
|
|
84aca02fc0
|
feat(PlayQueue): disable shuffle mode when playing album or list
|
2025-05-28 11:34:43 +10:00 |
|
|
c02c3edce9
|
feat(Playroom): update lyrics tooltip styling for improved visibility and aesthetics
|
2025-05-28 11:33:02 +10:00 |
|
|
b9a8ca7ae4
|
feat(Player, Playroom): add volume control functionality with persistent settings
|
2025-05-28 11:30:12 +10:00 |
|
|
1cecf52dfd
|
feat(Playroom): implement toggle functionality for more options dialog with animations
|
2025-05-28 11:14:53 +10:00 |
|
|
3df5b1527d
|
feat(Playroom): add new icons for audio quality and Chromecast options in more options dialog
|
2025-05-28 11:11:38 +10:00 |
|
|
ab67e07384
|
feat(PlayListItem, Library): add PlayListItem component and integrate into Library page
|
2025-05-28 10:45:16 +10:00 |
|
|
0cfd82d34a
|
feat(AlbumDetail, Player, Library): enhance playback functionality and improve user prompts
|
2025-05-28 10:18:05 +10:00 |
|
|
65e3520ecf
|
feat(Library): add Library page and integrate favourites functionality
refactor(useFavourites): switch from chrome.storage.sync to chrome.storage.local and normalize favourites data
|
2025-05-28 09:46:43 +10:00 |
|
|
377a15cdad
|
fix(AlbumDetailDialog): comment out unused StarEmptyIcon button for cleanup
|
2025-05-27 22:08:31 +10:00 |
|
|
ede6eef00f
|
feat(TrackItem): add favourites functionality to track item component
|
2025-05-27 22:07:43 +10:00 |
|
|
6a5d6369fa
|
feat(Favourites): implement favourites store for managing user favourites
|
2025-05-27 22:04:21 +10:00 |
|
|
3d962c647f
|
refactor(usePreferences): remove debug logging and simplify API detection
|
2025-05-27 21:40:14 +10:00 |
|
|
00b1083626
|
fix(App): comment out unused RouterLink for the lucky route
|
2025-05-27 21:23:20 +10:00 |
|
|
dc09918aa9
|
fix(App): update back button background color for consistency
|
2025-05-27 21:23:04 +10:00 |
|
|
d61320b97b
|
fix(App): use local router instance for navigation in back button
|
2025-05-27 21:22:48 +10:00 |
|
|
404698bfd1
|
feat(PlayQueueItem): add moveUp and moveDown functions for queue item repositioning
|
2025-05-27 21:17:37 +10:00 |
|
|
cf158c5d73
|
fix(PlayQueueItem): set queueReplaceLock to true before removing item from queue
|
2025-05-27 21:13:25 +10:00 |
|
|
8eee570200
|
feat(PlayQueue): implement PlayQueueItem component for better queue management and UI
|
2025-05-27 21:12:52 +10:00 |
|
|
f8b860adf3
|
fix(Player): adjust album cover image size for better alignment
|
2025-05-27 20:33:55 +10:00 |
|
|
35cb800d64
|
fix(Playroom): update background overlay for improved visibility
|
2025-05-27 19:24:33 +10:00 |
|
|
b60f84f36d
|
fix(AlbumDetailDialog): add overflow hidden to track item container for better layout
|
2025-05-27 18:39:16 +10:00 |
|
|
9f5add6163
|
fix(TrackItem): update toast message and duration for queue addition feedback
|
2025-05-27 17:10:42 +10:00 |
|
|
c6868ed2a2
|
feat: add vue-toast-notification for user feedback and implement queue management in TrackItem component
|
2025-05-27 17:03:55 +10:00 |
|
|
7f86c8bfa9
|
feat(AlbumDetailDialog): enhance dialog styling with backdrop blur and image shadow
|
2025-05-27 16:23:21 +10:00 |
|
|
ca07ae3a8c
|
feat(AlbumDetailDialog): enhance album background styling and loading indicator
fix(TrackItem): adjust button hover effects and reposition track number display
|
2025-05-27 16:08:05 +10:00 |
|
|
34aedfdb24
|
feat(Home): add AlbumDetailDialog component for album details display
|
2025-05-27 15:01:37 +10:00 |
|
|
6ff90137e7
|
fix(Player): comment out preloading progress indicator in template
|
2025-05-27 14:17:01 +10:00 |
|
|
7a0c638d2c
|
feat(Player): implement audio preloading functionality with state management
|
2025-05-27 13:44:04 +10:00 |
|
|
096e74a9bd
|
fix(Playroom): add tooltip for lyrics button with fade transition on hover
|
2025-05-27 12:08:34 +10:00 |
|
|
ee5c8c22d2
|
fix(Playroom): adjust album cover scaling effect for improved visual consistency
|
2025-05-27 09:32:42 +10:00 |
|
|
401905fd43
|
fix(ScrollingLyrics): standardize formatting and improve readability of code structure
|
2025-05-26 21:31:14 +10:00 |
|
|
f44c718e2d
|
fix(Playroom): enhance album cover hover effect with dynamic scaling based on playback state
|
2025-05-26 21:28:20 +10:00 |
|
|
9f4c5fc0f6
|
fix(Playroom): remove unnecessary animations from shuffle and repeat button toggles for cleaner functionality
|
2025-05-26 20:45:35 +10:00 |
|
|
ff51653326
|
fix(Playroom): add overflow hidden to album cover container for improved layout
|
2025-05-26 20:42:05 +10:00 |
|
|
bb40342725
|
fix(Playroom): enhance album cover display with scaling effect
|
2025-05-26 20:36:52 +10:00 |
|
|
d8d1284c56
|
fix: update language attribute in HTML and adjust script source path for consistency
refactor(ScrollingLyrics): simplify markup and improve readability of lyrics rendering logic
|
2025-05-26 20:30:55 +10:00 |
|
|
5a200edd11
|
fix(Playroom): correct script source path and add ChatBubbleQuoteFull icon for improved lyrics display
|
2025-05-26 19:49:36 +10:00 |
|
|
588182e888
|
feat(Playroom): add lyrics display functionality with animations and preferences management
|
2025-05-26 19:34:13 +10:00 |
|