CodeIssuesPull RequestsActionsSecurityInsights
✨ AI
More
Settings

fix: bugs in new landing page components (LiveDemo, ROICalculator, SEO pages) #4745

Merged⚡ AI-generatedXSccantynz wants to mergeclaude/session-improvements-1781303024mainopened Jun 12, 20260/5 tasks
1 changed file+1−1
Modifiedsrc-tauri/src/commands/history.rs+1−1View fileUnifiedSplit
2525}
2626
2727const HISTORY_STORE_FILE: &str = "history.json";
28const HISTORY_KEY: &str = "sessions";
28const HISTORY_KEY: &str = "sessions_full";
2929const MAX_SESSIONS: usize = 500;
3030
3131fn load_sessions(app: &AppHandle) -> Result<Vec<SessionRecord>, String> {
3232
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts