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

Using <a> in CalendarHeader.tsx tags is a bad idea when we use react-router. #477

Open
ngwattcos opened this issue Jan 27, 2021 · 2 comments

Comments

@ngwattcos
Copy link
Member

ngwattcos commented Jan 27, 2021

Replaces instances of <a> tags with a <div> tag styled in the same way.

Add a call to history.push(...) to the onClick of the div.

In the CalendarHeader.scss...

  • Change from the reference to a child <a> to a reference to a child <div>
  • In that same div, change cursor to a pointer on hover
@asharonbaltazar
Copy link

Hey there! I'd like to start contributing to this repo. Unfortunately, the link to the viewing setup instructions is down. Please point me in the right direction.

One more thing: Is this React or React Native?

@ngwattcos
Copy link
Member Author

@asharonbaltazar Thank you for your interest in Queue Me In! Unfortunately, our documentation has not kept pace with development. I've filed out an issue reflecting this.

To answer your questions briefly, you can setup a local clone by running yarn and starting with yarn start. This app is made with TypeScript and React.

@asharonbaltazar asharonbaltazar mentioned this issue Jan 28, 2021
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants