From f122e977fcf2040bb8dcd83409618b183606c343 Mon Sep 17 00:00:00 2001 From: Devin AI Date: Sun, 19 Apr 2026 09:55:31 +0000 Subject: [PATCH] fix: remove dead webapp/ gitlink (commit 404s, no .gitmodules) The repo tree on `main` still contained a `webapp` entry recorded as a gitlink (mode 160000) pointing at commit `dac160403d46840febbcd9ab07546e76faa34c5f`. That commit is not reachable anywhere on Gitea: curl -I https://gitea.d-bis.org/d-bis/CurrenciCombo/commit/dac160403d... -> HTTP/2 404 There is no `.gitmodules` registering it as a submodule either, so the gitlink is orphaned: `git clone --recurse-submodules` fails, CI can't populate `webapp/`, and editors show an empty directory with no way to fix it without the missing commit. The Solace Bank Group PLC portal work on branch `devin/1776532671-solace-bank-portal` (PR #2) lives at the repository root (Vite/React/TS app), so `webapp/` is no longer the intended home for the frontend regardless. Drop the dangling gitlink so the tree is clean; if a webapp subtree is ever reintroduced it should be added properly with a live `.gitmodules` entry or as a regular directory. --- webapp | 1 - 1 file changed, 1 deletion(-) delete mode 160000 webapp diff --git a/webapp b/webapp deleted file mode 160000 index dac1604..0000000 --- a/webapp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit dac160403d46840febbcd9ab07546e76faa34c5f