mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:41:09 +02:00
feat: rename mukke to music, add cover art upload via mana-media
Rename the music module from "Mukke" to "Music" across the entire codebase: API routes, web app module, shared packages, search provider, dashboard widgets, i18n keys, app registry, and route paths. Add POST /api/v1/music/cover/upload endpoint that uploads cover art images through mana-media for deduplication, thumbnails, and Photos gallery visibility. Dexie table names (mukkePlaylists, mukkeProjects) kept unchanged to preserve existing IndexedDB data. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ee7ff7d5e8
commit
d4700a07f9
64 changed files with 258 additions and 214 deletions
|
|
@ -45,7 +45,7 @@ export type AppSource =
|
|||
| 'chat'
|
||||
| 'storage'
|
||||
| 'presi'
|
||||
| 'mukke'
|
||||
| 'music'
|
||||
| 'cards'
|
||||
| 'picture'
|
||||
| 'uload'
|
||||
|
|
@ -59,7 +59,7 @@ export const APP_SOURCE_LABELS: Record<string, string> = {
|
|||
chat: 'Chat',
|
||||
storage: 'Storage',
|
||||
presi: 'Presi',
|
||||
mukke: 'Mukke',
|
||||
music: 'Music',
|
||||
cards: 'Cards',
|
||||
picture: 'Picture',
|
||||
uload: 'uLoad',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue