freefeed-react-client icon indicating copy to clipboard operation
freefeed-react-client copied to clipboard

Redesigned and improved the Notifications page

Open MMDJafari opened this issue 2 years ago • 1 comments

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: Screenshot_20220906-014127_Chrome

Desktop: Screenshot from 2022-09-06 01-36-12

MMDJafari avatar Aug 24 '22 21:08 MMDJafari

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: @.***>

MMDJafari avatar Aug 29 '22 14:08 MMDJafari