feat: implement templ forms for consent privacy, credential assert, credential register, and profile details

This commit is contained in:
Prad Nukala
2024-10-07 10:48:57 -04:00
parent 37fb0b3aca
commit 6fc52fd62d
10 changed files with 221 additions and 17 deletions
+11 -11
View File
@@ -35,32 +35,32 @@
"make local-image"
],
"build:hway": [
"make nebula",
"make hway"
"make build-nebula",
"make build-hway"
],
"build:nebula": [
"make nebula"
"make build-nebula"
],
"build:motr": [
"make motr"
"make build-motr"
],
"build:sonrd": [
"make motr",
"make build-motr",
"make build"
],
"build": [
"make motr",
"make build-motr",
"make build",
"make hway"
"make build-hway"
],
"gen:proto": [
"make proto-gen"
],
"gen:pkl": [
"make pkl"
"make gen-pkl"
],
"gen:templ": [
"make templ"
"make gen-templ"
],
"start": [
"process-compose up -f ./deploy/process-compose.yaml"
@@ -72,8 +72,8 @@
"make sh-testnet"
],
"start:hway": [
"make nebula",
"make hway",
"make build-nebula",
"make build-hway",
"./build/hway start"
]
}