Phan An

Results 26 issues of Phan An

As this is a desktop app, a proper "Playback" menu should be implemented.

Current tests for stores rely on a data blob. They should be rewritten to use [factoria models](https://github.com/phanan/factoria) instead. - [ ] album.js - [ ] artist.js - [ ] equalizer.js...

Because the test coverage for services currently looks quite pathetic. - [ ] `services/info/album` - [ ] `services/info/artist` - [ ] `services/info/song` - [x] `services/download` - [x] `services/ls` - [x]...

Apple Music does it best: ![Image](https://user-images.githubusercontent.com/8056274/190637031-e789699f-620c-4613-9dfe-0624d9e3e588.png)

With GitHub actions, one can execute multiple commands with this multiline syntax: ```yml run: | command1 --option1 command2 --option2 ``` Such behavior, however, doesn't seem to be respected by Cypress...

type: enhancement

The current dashboard is built on Bootstrap (v2 originally, and v3 with [my fork](https://github.com/phanan/uptime)), which means responsive support should be easy if not out of the box. Problem is, the...

This PR is to replace https://github.com/fzaninotto/uptime/pull/292 (which I mistakenly overwrote with additional commits).