mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
added versioning to all views
This commit is contained in:
@@ -21,7 +21,6 @@ import handleStyleChange from '../../utils/handleStyleChange';
|
|||||||
import renderComments from '../../utils/renderComments';
|
import renderComments from '../../utils/renderComments';
|
||||||
import useClickForm from '../../hooks/useClickForm';
|
import useClickForm from '../../hooks/useClickForm';
|
||||||
import useError from '../../hooks/useError';
|
import useError from '../../hooks/useError';
|
||||||
import useSuccess from '../../hooks/useSuccess';
|
|
||||||
|
|
||||||
|
|
||||||
const Board = () => {
|
const Board = () => {
|
||||||
@@ -921,6 +920,14 @@ const Board = () => {
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</BoardForm>
|
</BoardForm>
|
||||||
|
<div style={{
|
||||||
|
textAlign: "center",
|
||||||
|
fontSize: "11px",
|
||||||
|
marginTop: "2em",
|
||||||
|
marginBottom: "2em",
|
||||||
|
}}>
|
||||||
|
plebchan v0.1.0. GPL-2.0
|
||||||
|
</div>
|
||||||
</Container>
|
</Container>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -410,6 +410,14 @@ const Catalog = () => {
|
|||||||
)}
|
)}
|
||||||
</Threads>
|
</Threads>
|
||||||
</Container>
|
</Container>
|
||||||
|
<div style={{
|
||||||
|
textAlign: "center",
|
||||||
|
fontSize: "11px",
|
||||||
|
marginTop: "2em",
|
||||||
|
marginBottom: "2em",
|
||||||
|
}}>
|
||||||
|
plebchan v0.1.0. GPL-2.0
|
||||||
|
</div>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ const Home = () => {
|
|||||||
fontSize: "11px",
|
fontSize: "11px",
|
||||||
marginBottom: "2em",
|
marginBottom: "2em",
|
||||||
}}>
|
}}>
|
||||||
Plebchan v.0.1.0 is free and open-source software distributed under GPL-2.0 license.
|
plebchan v0.1.0. GPL-2.0
|
||||||
</div>
|
</div>
|
||||||
</Container>
|
</Container>
|
||||||
</>
|
</>
|
||||||
|
|||||||
@@ -44,14 +44,11 @@ const NotFound = ({ setBodyStyle }) => {
|
|||||||
</Boards>
|
</Boards>
|
||||||
</Page>
|
</Page>
|
||||||
<div style={{
|
<div style={{
|
||||||
marginTop: "25px",
|
|
||||||
textAlign: "center",
|
textAlign: "center",
|
||||||
fontSize: "11px",
|
fontSize: "11px",
|
||||||
marginBottom: "1em",
|
marginTop: "2em",
|
||||||
}}>
|
}}>
|
||||||
v.0.1.0
|
plebchan v0.1.0. GPL-2.0
|
||||||
<br />
|
|
||||||
Plebchan is free and open-source software distributed under GPL-2.0 license.
|
|
||||||
</div>
|
</div>
|
||||||
</Container>
|
</Container>
|
||||||
</>
|
</>
|
||||||
|
|||||||
@@ -375,6 +375,14 @@ const Pending = () => {
|
|||||||
<PostLoader />
|
<PostLoader />
|
||||||
)}
|
)}
|
||||||
</BoardForm>
|
</BoardForm>
|
||||||
|
<div style={{
|
||||||
|
textAlign: "center",
|
||||||
|
fontSize: "11px",
|
||||||
|
marginTop: "2em",
|
||||||
|
marginBottom: "2em",
|
||||||
|
}}>
|
||||||
|
plebchan v0.1.0. GPL-2.0
|
||||||
|
</div>
|
||||||
</Container>
|
</Container>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -935,6 +935,14 @@ const Thread = () => {
|
|||||||
<PostLoader />
|
<PostLoader />
|
||||||
)}
|
)}
|
||||||
</BoardForm>
|
</BoardForm>
|
||||||
|
<div style={{
|
||||||
|
textAlign: "center",
|
||||||
|
fontSize: "11px",
|
||||||
|
marginTop: "2em",
|
||||||
|
marginBottom: "2em",
|
||||||
|
}}>
|
||||||
|
plebchan v0.1.0. GPL-2.0
|
||||||
|
</div>
|
||||||
</Container>
|
</Container>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user