lemmy/ui
Dessalines 464ea862b1
Preferred usernames, banners and icons. (#1055)
* Re-organizing federation tests. #746 #1040

* Adding federation support for user bios. Fixes #992

* Adding icons, banners, and preferred usernames.

- Added optional community icons, and community banners.
- Added user banners.
- Added Site icon and banner, with custom favicon.
- Set up preferred usernames. Fixes #1017
- Added an additional post sort: Active
  - Hot rank now uses the published time.
  - Active uses the most recent comment time, and is default.
- DB Migration was required to add all these fields to the views.
- Added transfercommunity helper function.
- Removed title column from communities page.
- Abstracted an image-upload-form.tsx, and a banner-icon-header.tsx
- Fixes #899

* Some navbar fixes.

* Fixing css

* Some fixes.

- Showing correct user icon and banner after save without page reload.
- Abstracting diesel update overwrite.
- Adding some docs.

* Adding @ when a user doesn't have a preferred username.
2020-08-05 12:03:46 -04:00
..
assets Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
src Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
translations Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
.eslintignore Adding a test bed for API testing. #658 2020-04-23 11:34:32 -04:00
.eslintrc.json Notification improvements. 2020-03-20 16:13:54 -04:00
.gitignore Cleanup gitignore and dockerignore files 2020-03-12 20:25:14 +01:00
.prettierrc.js Adding prettier. 2019-10-18 17:00:26 -07:00
fuse.js Add fallback url to fuse devserver(closes #945) (#946) 2020-07-11 19:03:23 -04:00
generate_translations.js generate typescript during compilation 2020-02-29 19:16:23 +01:00
jest.config.js Lots of additions to federation. 2020-04-27 12:57:00 -04:00
package.json Re-organizing federation tests. #746 #1040 (#1047) 2020-08-04 10:57:37 -04:00
tsconfig.json Upgrade package.json. 2020-01-06 11:22:51 -05:00
yarn.lock Update inferno-i18next. 2020-07-31 11:59:46 -04:00