Skip to content

Commit 7125764

Browse files
authored
Remove kaffe (#2270)
1 parent 11fb708 commit 7125764

File tree

8 files changed

+1
-196
lines changed

8 files changed

+1
-196
lines changed

.env.example

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ API_PORT=8000
3535
NEXT_PUBLIC_API_URL=http://localhost:8000
3636

3737

38-
# --- Kaffe (can be found in the nano repository)
39-
# The URL of the Kaffe server
40-
#NEXT_PUBLIC_KAFFE_URL="http://localhost:8002"
41-
4238
# --- echogram (can be found in the nano repository)
4339
#NEXT_PUBLIC_ECHOGRAM_URL="http://localhost:8001"
4440

apps/web/src/actions/kaffe-strikes.ts

Lines changed: 0 additions & 29 deletions
This file was deleted.

apps/web/src/api/kaffe.ts

Lines changed: 0 additions & 70 deletions
This file was deleted.

apps/web/src/app/(default)/admin/kaffe/StrikeButtons.tsx

Lines changed: 0 additions & 49 deletions
This file was deleted.

apps/web/src/app/(default)/admin/kaffe/page.tsx

Lines changed: 0 additions & 36 deletions
This file was deleted.

apps/web/src/app/(default)/admin/layout.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ const adminRoutes = [
5353
label: "Studieretninger",
5454
groups: ["webkom", "hovedstyret"],
5555
},
56-
{
57-
href: "/admin/kaffe",
58-
label: "Kaffe-admin",
59-
groups: ["webkom", "hovedstyret"],
60-
},
6156
{
6257
href: "/admin/whitelist",
6358
label: "Whitelist",

apps/web/src/app/(default)/admin/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function Dashboard() {
99

1010
<Text>
1111
Velkommen til dashboardet. Her kan du se en oversikt over happenings, tilbakemeldinger,
12-
brukere, grupper, studieretninger, kaffe-admin og whitelist.
12+
brukere, grupper, studieretninger og whitelist.
1313
</Text>
1414
</Container>
1515
);

turbo.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@
6565
"KV_REST_API_READ_ONLY_TOKEN",
6666
"RESEND_API_KEY",
6767
"ECHOGRAM_API_KEY",
68-
"NEXT_PUBLIC_KAFFE_URL",
69-
"KAFFE_API_KEY",
7068
"NUM_HAPPENINGS",
7169
"NEXT_PUBLIC_SANITY_PROJECT_ID",
7270
"DEV",

0 commit comments

Comments
 (0)