Official Feliday web-app
Find a file
2021-07-19 00:44:58 -04:00
.github/ISSUE_TEMPLATE Add issue template 2021-01-20 16:26:28 +01:00
.husky Extra lints (#192) 2021-02-21 21:24:09 -05:00
lemmy-translations@6baf860969 Updating translations. 2021-07-17 17:34:23 -04:00
src Removing community and user routes in favor of shortnames. Fixes #317 2021-07-19 00:44:58 -04:00
.babelrc
.dockerignore
.drone.yml Add UI version to UI via docker. Fixes #263 (#278) 2021-04-26 09:57:41 -04:00
.eslintignore
.eslintrc.json Extra lints (#192) 2021-02-21 21:24:09 -05:00
.gitignore
.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 use set -e in all bash scripts 2021-04-21 13:57:42 +02:00
Dockerfile Add UI version to UI via docker. Fixes #263 (#278) 2021-04-26 09:57:41 -04:00
generate_translations.js Improve type safety 2021-03-01 21:33:57 +01:00
LICENSE
package.json Re-organized components folder. (#339) 2021-07-17 16:42:55 -04: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 Updating claims. 2021-03-19 10:22:47 -04:00
update_translations.sh use set -e in all bash scripts 2021-04-21 13:57:42 +02:00
webpack.config.js Fixing webpack lint. 2020-10-26 19:54:05 -05:00
yarn.lock Re-organized components folder. (#339) 2021-07-17 16:42:55 -04:00

lemmy-ui

The official web app for Lemmy, written in inferno.

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