Artist page improvements (#1391)
* Seperate mobile desktop components * Fix err * Rename classes and fix some styles * Add lastFM button and remove console log * Add Mbiz Icon * render bio as dangerouslySetInnerHTML and remove unused css classes * Add Fav and Stars * Remove unstandardised class selector * Remove ext link from m view * Fix naming and simplify rounded styling * Refactor ArtistShow: - Extracted DesktopArtistDetails to its own file - Removed album count as it was incorrect, it is not considering compilations - Show bio and image from Native API, if it is available, before calling `getArtistInfo` Co-authored-by: Deluan <deluan@navidrome.org>
This commit is contained in:
@@ -32,14 +32,11 @@ export default {
|
||||
boxShadow: '3px 3px 5px #000000a3',
|
||||
},
|
||||
},
|
||||
NDArtistPage: {
|
||||
NDMobileArtistDetails: {
|
||||
bgContainer: {
|
||||
background:
|
||||
'linear-gradient(to bottom, rgba(52 52 52 / 72%), rgb(48 48 48))!important',
|
||||
},
|
||||
more: {
|
||||
boxShadow: '-10px 0px 18px 5px #303030!important',
|
||||
},
|
||||
},
|
||||
},
|
||||
player: {
|
||||
|
||||
@@ -27,14 +27,11 @@ export default {
|
||||
color: '#eee',
|
||||
},
|
||||
},
|
||||
NDArtistPage: {
|
||||
NDMobileArtistDetails: {
|
||||
bgContainer: {
|
||||
background:
|
||||
'linear-gradient(to bottom, rgba(52 52 52 / 72%), rgb(48 48 48))!important',
|
||||
},
|
||||
more: {
|
||||
boxShadow: '-10px 0px 18px 5px #303030!important',
|
||||
},
|
||||
},
|
||||
},
|
||||
player: {
|
||||
|
||||
@@ -359,14 +359,11 @@ export default {
|
||||
marginTop: '-50px',
|
||||
},
|
||||
},
|
||||
NDArtistPage: {
|
||||
NDMobileArtistDetails: {
|
||||
bgContainer: {
|
||||
background:
|
||||
'linear-gradient(to bottom, rgb(255 255 255 / 51%), rgb(240 242 245))!important',
|
||||
},
|
||||
more: {
|
||||
boxShadow: '-10px 0px 18px 5px #f0f2f5!important',
|
||||
},
|
||||
},
|
||||
RaLayout: {
|
||||
content: {
|
||||
|
||||
@@ -46,14 +46,11 @@ export default {
|
||||
color: '#0085ff',
|
||||
},
|
||||
},
|
||||
NDArtistPage: {
|
||||
NDMobileArtistDetails: {
|
||||
bgContainer: {
|
||||
background:
|
||||
'linear-gradient(to bottom, rgb(255 255 255 / 51%), rgb(250 250 250))!important',
|
||||
},
|
||||
more: {
|
||||
boxShadow: '-10px 0px 18px 5px #fafafa!important',
|
||||
},
|
||||
},
|
||||
},
|
||||
player: {
|
||||
|
||||
Reference in New Issue
Block a user