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

Minor UI update #2137

Merged
merged 1 commit into from
Apr 14, 2021
Merged

Conversation

PedroFonsecaDEV
Copy link
Contributor

Issue This PR Addresses

No open issue.

Type of Change

  • Bugfix: Change which fixes an issue
  • New Feature: Change which adds functionality
  • Documentation Update: Change which improves documentation
  • UI: Change which improves UI

Description

This is a minor update to our UI:

1: <TelescopeAvatar> size changed in <BannerButtons>.

2: Updated <TelescopeaAvatar> to receive blog and link to it (optional).

3: Removed some extra spaces from our UI:
Removed padding-top for Desktop and mobile from postsWrapper rendered by

4: Banner Button ScrollDown: Is back to work. So users can use the scroll-snap if available (@DukeManh is working on it) or use the button.

Checklist

  • Quality: This PR builds and passes our npm test and works locally
  • Tests: This PR includes thorough tests or an explanation of why it does not
  • Screenshots: This PR includes screenshots or GIFs of the changes made or an explanation of why it does not (if applicable)
  • Documentation: This PR includes updated/added documentation to user exposed functionality or configuration variables are added/changed or an explanation of why it does not(if applicable)

@birtony
Copy link
Contributor

birtony commented Apr 13, 2021

@chrispinkney @birtony @DukeManh @tonyvugithub @yuanLeeMidori lets take a look a this PR

birtony
birtony previously approved these changes Apr 13, 2021
style={{
width: size,
height: size,
fontSize: `calc(${size} * 0.43)`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might want to do this calculation on line 26 and store the result in const, then pass it down

DukeManh
DukeManh previously approved these changes Apr 14, 2021
@PedroFonsecaDEV
Copy link
Contributor Author

Rebasing and merging.

BannerButtons update <TelescopeAvatar>

Update <TelescopeaAvatar>:
Add blog option.

Remove `padding-top`:
 Class: postsWrapper inside <Posts>

Remove `padding-top` on mobile:
     Class: postsWrapper inside <Posts>

Banner Button ScrollDown:
Working
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants