-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove border-left/right and border-radius in Wallet/Activity page (#1935) * Remove border-left/right and border-radius in Wallet/Activity page In smaller device, page takes full width so blocks in Wallet and Activity page now longer have border-left and border-right. These CSS properties are visible for medium device and above. Same for border-radius, on smaller device it is creating unwanted white-space. Border-radius is only available on medium device and above. * Adjust border and border-radius for multiple view ports - Remove border right on medium devices - Remove border-radius for smaller devices * Add border-radius on Wallet and Activity medium or greater screens * Add loader class instead of inline css Add UserActivityActions__loader and related css. * use npm packages instead of git (#2034) * use develop as upstream branch (#2035) * update BBackTop logic (#2036) * Fix activity formatting on unfamiliar custom json operations (#1909) (#2037) * fix: refresh login based on loaded, not authenticated prop (#2042) * fix: add UPVOTE_LOCKOUT error fingerprint (#2043) * fix: subtract delegated_vesting_shares from available shares (#2047) * fix: always set current images, links, users and tags (#2048) * feat: add create json metadata for comments (#2049) * Release 2.5.1
- Loading branch information
Showing
22 changed files
with
188 additions
and
183 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.