Restructured readme
This commit is contained in:
parent
6a0e08aba3
commit
01ee96853e
2 changed files with 30 additions and 34 deletions
|
|
@ -394,14 +394,6 @@ const Buttons = () => {
|
|||
);
|
||||
};
|
||||
|
||||
const LastErrors = (props: { lastErrors: Array<ErrorType> }) => {
|
||||
return <div>
|
||||
{props.lastErrors.map((e: ErrorType) => (
|
||||
<div className="alert alert-primary" role="alert"></div>
|
||||
))}
|
||||
</div>
|
||||
}
|
||||
|
||||
const RootContent = (props: { closeableError: ErrorType, otherError: ErrorType, torrents: Array<TorrentId>, torrentsLoading: boolean }) => {
|
||||
let ctx = useContext(AppContext);
|
||||
return <>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue