refactored many events to use wails bindings, reducing boilerplate

This commit is contained in:
2026-02-25 18:51:07 -05:00
parent baa4644ece
commit cf144bf0dd
20 changed files with 1044 additions and 716 deletions
@@ -80,7 +80,7 @@ export class PlayerControls extends LitElement {
`;
private handlePlayClick = () => {
this.player.play();
queueStore.play();
};
private handlePauseClick = () => {