The official web app for lemmy.
Go to file
sonata-chen 4117d04196
use zh-TW for language code, instead of zh_Hant. (#725)
Browser never returns zh_Hant. Chinese language code is usually categorized according to geographical region. (zh-CN, zh-HK, zh-TW)
2022-07-27 16:58:34 -04: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@7c1b691af6 Updating translations. 2022-06-23 16:08:36 -04:00
src use zh-TW for language code, instead of zh_Hant. (#725) 2022-07-27 16:58:34 -04: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 Add nightly dev drone cron build. (#664) 2022-05-25 21:00:07 +00:00
.eslintignore Somewhat working webpack. Sponsors and communities pages done. 2020-09-06 22:41:46 -05:00
.eslintrc.json Use my fork of inferno-i18next. Fixes #413 (#415) 2021-09-18 10:27:49 -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 Extra lints (#192) 2021-02-21 21:24:09 -05:00
accessibility_tests.sh use set -e in all bash scripts 2021-04-21 13:57:42 +02:00
CONTRIBUTING.md Fix Contributing link 2021-07-16 09:55:58 -04:00
deploy.sh Add version to package.json . Fixes #411 2021-09-14 19:13:13 -04:00
Dockerfile Using newer alpine image (#392) 2021-09-03 08:23:55 -04:00
generate_translations.js Improve type safety 2021-03-01 21:33:57 +01:00
LICENSE Adding prettier 2020-08-23 00:04:58 -04:00
package.json Fixing linkify GC crash. (#715) 2022-07-14 17:52:14 +00:00
README.md Changing name to lemmy-ui. Fixes #12 2020-09-15 12:22:50 -05: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 Fixing linkify GC crash. (#715) 2022-07-14 17:52:14 +00:00

lemmy-ui

The official web app for Lemmy, written in inferno.

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