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