prachit-1999 / jacobsampledemo

0 stars 0 forks source link

Update the design for src/components/SAMPLE.tsx #3

Closed jacob-ai-bot[bot] closed 3 months ago

jacob-ai-bot[bot] commented 3 months ago

A new design has been added to Figma for the file src/components/SAMPLE.tsx. The design was converted into JSX. Here is what was provided:

<div style={{ width: '360px', height: '176px', backgroundColor: '#fff', borderRadius: '8px', overflow: 'hidden', boxShadow: '0 2px 4px rgba(0, 0, 0, 0.1)' }}>
  <div style={{ backgroundColor: '#0052cc', padding: '16px', display: 'flex', alignItems: 'center' }}>
    <div style={{ flexGrow: 1 }}>
      <img src="/images/logo.png" alt="Jira Logo" style={{ height: '24px' }} />
    </div>
  </div>
  <div style={{ padding: '16px' }}>
    <div style={{ display: 'flex', alignItems: 'center', padding: '8px 0' }}>
      <img src="/images/icon-design.png" alt="Design Icon" style={{ height: '16px', marginRight: '8px' }} />
      <span style={{ fontSize: '14px', color: '#172b4d' }}>Create issue from design</span>
    </div>
    <div style={{ display: 'flex', alignItems: 'center', padding: '8px 0' }}>
      <img src="/images/icon-import.png" alt="Import Icon" style={{ height: '16px', marginRight: '8px' }} />
      <span style={{ fontSize: '14px', color: '#172b4d' }}>Import an issue or project</span>
    </div>
  </div>
</div>
import { AccessAlarm } from '@material-ui/icons';
const element = <AccessAlarm />
  1. For images, the figma code will likely list the image name. This image has already been saved to the public folder. You must use that image as the source for the image tag.
  2. IMPORTANT: The design team did not wire up any of the buttons or links, they assigned that critical task to you. You MUST implement the code to handle the click events.

Here is a temporary snapshot of your design. It will expire in 60 minutes for security purposes. snapshot

Here are the images from your design. These images will be downloaded to this branch and these links will expire in 60 minutes for security purposes.

jacob-ai-bot[bot] commented 3 months ago

JACoB here...

You mentioned me on this issue and I am busy taking a look at it.

I'll continue to comment on this issue with status as I make progress.

jacob-ai-bot[bot] commented 3 months ago

Update

I've completed my work on this issue and have created a pull request: JACoB PR for Issue Update the design for src/components/SAMPLE.tsx.

Please review my changes there.