Commit Graph

480 Commits

Author SHA1 Message Date
jeffvli
ca9fa2b9ed Fix when play/pause after scrobble threshold (#30) 2021-10-13 04:30:41 -07:00
dependabot[bot]
53398551ca Bump electron from 13.1.8 to 13.3.0
Bumps [electron](https://github.com/electron/electron) from 13.1.8 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.8...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-13 00:40:38 -07:00
jeffvli
4d2f6a1099 Update for 0.2.1 v0.2.1 2021-10-11 09:51:27 -07:00
jeffvli
e5b98faa8b Fix play buttons not starting playback 2021-10-11 09:51:27 -07:00
jeffvli
bec0a994ee Fix artist view image selection 2021-10-11 09:51:27 -07:00
jeffvli
a6eca4f2ba Fix star for dashboard/search (#27) 2021-10-11 09:51:27 -07:00
jeffvli
5ccd7bbeb0 Fix typo on artistViewType 2021-10-11 08:55:59 -07:00
jeffvli
b467db4cf4 Update for 0.2.0 v0.2.0 2021-10-11 08:28:59 -07:00
jeffvli
0d30b0af04 Set default artist view type 2021-10-11 08:28:59 -07:00
jeffvli
349a1e6d2f Add ko-fi link 2021-10-11 08:28:59 -07:00
jeffvli
f6b014de8e Prefer local placeholder over lastfm placeholder 2021-10-11 08:28:59 -07:00
jeffvli
919beec1b0 Add link to cache location 2021-10-11 08:28:59 -07:00
jeffvli
fb2a68547f Change taglinks to links, add link to genre 2021-10-11 08:28:59 -07:00
jeffvli
54001f07e8 Show title tooltip on album view 2021-10-11 08:28:59 -07:00
jeffvli
5e1f1e2f5b Add lastfm link to artist page, title tooltip 2021-10-11 08:28:59 -07:00
jeffvli
a288bc3c39 Add optional tooltip to header title 2021-10-11 08:28:59 -07:00
jeffvli
5bbd4fd7f9 Set image to not cache default lastfm image 2021-10-11 08:28:59 -07:00
jeffvli
453b63c6af Add cachePath to redux store, add reset to default 2021-10-11 08:28:59 -07:00
jeffvli
7c61a57149 Set header images to cache 2021-10-11 08:28:59 -07:00
jeffvli
60dffb208c Fix subtitle url on scrolling menu cards 2021-10-11 08:28:59 -07:00
jeffvli
1e7f7163f8 Add 'view in modal' to context menu (#8) 2021-10-11 08:28:59 -07:00
jeffvli
68dfbf44af Re-use logic for row favorite for card favorite 2021-10-11 08:28:59 -07:00
jeffvli
42435b64d3 Change crossfade type from radio -> input picker 2021-10-11 08:28:59 -07:00
jeffvli
d195d0540f Change input picker color from main -> text 2021-10-11 08:28:59 -07:00
jeffvli
c8e7f559db Add macOS style titlebar (#23)
- Add macOS titlebar icons
- Add config in miscSlice
- Fix title line height
2021-10-11 08:28:59 -07:00
jeffvli
9f13377f24 Add undefined check for scrobble 2021-10-11 08:28:59 -07:00
jeffvli
8e18ff696a Change order of play next/later for consistency 2021-10-11 08:28:59 -07:00
jeffvli
3a718f79fd Fix tooltip wording from last -> later 2021-10-11 08:28:59 -07:00
jeffvli
b1e2532985 Add scroll buttons to horizontal menu 2021-10-11 08:28:59 -07:00
jeffvli
757305dc8f Fix section title styling on search view 2021-10-11 08:28:59 -07:00
jeffvli
3107bdfb8f Normalize and add tooltips
- Card title and subtitle
- Artist and album on list
- Art on playerbar
2021-10-11 08:28:59 -07:00
jeffvli
bc573c0d23 Adjust tooltip styling to theme 2021-10-11 08:28:59 -07:00
jeffvli
85f301f6a9 Remove red from disconnect button 2021-10-11 08:28:59 -07:00
jeffvli
b1307993ab Add version check in config page 2021-10-11 08:28:59 -07:00
jeffvli
c618e59a56 Add indicator for starred albums/artists in grid 2021-10-11 08:28:59 -07:00
jeffvli
ea72dd9ac2 Refactor player functions using useCallback
- Previously was using local state with useEffect to update
2021-10-11 08:28:59 -07:00
jeffvli
ace388b3b4 Make scrobbling configurable, clean up logic (#17) 2021-10-11 08:28:59 -07:00
jeffvli
c44a305341 Move play button to bottom 2021-10-11 08:28:59 -07:00
jeffvli
42e8b7d569 Add play next buttons on all pages
- Decrease button sizes to account for added button: lg -> md
- Use dynamic button sizing on card depending on card size
2021-10-11 08:28:59 -07:00
jeffvli
dcd2ee1cc1 Adjust subtitle width to accomodate page buttons
- Playlist page now has additional button
2021-10-11 08:28:59 -07:00
jeffvli
7a167acbf2 Add redux logic to append tracks next 2021-10-11 08:28:59 -07:00
jeffvli
851906382b Add toolbar button for append next 2021-10-11 08:28:59 -07:00
jeffvli
c9e1464bbf Add 'play next' to context menu 2021-10-11 08:28:59 -07:00
jeffvli
c4bf305948 Add scrobbling feature to player 2021-10-11 08:28:59 -07:00
jeffvli
48413898f1 Fix to-cache check
- Wrong bool value for undefined id check causing no songs/image caching
2021-10-11 08:28:59 -07:00
jeffvli
ff5c1bcedd Fix badges 2021-10-06 01:28:57 -07:00
jeffvli
51b457c3b9 Add initial changelog v0.1.0 2021-10-06 01:11:58 -07:00
Jeff
b3acf5d7a7 Update issue templates 2021-10-06 01:11:37 -07:00
jeffvli
6dd01ce57b Add usage & faq notice 2021-10-06 00:38:45 -07:00
jeffvli
888d07bdf9 Fix .ico resolution
- 512px -> 256px to reduce blurriness on exe
2021-10-05 21:30:02 -07:00