* Added Star Rating functionality for Songs * Added Star Rating functionality for Artists * Added Star Rating functionality for AlbumListView * Added Star Rating functionality for AlbumDetails and improved typography for title * Added functionality to turn on/off Star Rating functionality for Songs * Added functionality to turn on/off Star Rating functionality for Artists * Added functionality to turn on/off Star Rating functionality for Albums * Added enableStarRating to server config * Resolved the bugs and improved the ratings functionality. * synced repo and removed duplicate key * changed the default rating size to small, and changed the color to match the theme. * Added translations for ratings, and Top Rated tab in side menu. * Changed rating translation to topRated in albumLists, and added has_rating filter to topRated. * Added empty stars icon to RatingField. * Added sortable=false in AlbumSongs and added sortByOrder=DESC in all List components. * Added translations for rating, for artists and albums, and removed the sortByOrder=DESC from SimpleLists.
32 lines
993 B
JavaScript
32 lines
993 B
JavaScript
export * from './AddToPlaylistButton'
|
|
export * from './ArtistLinkField'
|
|
export * from './BatchPlayButton'
|
|
export * from './BitrateField'
|
|
export * from './ContextMenus'
|
|
export * from './DocLink'
|
|
export * from './DurationField'
|
|
export * from './List'
|
|
export * from './MultiLineTextField'
|
|
export * from './Pagination'
|
|
export * from './PlayButton'
|
|
export * from './QuickFilter'
|
|
export * from './RangeField'
|
|
export * from './ShuffleAllButton'
|
|
export * from './SimpleList'
|
|
export * from './SizeField'
|
|
export * from './SongContextMenu'
|
|
export * from './SongDatagrid'
|
|
export * from './SongDetails'
|
|
export * from './SongTitleField'
|
|
export * from './LoveButton'
|
|
export * from './Title'
|
|
export * from './SongBulkActions'
|
|
export * from './useAlbumsPerPage'
|
|
export * from './useInterval'
|
|
export * from './useToggleLove'
|
|
export * from './useTraceUpdate'
|
|
export * from './Writable'
|
|
export * from './SongSimpleList'
|
|
export * from './ArtistSimpleList'
|
|
export * from './RatingField'
|
|
export * from './useRating'
|