mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added administration
page
This commit is contained in:
parent
208203a5f6
commit
7dfe37c5e6
8
packages/app/src/pages/administration/index.jsx
Normal file
8
packages/app/src/pages/administration/index.jsx
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
import React from "react"
|
||||||
|
|
||||||
|
import "./index.less"
|
||||||
|
|
||||||
|
export default (props) => {
|
||||||
|
return <div>
|
||||||
|
</div>
|
||||||
|
}
|
3
packages/app/src/pages/administration/index.less
Normal file
3
packages/app/src/pages/administration/index.less
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.administrationPanel {
|
||||||
|
|
||||||
|
}
|
@ -32,7 +32,7 @@ export default class Users extends React.Component {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
window.app.setLocation(`/account`, { username })
|
window.app.setLocation(`/@${username}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
renderRoles(roles) {
|
renderRoles(roles) {
|
Loading…
x
Reference in New Issue
Block a user