Commit graph

102 commits

Author SHA1 Message Date
Kendall Garner
5516daab6e
enable comments, safer note 2024-01-15 20:46:06 -08:00
Jeff
8430b1ec95
Add localization support (#333)
* Add updated i18n config and en locale
2023-10-30 19:22:45 -07:00
Kendall Garner
4ec981df83
[bugfix/feature]: Improve ratings (#332)
* [bugfix/feature]: Improve ratings

Fix: add preventDefault/stopPropagation to prevent scrolling to top in queue
Feat: instead of double click for clear, click on same value
2023-10-28 20:00:01 -07:00
jeffvli
86fb52f6d4 Fix current song row when queue is empty 2023-10-22 15:57:15 -07:00
jeffvli
768a88de8f Fix row refresh on status change for current song 2023-10-19 03:37:17 -07:00
jeffvli
8e2a107d4a Fix className clash on current song 2023-10-19 03:36:16 -07:00
jeffvli
818f155993 Hide playing icon if player is paused 2023-10-18 19:55:57 -07:00
jeffvli
b28fe4cbc9 Convert play icon from base64 to svg 2023-10-18 19:51:55 -07:00
Kendall Garner
8a53fab751
add more emphasis to current song (#283)
* add more emphasis to current song

* add css indicator (rivolumelineup)

* don't use absolute position, support album track number

* Respect order of set-queue function (fix race condition)

* Fix table row actions button on album detail and play queue

* Fix album detail table customizations

* Bump to v0.4.1

* Fix opacity mask for unsynced lyrics container

* Separate sidebar icons to new component

- Fixes react render issue

* Add app focus hook

* Remove css play image

* Add player status as cell refresh condition for queue

* Add current song images

* Add current song styles for all song tables

* Revert row index cell width

* Remove animated svg on browser

---------

Co-authored-by: jeffvli <jeffvictorli@gmail.com>
Co-authored-by: Jeff <42182408+jeffvli@users.noreply.github.com>
2023-10-18 18:32:11 -07:00
jeffvli
277669c413 Fix album detail table customizations 2023-10-07 18:11:02 -07:00
jeffvli
d3503af12c Add song count column to albums list 2023-09-23 04:05:15 -07:00
jeffvli
25e621372c Parse URLs from note field (#154) 2023-09-22 04:25:16 -07:00
jeffvli
1a87adb728 Fix transient props for styled-components v6 2023-09-22 02:34:57 -07:00
jeffvli
ec457d5125 Lint files based on updated rules 2023-09-15 20:42:38 -07:00
jeffvli
153d8ce6ce Fix nd/jf duration normalizations 2023-09-15 16:52:14 -07:00
jeffvli
3f813b1a26 Make album detail columns customizable 2023-08-08 09:26:53 -07:00
jeffvli
6ae8046781 Fix search params being overriden on table view 2023-08-08 00:33:47 -07:00
jeffvli
fca135ce2b Add additional lyrics customizability options (#146) 2023-08-04 19:32:41 -07:00
jeffvli
c8663db4ba Clean up 2023-08-04 13:08:40 -07:00
jeffvli
d0aba6e16e Support genres in context menu 2023-08-04 02:27:04 -07:00
jeffvli
0b207c78e7 Add genre link to table cells 2023-08-04 01:53:23 -07:00
jeffvli
8029712b55 Add initial genre list support 2023-07-31 17:17:26 -07:00
jeffvli
9f55238b74 Add simpleimg to title cell 2023-07-31 17:17:25 -07:00
jeffvli
0a13d047bb Begin support for container queries with css modules 2023-07-23 05:18:08 -07:00
jeffvli
f9338aafcd Fix original search params from being replaced 2023-07-22 05:26:15 -07:00
jeffvli
3aec139f58 Use search params for artist-specific lists 2023-07-22 05:05:33 -07:00
jeffvli
9d18384b2d Add stickyHeader prop to table component 2023-07-21 17:53:54 -07:00
jeffvli
92d7560362 Fix custom header text positioning to match originals 2023-07-21 17:30:37 -07:00
jeffvli
2d62b9d72d Set full height on disc number cell 2023-07-21 00:18:53 -07:00
jeffvli
f5cbcace64 Remove autofit on gridReady
- Potentially causes horizontal scrollbar to flash on render
2023-07-21 00:18:53 -07:00
jeffvli
8b4a2d1ac0 Simplify list store and table implementation 2023-07-20 00:41:04 -07:00
jeffvli
ece7fecc76 Highlight currently playing song on all song tables (#178) 2023-07-18 18:39:39 -07:00
jeffvli
919016ca5a Add table context 2023-07-18 18:34:51 -07:00
jeffvli
179129b7cb Add actions table column 2023-07-18 17:37:32 -07:00
jeffvli
47ecbf0601 Fix column width declarations 2023-07-16 11:06:09 -07:00
jeffvli
481258484c Add reusable virtual table hook 2023-07-15 20:27:35 -07:00
jeffvli
30e52ebb54 Lint all files 2023-07-01 19:14:12 -07:00
jeffvli
a3a84766e4 Fix artist/album artist cells (#117) 2023-06-11 23:27:50 -07:00
jeffvli
0e9a77ffe0 Remove unneeded link condition 2023-06-11 20:40:27 -07:00
jeffvli
8f7e6a5222 Disable link from invalid artist on table cells (#117) 2023-06-11 20:38:32 -07:00
Kendall Garner
007a099951 Lyrics Improvements
- Make the settings text actually consistent with behavior
- Add metadata (artist/track name) for fetched tracks
- Add ability to remove incorrectly fetched lyric
- Add lyric fetch cache; save the last 10 fetches
- Add ability to change offset in full screen, add more comments
2023-06-09 17:24:34 -07:00
Kendall Garner
85d2576bdc Improved lyric syncing, fetch
- uses a somewhat more sane way to parse lyrics and teardown timeouts
- adds 'seeked' to setCurrentTime to make detecting seeks in lyric much easier
- adds ability to fetch lyrics from genius/netease (desktop only)
2023-06-04 16:46:05 -07:00
Gelaechter
a878875f83 Add native titlebar & fix app restart for AppImages 2023-05-27 14:02:10 -07:00
jeffvli
35f9798bed Update full-width cell renderer 2023-05-20 19:21:23 -07:00
jeffvli
897af4661b Add extraProps param on column defs 2023-05-20 18:41:24 -07:00
jeffvli
cef92243f5 Fix favorite mutation 2023-05-13 22:54:24 -07:00
jeffvli
4eb90d20a2 Handle list auto size when vertical scroll appears 2023-05-11 01:58:04 -07:00
jeffvli
a19673d3c2 Replace mutation error types with AxiosError 2023-05-09 05:53:57 -07:00
jeffvli
314bd766df Refactor all api instances in components 2023-04-30 22:01:52 -07:00
jeffvli
bdd023fde3 Refactor remaining queries/mutations for new controller 2023-04-30 18:00:50 -07:00