fix: better working ai chat

This commit is contained in:
2026-02-11 21:03:50 +01:00
parent 53ebe91895
commit 226298dd15
8 changed files with 311 additions and 34 deletions

View File

@@ -2,7 +2,7 @@ import React, { useRef, useState, useEffect, useCallback } from 'react';
import { useAppStore, Tab } from '../../store';
import './TabBar.css';
const MAX_CHAT_TITLE_LENGTH = 25;
const MAX_CHAT_TITLE_LENGTH = 18;
const getTabTitle = (
tab: Tab,