Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #540 from SELab-2/web/feature/building-creation
Browse files Browse the repository at this point in the history
Web: ImgProxy integratie in gebouw aanmaken
  • Loading branch information
jenspots authored May 21, 2023
2 parents dc8398e + 5ef51a1 commit 34918b1
Show file tree
Hide file tree
Showing 7 changed files with 424 additions and 186 deletions.
4 changes: 3 additions & 1 deletion api_query/src/building.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ type Element = Prisma.BuildingGetPayload<{
expected_time: true;
deleted: true;
hash: boolean;
address: true;
address_id: true;
syndicus_id: true;
manual_id: true;
};
}>;

Expand Down
93 changes: 0 additions & 93 deletions web/src/components/images/AddImage.vue

This file was deleted.

41 changes: 0 additions & 41 deletions web/src/components/images/MultiAddImage.vue

This file was deleted.

3 changes: 2 additions & 1 deletion web/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,10 @@ const routes: any[] = [
},
},
{
path: "/gebouw/nieuw",
path: "/gebouw/nieuw/:id?",
name: "building_new",
component: BuildingMaker,
props: true,
meta: {
title: "Nieuw gebouw",
auth: (
Expand Down
Loading

0 comments on commit 34918b1

Please sign in to comment.