Skip to content

Commit

Permalink
Merge pull request #6 from ConductionNL/feature/HP-199/leiden-theme
Browse files Browse the repository at this point in the history
feature/HP-199/leiden-theme
  • Loading branch information
remko48 authored Mar 21, 2024
2 parents dba01c3 + 50e75ed commit a21900c
Show file tree
Hide file tree
Showing 13 changed files with 285 additions and 77 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ NPM_REGISTRY=
NPM_TOKEN=
VCS_REF=
VERSION=
NEXT_PUBLIC_API_URL=https://api.leiden-hp.commonground.nu/api
NEXT_PUBLIC_API_URL=https://api.huwelijksplanner.online/api
NEXT_PUBLIC_MATOMO_URL=https://stats.utrecht.nl/analytics/
NEXT_PUBLIC_MATOMO_SITE_ID=5
NEXT_PUBLIC_NL_DESIGN_THEME_CLASSNAME=utrecht-theme
NEXT_PUBLIC_ORGANISATION_NAME=Gemeente Utrecht
NEXT_PUBLIC_FAV_ICON=https://www.utrecht.nl/favicon.ico
NEXT_PUBLIC_NL_DESIGN_THEME_CLASSNAME=leiden-theme
NEXT_PUBLIC_ORGANISATION_NAME=Gemeente Leiden
NEXT_PUBLIC_FAV_ICON=https://gemeente.leiden.nl/typo3conf/ext/leiden_template/Resources/Public/Images/favicon/favicon-96x96.png
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
NEXT_PUBLIC_NL_DESIGN_THEME_CLASSNAME=leiden-theme
NEXT_PUBLIC_ORGANISATION_NAME=Gemeente Leiden
NEXT_PUBLIC_ORGANISATION_NAME_SHORT=Leiden
NEXT_PUBLIC_FAV_ICON=https://gemeente.leiden.nl/typo3conf/ext/leiden_template/Resources/Public/Images/favicon/favicon-96x96.png
7 changes: 4 additions & 3 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
NEXT_PUBLIC_NL_DESIGN_THEME_CLASSNAME=
NEXT_PUBLIC_ORGANISATION_NAME=
NEXT_PUBLIC_FAV_ICON=
NEXT_PUBLIC_NL_DESIGN_THEME_CLASSNAME=leiden-theme
NEXT_PUBLIC_ORGANISATION_NAME=Gemeente Leiden
NEXT_PUBLIC_ORGANISATION_NAME_SHORT=Leiden
NEXT_PUBLIC_FAV_ICON=https://gemeente.leiden.nl/typo3conf/ext/leiden_template/Resources/Public/Images/favicon/favicon-96x96.png
8 changes: 3 additions & 5 deletions helm/huwelijksplanner/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "api-platform.fullname" . }}
labels:
{{- include "api-platform.labelsPWA" . | nindent 4 }}
name: { { include "api-platform.fullname" . } }
labels: { { - include "api-platform.labelsPWA" . | nindent 4 } }
spec:
ports:
- port: 80
targetPort: 3000
protocol: TCP
name: http
selector:
{{- include "api-platform.selectorLabelsPWA" . | nindent 4 }}
selector: { { - include "api-platform.selectorLabelsPWA" . | nindent 4 } }
22 changes: 18 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.44.3",
"react-loading-skeleton": "3.3.1"
"react-loading-skeleton": "3.3.1",
"uuid": "9.0.1"
},
"devDependencies": {
"@conductionnl/agenda-service": "github:Huwelijksplanner/AgendaService",
Expand Down
Loading

0 comments on commit a21900c

Please sign in to comment.