New component for song display in song list (#833)

* added new component SONGSIMPLELIST for smaller displays

* added new component SONGSIMPLELIST for smaller displays

* added new component SONGSIMPLELIST for smaller displays

* Updated songsimplelist

Removed truncation

* removed garbage code

* refactored some issues of overlapping

* refactored some issues of overlapping

* changed the song ui design

* refactored some bugs in artist display

* refactored some bugs in artist display

* removed garbage dependencies

* removed div bugs

* added all the logic to the component itself
This commit is contained in:
Arbaz Ahmed
2021-03-23 09:42:19 +05:30
committed by GitHub
parent b552eb15b3
commit 4e44d841dd
3 changed files with 124 additions and 13 deletions
+1
View File
@@ -26,3 +26,4 @@ export * from './useInterval'
export * from './useToggleStar'
export * from './useTraceUpdate'
export * from './Writable'
export * from './SongSimpleList'