Skip to content

Conversation

@Flosciante
Copy link
Contributor

resolves #1123

@Flosciante Flosciante requested a review from clemcode January 3, 2023 17:30
@vercel
Copy link

vercel bot commented Jan 3, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
nuxt-com-theme ❌ Failed (Inspect) Jan 4, 2023 at 5:25PM (UTC)

>,
default: () => {}
},
backgroundImg: {
Copy link
Contributor

Choose a reason for hiding this comment

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

backgroundImage could be more explicit and cohesive with the Image prop

Comment on lines 89 to 94
{
path: String,
width: any,
height: any,
format: String
}
Copy link
Contributor

Choose a reason for hiding this comment

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

This can be an interface to reuse below

interface Image {
        path: string,
        width: any,
        height: any,
        format: string
}

@clemcode clemcode marked this pull request as ready for review January 4, 2023 17:24
@clemcode clemcode merged commit 6a5ded8 into main Jan 4, 2023
@clemcode clemcode deleted the refactor/cards branch January 4, 2023 17:25
danielroe pushed a commit that referenced this pull request Oct 18, 2023
* refactor: unify cards and cards list

* fix(jobsListItem): light color on remote tag

* refactor: use image interface for image props

Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
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.

[Refactor] Cards

3 participants