freefeed-react-client
freefeed-react-client copied to clipboard
React-based frontend
This PR makes video attachments (files that end in `.mov` or `.mp4`) play using inline `` tag. The videos do not autoplay and are muted by default. There is no...
Redesigned and improved the Notifications Page & some minor fixes https://github.com/MMDJafari/freefeed-react-client/tree/notification-page ------------------------------------------------------------------------------------------------------------- Update: Added Inline Video Player & some minor fixes https://github.com/MMDJafari/freefeed-react-client/tree/notification-page-%26-inline-video-player ------------------------------------------------------------------------------------------------------------- Update: Moved the Navigation Bar to the...
When reporting a bug please fill in the following: 1. Your OS name and version, browser name and version, is it mobile or desktop Mac os Monterey 2. Full URL...
Closes #1540
We should upgrade to React 18.0. https://reactjs.org/blog/2022/03/29/react-v18.html It might result in better performance
This PR changes colors of usernames in subscribers and subscriptions lists so that live users are displayed in blue color, and "gone" users are in grey. Before: After:
We use fontawesome 5.15 and there is a [new 6.x generation](https://fontawesome.com/docs/changelog/#v6-0-0) which was released in February 2022. 6.x has a lot of new fetures (new icons, styles, animations) which might...
We use modern webpack, but CSS-loader is still on 5.x. We should update it (current version is 6.7.1) CSS-loader 6.x uses modern facilities of webpack and should work faster. The...
I believe we should do our best effort to show some kind of visible placeholder instead of displayname, which consists of invisible characters. We could use the list from https://invisible-characters.com/...
This PR fixes (?) a rare case when instagram preview throws an exception: https://freefeed.net/support/c30f53b2-e78e-4ba3-a9aa-121a499bc723. I wasn't able to reproduce the bug.