send processing album colors to a background thread

- use white color as default album page play button color
- return 404 if album is None on get_album_bio()
This commit is contained in:
geoffrey45
2022-07-02 08:21:10 +03:00
committed by Mungai Geoffrey
parent 34a214df22
commit 77a5d2b7c2
7 changed files with 44 additions and 68 deletions
+1 -3
View File
@@ -57,7 +57,7 @@ const context = useContextStore();
top: 0;
left: 0;
width: 12rem;
z-index: 10;
z-index: 10000;
transform: scale(0);
padding: $small;
@@ -68,12 +68,10 @@ const context = useContextStore();
.context-item {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
cursor: default;
padding: $small;
border-radius: $small;
color: rgb(255, 255, 255);
position: relative;
text-transform: capitalize;