mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
Some checks failed
Pipeline: Test, Lint, Build / Get version info (push) Has been cancelled
Pipeline: Test, Lint, Build / Lint Go code (push) Has been cancelled
Pipeline: Test, Lint, Build / Test Go code (push) Has been cancelled
Pipeline: Test, Lint, Build / Test JS code (push) Has been cancelled
Pipeline: Test, Lint, Build / Lint i18n files (push) Has been cancelled
Pipeline: Test, Lint, Build / Check Docker configuration (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (darwin/amd64) (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (darwin/arm64) (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (linux/386) (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (linux/amd64) (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (linux/arm/v5) (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (linux/arm/v6) (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (linux/arm/v7) (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (linux/arm64) (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (windows/386) (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (windows/amd64) (push) Has been cancelled
Pipeline: Test, Lint, Build / Push Docker manifest (push) Has been cancelled
Pipeline: Test, Lint, Build / Build Windows installers (push) Has been cancelled
Pipeline: Test, Lint, Build / Package/Release (push) Has been cancelled
Pipeline: Test, Lint, Build / Upload Linux PKG (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
POEditor import / update-translations (push) Has been cancelled
* fix(server): bring back legacy date mappings Signed-off-by: Deluan <deluan@navidrome.org> * reuse the mapDates logic in the legacyReleaseDate function Signed-off-by: Deluan <deluan@navidrome.org> * fix mappings Signed-off-by: Deluan <deluan@navidrome.org> * show original and release dates in album grid Signed-off-by: Deluan <deluan@navidrome.org> * fix tests based on new year mapping Signed-off-by: Deluan <deluan@navidrome.org> * fix(subsonic): prefer returning original_year over (recording) year when sorting albums Signed-off-by: Deluan <deluan@navidrome.org> * fix case when we don't have originalYear Signed-off-by: Deluan <deluan@navidrome.org> * show all dates in album's info, and remove the recording date from the album page Signed-off-by: Deluan <deluan@navidrome.org> * better? Signed-off-by: Deluan <deluan@navidrome.org> * add snapshot tests for Album Details Signed-off-by: Deluan <deluan@navidrome.org> * fix(subsonic): sort order for getAlbumList?type=byYear Signed-off-by: Deluan <deluan@navidrome.org> --------- Signed-off-by: Deluan <deluan@navidrome.org>
43 lines
1.3 KiB
JavaScript
43 lines
1.3 KiB
JavaScript
export * from './AddToPlaylistButton'
|
|
export * from './ArtistLinkField'
|
|
export * from './BatchPlayButton'
|
|
export * from './BitrateField'
|
|
export * from './CollapsibleComment'
|
|
export * from './ContextMenus'
|
|
export * from './DateField'
|
|
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 './SongInfo'
|
|
export * from './SongTitleField'
|
|
export * from './LoveButton'
|
|
export * from './Title'
|
|
export * from './SongBulkActions'
|
|
export * from './useAlbumsPerPage'
|
|
export * from './useGetHandleArtistClick'
|
|
export * from './useInterval'
|
|
export * from './useResourceRefresh'
|
|
export * from './useToggleLove'
|
|
export * from './useTraceUpdate'
|
|
export * from './Writable'
|
|
export * from './SongSimpleList'
|
|
export * from './RatingField'
|
|
export * from './useRating'
|
|
export * from './useSelectedFields'
|
|
export * from './ToggleFieldsMenu'
|
|
export * from './QualityInfo'
|
|
export * from './formatRange.js'
|
|
export * from './playlistUtils.js'
|
|
export * from './PathField.jsx'
|
|
export * from './ParticipantsInfo'
|