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

Feature/scan info #45

Closed

Conversation

Christiantyemele
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@Ngha-Boris Ngha-Boris left a comment

Choose a reason for hiding this comment

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

Hello @Christiantyemele one of the checks failed please consider checking that out.

@Christiantyemele
Copy link
Collaborator Author

Hello @Christiantyemele one of the checks failed please consider checking that out.

@Ngha-Boris issue resolved plz review

Copy link
Collaborator

Choose a reason for hiding this comment

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

Please @Christiantyemele remove this file. Here we're using only yarn.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

Please @Christiantyemele remove this file. Here we're using only yarn.

Done

Copy link
Collaborator

@Ngha-Boris Ngha-Boris left a comment

Choose a reason for hiding this comment

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

LGTM

src/index.scss Outdated
Comment on lines 5 to 77
.container {
display: flex;
padding: 1em;
align-items: center;
min-width: 60dvh;
background-color: gainsboro;
border: 2px solid white;
justify-content: space-evenly;
border-radius: 10px;
max-width: 580px;
}

.main-container {
margin-top: 5em;
display: flex;
justify-content: center;
min-height: 368px;
min-width: 172px;
}

.submit {
margin: 1em;
color: blue;
}

.cancel {
margin: 1em;
color: red;
}

.buttons {
display: grid;
justify-content: space-evenly;
}

.inputs {
margin: 0.5em;
}

.title {
display: flex;
justify-content: center;
margin-bottom: 2em;
font-size: 1.3em;
}

.head {
background: rgb(226 236 245);
font-size: 0.99em;
line-height: 1.1em;
}

.add::after {
content: 'Add Scan';
position: absolute;
visibility: hidden;
}

.parent-button {
display: grid;
justify-content: center;
align-items: end;
margin-top: 30em;
}

.add:hover::after {
visibility: visible;
opacity: 1;
}

.add {
cursor: pointer;
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove this and use tailwind only

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@@ -0,0 +1,11 @@
import { Link } from 'react-router-dom';

export const InfoButton = () => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

This component's name doesn't match the file name

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

src/app.tsx Outdated
Copy link
Collaborator

Choose a reason for hiding this comment

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

Cancel these changes

package-lock.json Outdated Show resolved Hide resolved
package-lock.json Outdated Show resolved Hide resolved
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.

4 participants