diff --git a/front/src/components/audio/track/Widget.vue b/front/src/components/audio/track/Widget.vue
index 85450bf84..4020f2448 100644
--- a/front/src/components/audio/track/Widget.vue
+++ b/front/src/components/audio/track/Widget.vue
@@ -131,17 +131,16 @@ watch(() => props.websocketHandlers.includes('Listen'), (to) => {
v-for="object in objects"
:key="object.id"
:class="['item', itemClasses]"
- @click="navigate('track')"
>
![]()
props.websocketHandlers.includes('Listen'), (to) => {
&.activity {
padding: 12px 0;
border-top: 1px solid;
+
@include light-theme {
border-color: var(--fw-gray-300);
}
@include dark-theme {
border-color: var(--fw-gray-800);
}
- cursor: pointer;
display: grid;
grid-template-columns: auto 1fr auto;
gap: 12px;
@@ -285,6 +284,10 @@ watch(() => props.websocketHandlers.includes('Listen'), (to) => {
a {
text-decoration: none;
color: var(--color);
+
+ &:hover {
+ text-decoration: underline;
+ }
}
> .track-title {
diff --git a/front/src/components/library/TrackDetail.vue b/front/src/components/library/TrackDetail.vue
index 33e62968d..81b52b651 100644
--- a/front/src/components/library/TrackDetail.vue
+++ b/front/src/components/library/TrackDetail.vue
@@ -1,7 +1,7 @@
@@ -66,73 +143,38 @@ watchEffect(() => {
- Release Details
-
-
-
-
-
+
+ {{ item.label }}
+
+ {{ item.release_value }}
+ {{ item.release_value }}
+
- Track Details
-
-
-
-
-
+
+ {{ item.label }}
+
+ {{ item.track_value }}
+ {{ item.track_value }}
+
@@ -152,10 +194,45 @@ watchEffect(() => {
-
diff --git a/front/src/components/ui/Activity.vue b/front/src/components/ui/Activity.vue
index e6e1996ab..fdfa1ba7c 100644
--- a/front/src/components/ui/Activity.vue
+++ b/front/src/components/ui/Activity.vue
@@ -1,93 +1,59 @@
-
-
-
-
-
-
-
- {{ label }}
-
-
-
-
- {{ displayValue }}
-
-
-
- {{ displayValue }}
-
-
-
-
-
-
-
-
+
+
+
![]()
+
-
+
+
+
+
+