mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 15:47:31 -06:00
[feature] Application creation + management via API + settings panel
This commit is contained in:
parent
daf60f69a0
commit
e86f7ef0d9
61 changed files with 3016 additions and 252 deletions
|
|
@ -68,6 +68,23 @@ export default function UserMenu() {
|
|||
itemUrl="tokens"
|
||||
icon="fa-certificate"
|
||||
/>
|
||||
<MenuItem
|
||||
name="Applications"
|
||||
itemUrl="applications"
|
||||
defaultChild="search"
|
||||
icon="fa-plug"
|
||||
>
|
||||
<MenuItem
|
||||
name="Search"
|
||||
itemUrl="search"
|
||||
icon="fa-list"
|
||||
/>
|
||||
<MenuItem
|
||||
name="New Application"
|
||||
itemUrl="new"
|
||||
icon="fa-plus"
|
||||
/>
|
||||
</MenuItem>
|
||||
</MenuItem>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue