mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-07 03:29:31 -06:00
[feature] Create/update/remove domain permission subscriptions (#3623)
* [feature] Create/update/remove domain permission subscriptions * lint * envparsing * remove errant fmt.Println * create drafts, subs, exclude, from snapshot models * name etag column correctly * remove count column * lint
This commit is contained in:
parent
77f1e79532
commit
e9bb7ddd3a
50 changed files with 4630 additions and 172 deletions
|
|
@ -150,6 +150,28 @@ function ModerationDomainPermsMenu() {
|
|||
icon="fa-plus"
|
||||
/>
|
||||
</MenuItem>
|
||||
<MenuItem
|
||||
name="Subscriptions"
|
||||
itemUrl="subscriptions"
|
||||
defaultChild="search"
|
||||
icon="fa-cloud-download"
|
||||
>
|
||||
<MenuItem
|
||||
name="Search"
|
||||
itemUrl="search"
|
||||
icon="fa-list"
|
||||
/>
|
||||
<MenuItem
|
||||
name="New subscription"
|
||||
itemUrl="new"
|
||||
icon="fa-plus"
|
||||
/>
|
||||
<MenuItem
|
||||
name="Preview"
|
||||
itemUrl="preview"
|
||||
icon="fa-eye"
|
||||
/>
|
||||
</MenuItem>
|
||||
</MenuItem>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue