mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-12 23:08:46 +00:00
Add fluoridated reply to popup
This commit is contained in:
parent
3a3a8672ba
commit
c3f39210d8
8 changed files with 128 additions and 8 deletions
|
@ -63,6 +63,11 @@ type ThreadData struct {
|
|||
ReplyMap map[string][]mastodon.ReplyInfo
|
||||
}
|
||||
|
||||
type StatusData struct {
|
||||
*CommonData
|
||||
Status *mastodon.Status
|
||||
}
|
||||
|
||||
type NotificationData struct {
|
||||
*CommonData
|
||||
Notifications []*mastodon.Notification
|
||||
|
|
|
@ -20,6 +20,7 @@ const (
|
|||
RootPage = "root.tmpl"
|
||||
TimelinePage = "timeline.tmpl"
|
||||
ThreadPage = "thread.tmpl"
|
||||
StatusPopup = "status.tmpl"
|
||||
NotificationPage = "notification.tmpl"
|
||||
UserPage = "user.tmpl"
|
||||
UserSearchPage = "usersearch.tmpl"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue