..
AddToPlaylistButton.js
Fix some JS console errors
2020-11-12 20:51:26 -05:00
ArtistLinkField.js
Fix sorting albums by year (should use name as secondary sort field).
2021-11-17 21:47:14 -05:00
ArtistSimpleList.js
Do not use ra-core directly
2021-05-11 21:39:53 -04:00
BatchPlayButton.js
Fix some JS console errors
2020-11-12 20:51:26 -05:00
BitrateField.js
Add Genres as "Chips" in Album details and Song details
2021-07-20 17:45:08 -04:00
ContextMenus.js
Enable transcoding of downlods ( #1667 )
2022-12-18 12:12:37 -05:00
DateField.js
Don't show "empty" dates
2021-06-16 12:28:49 -04:00
DocLink.js
Use a better notation for exporting JS components and functions
2020-11-10 19:27:28 -05:00
DurationField.js
Add Genres as "Chips" in Album details and Song details
2021-07-20 17:45:08 -04:00
index.js
Replace expanded with a dialog ( #1258 )
2021-09-20 20:30:43 -04:00
Linkify.js
Add Linkify test
2022-10-07 17:44:16 -04:00
Linkify.test.js
Add Linkify test
2022-10-07 17:44:16 -04:00
List.js
Use a better notation for exporting JS components and functions
2020-11-10 19:27:28 -05:00
LoveButton.js
Add Genres as "Chips" in Album details and Song details
2021-07-20 17:45:08 -04:00
MultiLineTextField.js
Add Genres as "Chips" in Album details and Song details
2021-07-20 17:45:08 -04:00
MultiLineTextField.test.js
Fix new test-library eslint errors
2022-09-28 21:30:20 -04:00
Pagination.js
Use a better notation for exporting JS components and functions
2020-11-10 19:27:28 -05:00
PlayButton.js
Removed the albumSong workaround, as React-Admin's cache seems to behave better now
2021-06-15 11:31:41 -04:00
QualityInfo.js
ReplayGain support + audio normalization (web player) ( #1988 )
2023-01-17 15:57:19 -05:00
QualityInfo.test.js
Fix new test-library eslint errors
2022-09-28 21:30:20 -04:00
QuickFilter.js
Fix missing translation error in console. Closes #1038
2021-05-04 16:01:26 -04:00
QuickFilter.test.js
Fix new test-library eslint errors
2022-09-28 21:30:20 -04:00
RangeField.js
Add Genres as "Chips" in Album details and Song details
2021-07-20 17:45:08 -04:00
RatingField.js
Add Genres as "Chips" in Album details and Song details
2021-07-20 17:45:08 -04:00
sanitizeFieldRestProps.js
Display comments in SongDetails and AlbumList's details
2020-11-11 11:58:03 -05:00
ShuffleAllButton.js
Increase number of "Shuffle All" songs
2022-12-03 20:54:23 -05:00
SimpleList.js
Do not use ra-core directly
2021-05-11 21:39:53 -04:00
SizeField.js
Album size overflow fixed ( #1071 )
2021-09-09 11:56:48 -04:00
SongBulkActions.js
Use a better notation for exporting JS components and functions
2020-11-10 19:27:28 -05:00
SongContextMenu.js
Enable transcoding of downlods ( #1667 )
2022-12-18 12:12:37 -05:00
SongDatagrid.js
Fix drag-n-drop from a playlist, also fix useDrag memoization
2021-10-23 20:25:28 -04:00
SongInfo.js
ReplayGain support + audio normalization (web player) ( #1988 )
2023-01-17 15:57:19 -05:00
SongSimpleList.js
Do not use ra-core directly
2021-05-11 21:39:53 -04:00
SongTitleField.js
Made the Player behaviour more consistent
2021-07-02 23:36:33 -04:00
Title.js
Use a better notation for exporting JS components and functions
2020-11-10 19:27:28 -05:00
ToggleFieldsMenu.js
Hide togglable columns when in Album Grid view mode. Fixes #2064
2023-01-16 15:00:33 -05:00
useAlbumsPerPage.js
Remove dependency on lodash.get
2021-05-11 22:08:07 -04:00
useInterval.js
Fine tune scan status behaviour
2020-11-12 16:12:31 -05:00
useRating.js
Add 5-star rating system( #986 )
2021-04-07 16:02:52 -04:00
useResourceRefresh.js
Refech using getMany, reducing the number of API calls
2021-06-16 10:01:09 -04:00
useResourceRefresh.test.js
Refech using getMany, reducing the number of API calls
2021-06-16 10:01:09 -04:00
useSelectedFields.js
Allow changing playlist's owner. Relates to #698
2021-10-31 15:08:06 -04:00
useToggleLove.js
Refactored the current ⭐ ️/Star feature to ❤️ /Love/Favourite feature. ( #908 )
2021-03-26 23:56:19 -04:00
useTraceUpdate.js
Also use PureDatagridRow to speed up SongDatagrid
2020-11-27 14:24:22 -05:00
Writable.js
Add owner_id to playlist
2021-10-31 15:08:06 -04:00