From 302adba66c4018d4b28e04037a2c4a372c17c58e Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 7 May 2026 23:27:03 +0200 Subject: [PATCH] Remove concept directory path and git remote settings/push functionality --- concept_api.py | 1 - src/App.tsx | 9 --------- 2 files changed, 10 deletions(-) diff --git a/concept_api.py b/concept_api.py index 8e6a64a..86e2f17 100644 --- a/concept_api.py +++ b/concept_api.py @@ -35,7 +35,6 @@ import websearch REPO_ROOT = Path(__file__).resolve().parent IDEA_HOLE_DIR = REPO_ROOT / ".idea-hole" -CONCEPTS_DIR = REPO_ROOT / "concepts" # ----------------------------- diff --git a/src/App.tsx b/src/App.tsx index a9f4964..11764a8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -795,7 +795,6 @@ export default function App() { - @@ -900,14 +899,6 @@ export default function App() { ))} - - setGitRemote(e.target.value)} - placeholder="https://..." - /> -