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

New Footer Style #38

Closed
wants to merge 18 commits into from
Closed

Conversation

MistaPidaus
Copy link
Contributor

@MistaPidaus MistaPidaus commented Jun 19, 2020

Enhance/Improve Footer styling based on #9

cc: @mmahalwy

- Define default style for hyperlink and heading
@vercel
Copy link

vercel bot commented Jun 19, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

@MistaPidaus MistaPidaus changed the title Enhance/footer New Footer Style Jun 19, 2020
@mmahalwy
Copy link
Contributor

@nabeel- any idea why the test actions are not being fun?

@nabeel-
Copy link
Contributor

nabeel- commented Jun 26, 2020

@nabeel- any idea why the test actions are not being fun?

Turns out the action was not being run on PRs from forks (since there was no actual push event on this repo until you merge). This is fixed by #41

@vercel vercel bot temporarily deployed to Preview June 26, 2020 18:30 Inactive
@MistaPidaus
Copy link
Contributor Author

@mmahalwy can you check why Vercel deployment taking too long?

Copy link
Contributor

@mmahalwy mmahalwy left a comment

Choose a reason for hiding this comment

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

Thanks so much for your help so far. Left a few comments!

import React from 'react';
import { Container } from 'styled-bootstrap-grid';
import styled from 'styled-components';
import React from "react";
Copy link
Contributor

Choose a reason for hiding this comment

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

@nabeel- I feel like ESlint should have caught double quotes here, no?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@mmahalwy @nabeel- I think its better if we have prettier on the development level, as in during the coding time and it will auto format on save.

It doesn't hurt to have prettier config, right?

Copy link
Contributor

Choose a reason for hiding this comment

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

Uh oh, looks like the commit (1c00ebd) from the PR (#25) doesn't exist on master anymore. Was master force-pushed?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think its better if we have prettier on the development level, as in during the coding time and it will auto format on save

@MistaPidaus Agreed! We had this in the commit/PR I mentioned above but it seems to have disappeared from master. There is also a pre-commit hook that will auto-fix errors, too

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@nabeel- I see. It looks like it.

Please, no more force push. It will ruin the project.

src/components/Footer.tsx Outdated Show resolved Hide resolved
src/components/Footer.tsx Outdated Show resolved Hide resolved
src/components/Footer.tsx Outdated Show resolved Hide resolved
src/components/Footer.tsx Outdated Show resolved Hide resolved
src/components/Footer.tsx Outdated Show resolved Hide resolved
src/styles/GlobalStyles.ts Outdated Show resolved Hide resolved
src/styles/GlobalStyles.ts Outdated Show resolved Hide resolved
src/styles/GlobalStyles.ts Outdated Show resolved Hide resolved
src/styles/GlobalStyles.ts Outdated Show resolved Hide resolved
@mmahalwy
Copy link
Contributor

@MistaPidaus left some comments

@MistaPidaus
Copy link
Contributor Author

@mmahalwy updated the PR

mmahalwy
mmahalwy previously approved these changes Jul 6, 2020
src/components/Anchor/index.tsx Outdated Show resolved Hide resolved
src/utils/styles.ts Outdated Show resolved Hide resolved
@MistaPidaus
Copy link
Contributor Author

@mmahalwy Updated PR

Copy link
Contributor

@mmahalwy mmahalwy left a comment

Choose a reason for hiding this comment

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

Hmm, storybook is failing for some reason

src/components/Footer.tsx Outdated Show resolved Hide resolved
@MistaPidaus
Copy link
Contributor Author

@mmahalwy added story

@tifa2UP tifa2UP closed this Aug 25, 2021
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

4 participants