mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-03 10:28:46 +00:00
Add profile edit page
This commit is contained in:
parent
8e3999fc3d
commit
81bdc7c705
9 changed files with 314 additions and 25 deletions
|
@ -156,6 +156,11 @@ type FiltersData struct {
|
|||
Filters []*mastodon.Filter
|
||||
}
|
||||
|
||||
type ProfileData struct {
|
||||
*CommonData
|
||||
User *mastodon.Account
|
||||
}
|
||||
|
||||
type MuteData struct {
|
||||
*CommonData
|
||||
User *mastodon.Account
|
||||
|
|
|
@ -33,6 +33,7 @@ const (
|
|||
SearchPage = "search.tmpl"
|
||||
SettingsPage = "settings.tmpl"
|
||||
FiltersPage = "filters.tmpl"
|
||||
ProfilePage = "profile.tmpl"
|
||||
MutePage = "mute.tmpl"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue