adding movies & web search tool
All checks were successful
Recommender Build and Deploy (internal) / Build Recommender Image (push) Successful in 4m0s
Recommender Build and Deploy (internal) / Deploy Recommender (internal) (push) Successful in 12s

This commit is contained in:
2026-03-26 20:35:22 -03:00
parent 6fdfc3797a
commit 1437092a42
25 changed files with 450 additions and 135 deletions

View File

@@ -121,4 +121,25 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
flex: 1;
}
.sidebar-type-badge {
flex-shrink: 0;
font-size: 10px;
font-weight: 600;
padding: 2px 5px;
border-radius: 4px;
text-transform: uppercase;
letter-spacing: 0.04em;
}
.sidebar-type-tv_show {
background: rgba(99, 102, 241, 0.15);
color: #818cf8;
}
.sidebar-type-movie {
background: rgba(245, 158, 11, 0.15);
color: #fbbf24;
}