Skip to content

Conversation

@Tazmenian
Copy link

-Just added below codes for Product Modal
-have updated latest devDepencies at package.jason
-include useeffect on page.tsx for calling of product modal
-added color light-green on tailwind config

@vercel
Copy link

vercel bot commented Mar 18, 2024

@Tazmenian is attempting to deploy a commit to the shelly_boy's projects Team on Vercel.

A member of the Team first needs to authorize it.

@davidrayc davidrayc requested review from davidrayc and evad-e March 19, 2024 10:48
</div>
<div className="flex justify-between mt-4">
<label htmlFor="itemCode" className="block mb-1">Item Code</label>
<input
Copy link
Collaborator

Choose a reason for hiding this comment

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

Input is repetitive. Please separate in another component

/>
</div>
<div className="flex justify-end w-full mt-6">
<button
Copy link
Collaborator

Choose a reason for hiding this comment

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

Buttons are repetitive as well. Please put in a separate component

import { useEffect, useState } from 'react';
import Login from '../app/components/Login';


Copy link
Collaborator

Choose a reason for hiding this comment

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

Please format. Remove added spaces

@evad-e
Copy link
Collaborator

evad-e commented Mar 19, 2024

Update PR title as well please

@Tazmenian Tazmenian changed the title Feat/mark m/product modal Fixed: Code readability (spaces, code comments) and segregate repetitive tags to individual components Mar 20, 2024
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.

3 participants