summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-07-09 10:15:12 -0400
committerDessalines <tyhou13@gmx.com>2020-07-09 10:15:12 -0400
commit558644b8b364697159c5832908b8497a44d6179d (patch)
treef2231e9ca116d3bf77d1d8f45d53bc2ecb9ddd81
parent75251f6e7868a12420be06d08168dbdf1ed4bc88 (diff)
Adding lemmy's devs / contributors to the sidebar. Fixes #743
-rw-r--r--ui/assets/css/main.css7
-rw-r--r--ui/src/components/main.tsx10
-rw-r--r--ui/translations/en.json2
3 files changed, 15 insertions, 4 deletions
diff --git a/ui/assets/css/main.css b/ui/assets/css/main.css
index fd65148c..9f744fb1 100644
--- a/ui/assets/css/main.css
+++ b/ui/assets/css/main.css
@@ -264,3 +264,10 @@ pre {
width: 0px !important;
padding: 0 !important;
}
+
+br.big {
+ display: block;
+ content: "";
+ margin-top: 1rem;
+}
+
diff --git a/ui/src/components/main.tsx b/ui/src/components/main.tsx
index 20735049..9e9027d6 100644
--- a/ui/src/components/main.tsx
+++ b/ui/src/components/main.tsx
@@ -373,17 +373,21 @@ export class Main extends Component<any, MainState> {
#
</a>
<a href="https://en.wikipedia.org/wiki/Fediverse">#</a>
- <br></br>
+ <br class="big"></br>
<code>#</code>
<br></br>
<b>#</b>
- <br></br>
+ <br class="big"></br>
<a href={repoUrl}>#</a>
- <br></br>
+ <br class="big"></br>
<a href="https://www.rust-lang.org">#</a>
<a href="https://actix.rs/">#</a>
<a href="https://infernojs.org">#</a>
<a href="https://www.typescriptlang.org/">#</a>
+ <br class="big"></br>
+ <a href="https://github.com/LemmyNet/lemmy/graphs/contributors?type=a">
+ #
+ </a>
</T>
</p>
</div>
diff --git a/ui/translations/en.json b/ui/translations/en.json
index 62b11ce4..98b31114 100644
--- a/ui/translations/en.json
+++ b/ui/translations/en.json
@@ -217,7 +217,7 @@
"no": "no",
"powered_by": "Powered by",
"landing_0":
- "Lemmy is a <1>link aggregator</1> / reddit alternative, intended to work in the <2>fediverse</2>.<3></3>It's self-hostable, has live-updating comment threads, and is tiny (<4>~80kB</4>). Federation into the ActivityPub network is on the roadmap. <5></5>This is a <6>very early beta version</6>, and a lot of features are currently broken or missing. <7></7>Suggest new features or report bugs <8>here.</8><9></9>Made with <10>Rust</10>, <11>Actix</11>, <12>Inferno</12>, <13>Typescript</13>.",
+ "Lemmy is a <1>link aggregator</1> / reddit alternative, intended to work in the <2>fediverse</2>.<3></3>It's self-hostable, has live-updating comment threads, and is tiny (<4>~80kB</4>). Federation into the ActivityPub network is on the roadmap. <5></5>This is a <6>very early beta version</6>, and a lot of features are currently broken or missing. <7></7>Suggest new features or report bugs <8>here.</8><9></9>Made with <10>Rust</10>, <11>Actix</11>, <12>Inferno</12>, <13>Typescript</13>. <14></14> <15>Thank you to our contributors: </15> dessalines, Nutomic, asonix, zacanger, and iav.",
"not_logged_in": "Not logged in.",
"logged_in": "Logged in.",
"site_saved": "Site Saved.",