feature: new changes!
Recommender Build and Deploy (internal) / Build Recommender Image (push) Successful in 3m59s
Recommender Build and Deploy (internal) / Deploy Recommender (internal) (push) Successful in 10s

This commit is contained in:
2026-03-25 20:09:32 -03:00
parent 26f61077b8
commit f9f3d95406
25 changed files with 964 additions and 696 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
import './Sidebar.css';
import type { RecommendationSummary } from '../types/index.js';
interface SidebarProps {
@@ -29,7 +30,7 @@ export function Sidebar({ list, selectedId, onSelect, onNewClick }: SidebarProps
return (
<aside class="sidebar">
<div class="sidebar-header">
<span class="sidebar-title">Recommender</span>
<a href="/" class="sidebar-title">Recommender</a>
</div>
<button class="btn-new" onClick={onNewClick}>