Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 202e38871d | |||
| 3f75b84651 | |||
| f171b785a0 |
@@ -8,7 +8,7 @@ plugins {
|
||||
id("org.jmailen.kotlinter") version "3.3.0"
|
||||
}
|
||||
|
||||
val TachideskVersion = "v0.1.0"
|
||||
val TachideskVersion = "v0.1.1"
|
||||
|
||||
|
||||
repositories {
|
||||
|
||||
@@ -41,7 +41,6 @@ export default function MangaGrid(props: IProps) {
|
||||
return <MangaCard manga={it} />;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
return (
|
||||
<div style={{ display: 'grid', gridTemplateColumns: 'repeat(5, auto)', gridGap: '1em' }}>
|
||||
|
||||
@@ -82,7 +82,7 @@ export default function SearchSingle() {
|
||||
<form className={classes.root} noValidate autoComplete="off">
|
||||
<TextField inputRef={textInput} error={error} id="standard-basic" label="Search text.." />
|
||||
<Button variant="contained" color="primary" onClick={() => processInput()}>
|
||||
Primary
|
||||
Search
|
||||
</Button>
|
||||
</form>
|
||||
{mangaGrid}
|
||||
|
||||
Reference in New Issue
Block a user