mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-03 14:10:43 +00:00
Iterm refactor (#33)
* Add a warning about the flickering in iTerm. * Move the iterm warning out of App.tsx.
This commit is contained in:
parent
52683dafc3
commit
dfae3f6284
2 changed files with 18 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ import InputPrompt from './components/InputPrompt.js';
|
|||
import Footer from './components/Footer.js';
|
||||
import { StreamingState } from '../core/gemini-stream.js';
|
||||
import { PartListUnion } from '@google/genai';
|
||||
import ITermDetectionWarning from './utils/itermDetection.js';
|
||||
import {
|
||||
useStartupWarnings,
|
||||
useInitializationErrorEffect,
|
||||
|
|
@ -133,6 +134,7 @@ const App = ({ directory }: AppProps) => {
|
|||
)}
|
||||
|
||||
<Footer queryLength={query.length} />
|
||||
<ITermDetectionWarning />
|
||||
</Box>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue