You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/ui
Dessalines f81a7ad9ab Adding form_id to comment creates and edits.
- This adds a form_id to CreateComment, EditComment, and CommentResponse
- This is so any front end clients can add a randomly generated string,
  and know which comment they submitted, is the one they're getting
  back.
- This gets rid of all the weird complicated logic in handleFinished(),
  and should stop the comment forms getting cleared once and for all.
4 years ago
..
assets Replacing selectr with choices.js for community searching. (#932) 4 years ago
src Adding form_id to comment creates and edits. 4 years ago
translations Added community delete and remove. 4 years ago
.eslintignore Adding a test bed for API testing. #658 5 years ago
.eslintrc.json Notification improvements. 5 years ago
.gitignore Cleanup gitignore and dockerignore files 5 years ago
.prettierrc.js Adding prettier. 5 years ago
fuse.js Add fallback url to fuse devserver(closes #945) (#946) 4 years ago
generate_translations.js generate typescript during compilation 5 years ago
jest.config.js Lots of additions to federation. 4 years ago
package.json Merge branch 'master' of https://github.com/lemmynet/lemmy 4 years ago
tsconfig.json Upgrade package.json. 5 years ago
yarn.lock Replacing selectr with choices.js for community searching. (#932) 4 years ago