Go to file
Dessalines b0cfb4fe4a
Fixing post_view glitch. Fixes #740 (#741)
2022-08-04 16:28:58 +02:00
.github Add codeowners. 2022-02-02 11:11:34 -05:00
.husky Extra lints (#192) 2021-02-21 21:24:09 -05:00
lemmy-translations@7c3945745d Comment Tree paging (#726) 2022-07-30 15:28:08 +02:00
src Fixing post_view glitch. Fixes #740 (#741) 2022-08-04 16:28:58 +02:00
.babelrc
.dockerignore
.drone.yml Add nightly dev drone cron build. (#664) 2022-05-25 21:00:07 +00:00
.eslintignore
.eslintrc.json Use my fork of inferno-i18next. Fixes #413 (#415) 2021-09-18 10:27:49 -04:00
.gitignore
.gitmodules
.prettierrc.js Extra lints (#192) 2021-02-21 21:24:09 -05:00
CONTRIBUTING.md Fix Contributing link 2021-07-16 09:55:58 -04:00
Dockerfile Using newer alpine image (#392) 2021-09-03 08:23:55 -04:00
LICENSE
README.md
accessibility_tests.sh use set -e in all bash scripts 2021-04-21 13:57:42 +02:00
deploy.sh Add version to package.json . Fixes #411 2021-09-14 19:13:13 -04:00
generate_translations.js Improve type safety 2021-03-01 21:33:57 +01:00
package.json Comment Tree paging (#726) 2022-07-30 15:28:08 +02:00
test_deploy.sh use set -e in all bash scripts 2021-04-21 13:57:42 +02:00
tsconfig.json Adding option types 2 (#689) 2022-06-21 17:42:29 -04:00
update_translations.sh use set -e in all bash scripts 2021-04-21 13:57:42 +02:00
webpack.config.js Try fixing crypto node bug. Fixes #473 (#474) 2021-11-03 12:57:13 -04:00
yarn.lock Comment Tree paging (#726) 2022-07-30 15:28:08 +02:00

README.md

lemmy-ui

The official web app for Lemmy, written in inferno.

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