Documentation
¶
Overview ¶
templ: version: v0.3.833
templ: version: v0.3.833
templ: version: v0.3.833
templ: version: v0.3.833
templ: version: v0.3.833
templ: version: v0.3.833
Index ¶
- func Alert(alertType string, message string) templ.Component
- func Calendar(user *models.User, months []CalendarMonth, currentMonth time.Month, ...) templ.Component
- func EditTalk(user *models.User, talk *models.Talk, errorString string, fridays []time.Time) templ.Component
- func Error(user *models.User, statusCode int, title string, message string) templ.Component
- func Forbidden(user *models.User) templ.Component
- func Home(user *models.User, upcomingTalks []*models.Talk, recentTalks []*models.Talk, ...) templ.Component
- func InternalServerError(user *models.User) templ.Component
- func Layout(title string, user *models.User) templ.Component
- func LoadingSpinner() templ.Component
- func Login(errorString string) templ.Component
- func MyTalks(user *models.User, ...) templ.Component
- func NotFound(user *models.User) templ.Component
- func Profile(user *models.User, successString string, errorString string) templ.Component
- func ProposeTalk(user *models.User, errorString string, fridays []time.Time) templ.Component
- func Register(errorString string) templ.Component
- func ScheduleTalk(user *models.User, talk *models.Talk, rankings []*services.TalkRanking, ...) templ.Component
- func TalkCard(talk *models.Talk) templ.Component
- func TalkDetail(user *models.User, talk *models.Talk, voted bool, ...) templ.Component
- func TalksList(user *models.User, talks []*models.Talk, status string) templ.Component
- func Unauthorized(user *models.User) templ.Component
- type CalendarDay
- type CalendarMonth
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadingSpinner ¶
func ProposeTalk ¶
func ScheduleTalk ¶
func TalkDetail ¶
Types ¶
type CalendarDay ¶
type CalendarMonth ¶
type CalendarMonth struct {
Month time.Month
Year int
Days []CalendarDay
Weeks [][7]CalendarDay
}
Click to show internal directories.
Click to hide internal directories.