fix: remove other category in settings (#1641)
Co-authored-by: Lily Delalande <119957291+lily-de@users.noreply.github.com> Co-authored-by: Yingjie He <yingjiehe@squareup.com>
This commit is contained in:
@@ -244,14 +244,14 @@ export default function SettingsView({
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="others">
|
<section id="mode">
|
||||||
<div className="flex justify-between items-center mb-6 border-b border-borderSubtle px-8">
|
<div className="flex justify-between items-center mb-6 border-b border-borderSubtle px-8">
|
||||||
<h2 className="text-xl font-semibold text-textStandard">Others</h2>
|
<h2 className="text-xl font-semibold text-textStandard">Mode Selection</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="px-8">
|
<div className="px-8">
|
||||||
<p className="text-sm text-textStandard mb-4">
|
<p className="text-sm text-textStandard mb-4">
|
||||||
Others setting like Goose Mode, Tool Output, Experiment and more
|
Configure how Goose interacts with tools and extensions
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ModeSelection />
|
<ModeSelection />
|
||||||
|
|||||||
@@ -59,12 +59,6 @@ export const ModeSelection = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<h4 className="font-medium mb-2 text-textStandard">Mode Selection</h4>
|
|
||||||
<p className="text-sm text-gray-500 dark:text-gray-400 mb-4">
|
|
||||||
Change the access goose is given to modify, edit or delet files. This setting can be changed
|
|
||||||
at anytime.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
{filterGooseModes(currentMode, all_goose_modes, previousApproveModel).map((mode) => (
|
{filterGooseModes(currentMode, all_goose_modes, previousApproveModel).map((mode) => (
|
||||||
<ModeSelectionItem
|
<ModeSelectionItem
|
||||||
|
|||||||
Reference in New Issue
Block a user