Remove concept directory path and git remote settings/push functionality
This commit is contained in:
@@ -35,7 +35,6 @@ import websearch
|
||||
|
||||
REPO_ROOT = Path(__file__).resolve().parent
|
||||
IDEA_HOLE_DIR = REPO_ROOT / ".idea-hole"
|
||||
CONCEPTS_DIR = REPO_ROOT / "concepts"
|
||||
|
||||
|
||||
# -----------------------------
|
||||
|
||||
@@ -795,7 +795,6 @@ export default function App() {
|
||||
<button onClick={() => setMarkdownPreview((value) => !value)}>
|
||||
{markdownPreview ? "Edit Markdown" : "Preview Markdown"}
|
||||
</button>
|
||||
<button className="primary" onClick={onPush} disabled={busy.push}>Push to Repo</button>
|
||||
<button onClick={onGenerateImagePrompt} disabled={busy.imagePrompt}>Generate image prompt</button>
|
||||
<button onClick={onGenerateImage} disabled={busy.imageGen}>Generate Image</button>
|
||||
</div>
|
||||
@@ -900,14 +899,6 @@ export default function App() {
|
||||
))}
|
||||
</select>
|
||||
|
||||
<label htmlFor="settings-remote-repo">Remote repo</label>
|
||||
<input
|
||||
id="settings-remote-repo"
|
||||
value={gitRemote}
|
||||
onChange={(e) => setGitRemote(e.target.value)}
|
||||
placeholder="https://..."
|
||||
/>
|
||||
|
||||
<label htmlFor="settings-searx-url">SearXNG URL</label>
|
||||
<input
|
||||
id="settings-searx-url"
|
||||
|
||||
Reference in New Issue
Block a user