You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey I'd be interested in picking this up! I know it's relatively big as a first issue but I think I could get this over the line.
After a cursory look, it looks like I'd need to:
Create a recent deals component
add the new component to the featuredDealsSection.tsx component
Use/create a query in lib/queries:
could repurpose getApprovedDealsByCategory and manually pass in 'all' for the category
I don't think we need any new typing since recent is a part of all in this case. Do you have any idea about the design? Would you want a tab/navbar like what is implemented in categories? Or would you rather extend the featured sections like so:
I've probably overlooked, but would love to talk more about this ticket!
Is your feature request related to a problem? Please describe.
As a user, I want to see a few of the most recently posted deals.
Describe the solution you'd like
Created another section under the featured section for recently deals.
Describe the benefits of your solution
This will highlight the most recent deals.
The text was updated successfully, but these errors were encountered: