Skip to content

Implement playlists #110

Implement playlists

Implement playlists #110

Triggered via pull request October 25, 2024 22:31
@D0m1nosD0m1nos
synchronize #60
D0m1nos:master
Status Success
Total duration 30s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: src/renderer/src/components/list/List.tsx#L17
The reactive variable 'props.onValueChange' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
lint: src/renderer/src/components/list/List.tsx#L18
The reactive variable 'props.value' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
lint: src/renderer/src/components/playlist/context-menu-items/RemoveFromPlaylist.tsx#L15
This tracked scope should not be async. Solid's reactivity only tracks synchronously
lint: src/renderer/src/components/playlist/playlist-item/PlaylistItem.tsx#L41
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
lint: src/renderer/src/components/playlist/playlist-list/PlaylistList.tsx#L12
For proper analysis, array destructuring should be used to capture the first result of this function call
lint: src/renderer/src/components/playlist/playlist-list/PlaylistList.tsx#L72
Empty components are self-closing
lint: src/renderer/src/components/playlist/playlist-song-list/PlaylistSongList.tsx#L22
The reactive variable 'props.playlistName' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
lint: src/renderer/src/components/playlist/playlist-song-list/PlaylistSongList.tsx#L100
This tracked scope should not be async. Solid's reactivity only tracks synchronously
lint: src/renderer/src/components/popover/Popover.tsx#L37
The reactive variable 'props.onValueChange' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored