Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#proposal 86 introduction of feeds navigation #3916

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

Added @username's Feed alongside "Wallet" and "Settings" on the right of the Navigation bar.

Also implemented "My Feed" for when a user is logged in which is currently commented out.
Archiving the version of the restyled navigation menu that positions it at the top of the screen.
These changes introduce a Primary Navigation across the site.

The navigation uses an "App Style", bottom tab structure on mobile devices and a more traditional left navigation for Desktop.

Full details of the changes are available in the following Steemit posts:

Updated Files: https://steemit.com/hive-151113/@the-gorilla/proposal-86-change-log-edited-files

New Navigation Component: https://steemit.com/hive-151113/@the-gorilla/proposal-86-change-log-primarynavigation-jsx-and-scss
Fixed a bug for logged out users on a mobile device.  They would see an empty secondary navigation under the "Explore" tab.
Performance: Moved the windowHeight and navHeight calculations into the "Desktop only" scroll section.

Display: Tweaked the calculations to improve how the navigation is pinned when taller than the screenHeight.

Swapped the "Posts" and "Blog" labels so that "Blog" appears before "Posts" in the Profile Menu.
Adjusted the spacing between icons and their labels.
Where the "Load more..." link appears on the Notifications screen, it was hidden behind the 2nd level of navigation on Mobile Devices.  Additional padding has been introduced to correct this.
Fixed the following issue:

1. Go to your test site or steemitdev
2. Logout
3. Go to the top-level page (or just reload the page?)
4. Login
5. A list of communities gets displayed under, "My Subscriptions", but the communities are not the ones that I subscribe to.

The subscriptions were only loaded upon "componentWillMount" with a log in not constituting a remount.  Therfore, if the subscriptions have not been set, they should be set upon a componentDidUpdate instead / as well.
Used componentDidUpdate in previous bug fix where componentWillUpdate will give an improved user experience (i.e. with DidUpdate, the "Trending Subscriptions" flashed up before being updated whereas "WillUpdate" has the update prepared.
@the-gorilla-steem
Copy link

"Improved Previous Bug Fix" in commit 8259147 didn't always behave as anticipated so was Reverted.

@ety001
Copy link
Member Author

ety001 commented May 20, 2024

"Improved Previous Bug Fix" in commit 8259147 didn't always behave as anticipated so was Reverted.

I have deploy the newest code to test environment.

@the-gorilla-steem
Copy link

I have deploy the newest code to test environment.

Thank you. All of the fixes work as expected.

I've raised bug #3918 against the steemit.com site which I need to fix before this code can be deployed. Whilst this bug's been present for a long time, it's now causing a bigger issue with the new navigation on Android devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants