-
Notifications
You must be signed in to change notification settings - Fork 429
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 communities redesign #3927
Open
the-gorilla-steem
wants to merge
15
commits into
steemit:master
Choose a base branch
from
the-gorilla-steem:#proposal-86-Communities-redesign
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
#proposal 86 communities redesign #3927
the-gorilla-steem
wants to merge
15
commits into
steemit:master
from
the-gorilla-steem:#proposal-86-Communities-redesign
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Addition of overflow-wrap property to h1 element so that words longer than the display area are forced to wrap instead of being completely hidden.
This issue also applied when trying to downvote a post at the end of a user's feed and in all other scenarios where the downvote button appears towards the bottom of the screen. Upvote overlay has a "top: -30px" set so this implementation was replicated with a "top" of -270px for the downvote overlay. 270px was chosen as it allows for the contents of the overlay to be visible when at downvoting the first and last post in a feed. A margin-left of -36px was added so that the close 'X' button is visible on mobile devices. (left did not work due to 'left: 0%' being set in the Dropdown.scss file.
Adjusted the position of the Avatar Menu on mobile devices so that when opened on Android phones, the Primary Navigation remains visible. This is an additional fix to bug steemit#3918.
Fix for bug steemit#3919 to reintroduce "Hot" Menu Option alongside "Trending", "New", etc.
Fixed bug steemit#3924 by introducing a scrollbar underneath tables that exceed their wrapper width.
To solve some visibility issues that are predominantly on Android devices (bug steemit#3923 ), a show/hide navigation toggle has been introduced on Mobile Devices. More details regarding these changes can be found in this post - https://steemit.com/hive-151113/@the-gorilla/proposal-86-change-log-bugs-3911-3915-3918-3919-3923-3924
Introduction of a carousel for Pinned Posts, allowing the user to collapse all pinned posts into a more condensed view via a toggle. For more information, please read this post - https://steemit.com/hive-151113/@the-gorilla/proposal-86-change-log-community-pinned-posts
Deleted commented out styles that were used for debugging.
Implemented a configurable banner for each community. These can be set within the Community's Settings. More detail can be found here - https://steemit.com/hive-151113/@the-gorilla/proposal-86-change-log-community-banner-and-settings
set the current rate vests_per_trx (steemit#3925)
Introduced translations for the community pages - Main page, banner, subscribe button and settings.
Included additional translation for Show / Collapse Pinned posts.
ety001
approved these changes
Oct 28, 2024
@the-gorilla-steem Hi, this PR has been deployed on dev environment. https://steemitdev.com . |
Also deployed to steemit.moecki.online for testing. Update: current commit Pinned Posts Fix also deployed. |
Adjusted the pinned posts display so that when the "minimised state" is stored and then posts are unpinned, it reverts to the list view.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes to the community pages: