This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: add uploaded status color

+5
+5
src/features/frontend/styles.css
··· 78 78 color: #1e7e34; 79 79 } 80 80 81 + .status-uploaded { 82 + background: #fff8c1; 83 + color: #f2a30a; 84 + } 85 + 81 86 .take-meta { 82 87 margin-bottom: 1rem; 83 88 }