Documentation
¶
Overview ¶
templ: version: v0.3.1020
templ: version: v0.3.1020
templ: version: v0.3.1020
templ: version: v0.3.1020
Index ¶
- func AppCard(extra ...string) templ.Component
- func AppTitle(extra ...string) templ.Component
- func CodeLayout(title string, subnav CodeSubnavProps) templ.Component
- func CodeSubnav(p CodeSubnavProps) templ.Component
- func CommentCardItem(p CommentItemProps) templ.Component
- func CommentForm(p CommentFormProps) templ.Component
- func CommentIcons(p CommentItemProps) templ.Component
- func CommentItem(p CommentItemProps) templ.Component
- func CommentListFile(p CommentListFileProps) templ.Component
- func CommentListPage(p CommentListProps) templ.Component
- func CommentThread(p CommentThreadProps) templ.Component
- func CommitsPage(p CommitsProps) templ.Component
- func ConfigureCard(v SessionsProps) templ.Component
- func ContextAttached(p ContextProps) templ.Component
- func ControlPlaceholder() templ.Component
- func DiffLine(l DiffLineProps) templ.Component
- func DiffPage(p DiffProps) templ.Component
- func EditCommentForm(p EditCommentFormProps) templ.Component
- func FileBlock(f FileProps) templ.Component
- func FileTreeList(t FileTreeProps) templ.Component
- func FilesHead() templ.Component
- func FilesPage(v FilesProps) templ.Component
- func Head(title string) templ.Component
- func HunkBlock(h HunkProps) templ.Component
- func InstallCard(v SessionsProps) templ.Component
- func Layout(title, nav string) templ.Component
- func LoginCard(v SessionsProps) templ.Component
- func OverviewPage(p OverviewProps) templ.Component
- func PrevButtonsEmpty() templ.Component
- func PrevButtonsInner(s ExpandSpot) templ.Component
- func ServiceWorkerJS() []byte
- func SessionDirPicker(p PickerProps) templ.Component
- func SessionsCard(v SessionsProps) templ.Component
- func SessionsPage(v SessionsProps) templ.Component
- func SetupPage(v SessionsProps) templ.Component
- func StaticHandler() http.Handler
- func TempluiCSS() templ.Component
- func TopNav(active string) templ.Component
- type CodeSubnavProps
- type CommentFormProps
- type CommentItemProps
- type CommentListFileProps
- type CommentListProps
- type CommentThreadProps
- type CommitsProps
- type ContextProps
- type DiffLineProps
- type DiffProps
- type EditCommentFormProps
- type ExpandSpot
- type FileEntry
- type FileProps
- type FileTreeProps
- type FilesProps
- type HunkProps
- type OverviewProps
- type PickerProps
- type SessionProps
- type SessionsProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CodeLayout ¶
func CodeLayout(title string, subnav CodeSubnavProps) templ.Component
func CodeSubnav ¶
func CodeSubnav(p CodeSubnavProps) templ.Component
func CommentCardItem ¶
func CommentCardItem(p CommentItemProps) templ.Component
func CommentForm ¶
func CommentForm(p CommentFormProps) templ.Component
func CommentIcons ¶
func CommentIcons(p CommentItemProps) templ.Component
func CommentItem ¶
func CommentItem(p CommentItemProps) templ.Component
func CommentListFile ¶
func CommentListFile(p CommentListFileProps) templ.Component
func CommentListPage ¶
func CommentListPage(p CommentListProps) templ.Component
func CommentThread ¶
func CommentThread(p CommentThreadProps) templ.Component
func CommitsPage ¶
func CommitsPage(p CommitsProps) templ.Component
func ConfigureCard ¶
func ConfigureCard(v SessionsProps) templ.Component
func ContextAttached ¶
func ContextAttached(p ContextProps) templ.Component
func ControlPlaceholder ¶
func DiffLine ¶
func DiffLine(l DiffLineProps) templ.Component
func EditCommentForm ¶
func EditCommentForm(p EditCommentFormProps) templ.Component
func FileTreeList ¶
func FileTreeList(t FileTreeProps) templ.Component
func FilesPage ¶
func FilesPage(v FilesProps) templ.Component
func InstallCard ¶
func InstallCard(v SessionsProps) templ.Component
func LoginCard ¶
func LoginCard(v SessionsProps) templ.Component
func OverviewPage ¶
func OverviewPage(p OverviewProps) templ.Component
func PrevButtonsEmpty ¶
func PrevButtonsInner ¶
func PrevButtonsInner(s ExpandSpot) templ.Component
func ServiceWorkerJS ¶
func ServiceWorkerJS() []byte
func SessionDirPicker ¶
func SessionDirPicker(p PickerProps) templ.Component
func SessionsCard ¶
func SessionsCard(v SessionsProps) templ.Component
func SessionsPage ¶
func SessionsPage(v SessionsProps) templ.Component
func SetupPage ¶
func SetupPage(v SessionsProps) templ.Component
func StaticHandler ¶
func TempluiCSS ¶
Types ¶
type CodeSubnavProps ¶
type CodeSubnavProps struct {
}
type CommentFormProps ¶
type CommentItemProps ¶
type CommentListFileProps ¶
type CommentListProps ¶
type CommentListProps struct {
Comments int
Error string
Files []CommentListFileProps
Repo repo.Repo
}
type CommentThreadProps ¶
type CommitsProps ¶
type ContextProps ¶
type DiffLineProps ¶
type EditCommentFormProps ¶
type ExpandSpot ¶
type FileTreeProps ¶
type FileTreeProps struct {
Entries []FileEntry
}
type FilesProps ¶
type HunkProps ¶
type HunkProps struct {
Commit git.Commit
Hunk *git.Hunk
Lang string
Lines []DiffLineProps
PrevSpot *ExpandSpot
Virtual bool
}
type PickerProps ¶
type SessionProps ¶
type SessionsProps ¶
type SessionsProps struct {
AgentsBehind int
AgentsDir string
AgentsDirty bool
AgentsDiverged bool
Authenticated bool
ClaudeVersion string
ConfigureError string
Configured bool
InstallError string
Installed bool
LoginError string
LoginURL string
Oob bool
SessionDir string
SessionError string
Sessions []SessionProps
}
Click to show internal directories.
Click to hide internal directories.