freefeed-react-client
freefeed-react-client copied to clipboard
Redesigned and improved the Notifications page
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 bottom of the screen for mobile devices & some minor fixes https://github.com/MMDJafari/freefeed-react-client/tree/notification-page-%26-inline-video-player-%26-navigation-bar
Live Test: https://freefeed.vercel.app
Screenshots:
Mobile:
Desktop:
Yeah, you're right but I have a problem with Vercel deployment that needs this (and other) configs to work properly due to connecting to my repo directly. For now, I solved it by creating another branch till I find a better solution.
On Thu, Aug 25, 2022, 10:27 PM David Mzareulyan @.***> wrote:
@.**** commented on this pull request.
In config/default.js https://github.com/FreeFeed/freefeed-react-client/pull/1548#discussion_r955266705 :
@@ -6,7 +6,7 @@ const DAY_IN_MILLISECONDS = 1000 * 60 * 60 * 24;
export default { api: {
- root: 'https://candy.freefeed.net',
- root: 'https://freefeed.net',
You should not change the default settings, they purposely specify a stage instance (candy).
For testing purposes, you can override them in the config.json file at the root of the repository. It will not be included in the commit by .gitignore.
— Reply to this email directly, view it on GitHub https://github.com/FreeFeed/freefeed-react-client/pull/1548#pullrequestreview-1085880801, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP6S7PDACMFWWUS5SK7VYNTV26X2FANCNFSM57QZLIFQ . You are receiving this because you authored the thread.Message ID: @.***>