mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-03 10:28:46 +00:00
Add filters
This commit is contained in:
parent
3ac95ab3b1
commit
4f1425febf
8 changed files with 158 additions and 0 deletions
|
@ -127,3 +127,8 @@ type SettingsData struct {
|
|||
Settings *model.Settings
|
||||
PostFormats []model.PostFormat
|
||||
}
|
||||
|
||||
type FiltersData struct {
|
||||
*CommonData
|
||||
Filters []*mastodon.Filter
|
||||
}
|
||||
|
|
|
@ -29,6 +29,7 @@ const (
|
|||
RetweetedByPage = "retweetedby.tmpl"
|
||||
SearchPage = "search.tmpl"
|
||||
SettingsPage = "settings.tmpl"
|
||||
FiltersPage = "filters.tmpl"
|
||||
)
|
||||
|
||||
type TemplateData struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue