The official web app for lemmy.
Go to file
Dessalines f764a79cd8
Adding new comment sort. (#175)
* Adding new comment sort.

* Updating translations.
2021-02-18 10:57:00 -05:00
.github/ISSUE_TEMPLATE Add issue template 2021-01-20 16:26:28 +01:00
lemmy-translations@ed8db27ae8 Updating translations. 2021-02-11 15:55:17 -05:00
src Adding new comment sort. (#175) 2021-02-18 10:57:00 -05:00
.babelrc Somewhat working webpack. Sponsors and communities pages done. 2020-09-06 22:41:46 -05:00
.dockerignore Somewhat working dockerfile, without the networking. 2020-09-09 18:56:02 -05:00
.drone.yml Adding multi-arch images. 2021-01-23 10:59:57 -05:00
.eslintignore Somewhat working webpack. Sponsors and communities pages done. 2020-09-06 22:41:46 -05:00
.eslintrc.json Adding prettier 2020-08-23 00:04:58 -04:00
.gitignore Partly functioning fuse-box, but moving te webpack now. 2020-09-06 11:15:25 -05:00
.gitmodules Test submodules (#6) 2020-09-10 15:22:21 -04:00
.prettierrc.js Adding prettier 2020-08-23 00:04:58 -04:00
accessibility_tests.sh Adding accessibility tests script. 2021-02-09 11:54:41 -05:00
CONTRIBUTING.md Add link to contributing docs. Fixes #43 2020-10-03 11:11:00 -05:00
deploy.sh fixing drone. 2021-01-13 09:39:10 -05:00
Dockerfile more apk deps. 2021-01-04 10:56:37 -05:00
generate_translations.js Remove lint in generate translations. 2021-01-06 16:06:13 -05:00
LICENSE Adding prettier 2020-08-23 00:04:58 -04:00
package.json Adding new comment sort. (#175) 2021-02-18 10:57:00 -05:00
README.md Changing name to lemmy-ui. Fixes #12 2020-09-15 12:22:50 -05:00
test_deploy.sh Adding test deploy script. 2020-09-23 08:57:25 -05:00
tsconfig.json Make WS host configurable (#167) 2021-02-12 12:54:35 -05:00
update_translations.sh Fixing update translation script. 2020-11-25 14:28:45 -06:00
webpack.config.js Fixing webpack lint. 2020-10-26 19:54:05 -05:00
yarn.lock Adding new comment sort. (#175) 2021-02-18 10:57:00 -05:00

lemmy-ui

The official web app for Lemmy, written in inferno.

Based off of MrFoxPro's inferno-isomorphic-template.