- Wire saveEdit() to WriteTrackTagsByPath with diff-only TagChanges map - Add cover art selection via ImageFilePicker with instant blob preview - Add cover art removal (× button) with clearCoverArt state - Show saving indicator and disable buttons during save - Display errors inline in action bar; edit mode stays active on error - Add ReadFile Go method on FrontendUtil to read cover art bytes - Add Wails binding for ReadFile - Clean up all edit state (editValues, pendingCoverArt, errorMessage) on close/cancel
14 lines
442 B
TypeScript
Executable File
14 lines
442 B
TypeScript
Executable File
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
import {context} from '../models';
|
|
|
|
export function DirectoryPicker():Promise<string>;
|
|
|
|
export function ImageFilePicker():Promise<string>;
|
|
|
|
export function PlaylistFilePicker():Promise<Array<string>>;
|
|
|
|
export function ReadFile(arg1:string):Promise<Array<number>>;
|
|
|
|
export function SetContext(arg1:context.Context):Promise<void>;
|