mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 20:50:34 +00:00
Refactor: Move GEMINI.md file count to Footer (#351)
This commit is contained in:
parent
416813452e
commit
a5f5d7b33a
2 changed files with 14 additions and 21 deletions
|
|
@ -290,13 +290,6 @@ export const App = ({
|
|||
{shortenPath(config.getTargetDir(), 70)}
|
||||
</Text>
|
||||
</Box>
|
||||
{geminiMdFileCount > 0 && (
|
||||
<Box>
|
||||
<Text color={Colors.SubtleComment}>
|
||||
Using {geminiMdFileCount} GEMINI.md files
|
||||
</Text>
|
||||
</Box>
|
||||
)}
|
||||
</Box>
|
||||
|
||||
<InputPrompt
|
||||
|
|
@ -363,10 +356,10 @@ export const App = ({
|
|||
|
||||
<Footer
|
||||
config={config}
|
||||
queryLength={query.length}
|
||||
debugMode={config.getDebugMode()}
|
||||
debugMessage={debugMessage}
|
||||
cliVersion={cliVersion}
|
||||
geminiMdFileCount={geminiMdFileCount}
|
||||
/>
|
||||
<ConsoleOutput />
|
||||
</Box>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue