mirror of
https://github.com/onsonr/motr.git
synced 2025-03-10 09:27:08 +00:00
feat: add initial UI components
This commit is contained in:
parent
afd6b86e68
commit
0f9e40a14a
1
cmd/proxy/main.go
Normal file
1
cmd/proxy/main.go
Normal file
@ -0,0 +1 @@
|
||||
package main
|
1
go.mod
1
go.mod
@ -17,6 +17,7 @@ require (
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
github.com/ncruces/julianday v1.0.0 // indirect
|
||||
github.com/onsonr/nebula v0.1.1 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
||||
github.com/tetratelabs/wazero v1.8.2 // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
|
4
go.sum
4
go.sum
@ -23,6 +23,10 @@ github.com/ncruces/go-sqlite3 v0.21.3 h1:hHkfNQLcbnxPJZhC/RGw9SwP3bfkv/Y0xUHWsr1
|
||||
github.com/ncruces/go-sqlite3 v0.21.3/go.mod h1:zxMOaSG5kFYVFK4xQa0pdwIszqxqJ0W0BxBgwdrNjuA=
|
||||
github.com/ncruces/julianday v1.0.0 h1:fH0OKwa7NWvniGQtxdJRxAgkBMolni2BjDHaWTxqt7M=
|
||||
github.com/ncruces/julianday v1.0.0/go.mod h1:Dusn2KvZrrovOMJuOt0TNXL6tB7U2E8kvza5fFc9G7g=
|
||||
github.com/onsonr/nebula v0.1.0 h1:hVwq/rlCRGVxUhs2ZGkF/pSOEYg0k9/TuhzWMHjdV+c=
|
||||
github.com/onsonr/nebula v0.1.0/go.mod h1:60FFGLF4fUfOeNURep3rndIoazpKg+lzfXL1WMxj4eA=
|
||||
github.com/onsonr/nebula v0.1.1 h1:YBIbf4JSt8jVz6DI04fa7gKY9fBZ47YBIzwe3Nom+YQ=
|
||||
github.com/onsonr/nebula v0.1.1/go.mod h1:1Dcmw5lB4dvKRKSp55B/iLmN4ejZ4vp1/EB/RzXetAQ=
|
||||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
|
||||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
||||
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
|
||||
|
16
x/current/initial.templ
Normal file
16
x/current/initial.templ
Normal file
@ -0,0 +1,16 @@
|
||||
package current
|
||||
|
||||
import (
|
||||
"github.com/onsonr/nebula/ui/hero"
|
||||
"github.com/onsonr/nebula/ui/layout"
|
||||
)
|
||||
|
||||
templ InitialView() {
|
||||
@layout.Root("Sonr.ID") {
|
||||
@layout.Container() {
|
||||
@hero.Title("Sonr.ID", "The decentralized identity layer for the web.")
|
||||
@hero.Start()
|
||||
@hero.Socials()
|
||||
}
|
||||
}
|
||||
}
|
1
x/current/route.go
Normal file
1
x/current/route.go
Normal file
@ -0,0 +1 @@
|
||||
package current
|
@ -1 +0,0 @@
|
||||
package dash
|
Loading…
x
Reference in New Issue
Block a user