Skip to content

Commit

Permalink
refactor(frontend): removed account setting modal not used in setting…
Browse files Browse the repository at this point in the history
…s bar [2024-12-31]
  • Loading branch information
CHRISCARLON committed Dec 31, 2024
1 parent 92c52ce commit 75fe5fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion gridwalk-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ axum = { version = "0.7", features = ["macros", "multipart"] }
axum-extra = { version = "0.9.4", features = ["typed-header"] }
base64 = "0.22.1"
deadpool-postgres = "0.14.0"
duckdb-postgis = "0.1.5"
duckdb-postgis = "0.1.6"
futures = "0.3"
geozero = { version = "0.14.0", features = [
"with-postgis-postgres",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
Trash2,
HelpCircle,
Database,
User2,
} from "lucide-react";
import { CreateProjectModal, DeleteProjectModal } from "./projectModal";
import { HelpSupportModal } from "../supportModal";
Expand Down Expand Up @@ -173,10 +172,6 @@ export default function WorkspaceProjectsClient({
<Database size={16} />
View Connections
</button>
<button className="flex items-center gap-2 px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 transition-colors w-full text-left">
<User2 size={16} />
Account Settings
</button>
</div>
</div>
)}
Expand Down

0 comments on commit 75fe5fe

Please sign in to comment.