Skip to content

Commit

Permalink
adding Eaving search
Browse files Browse the repository at this point in the history
  • Loading branch information
cohenaj194 committed Jul 9, 2024
1 parent d098fb3 commit 64e53ec
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions app/routes/ffxiv.marketshare.queries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ const searchParams = {
'/ffxiv/marketshare?timePeriod=168&salesAmount=3&averagePrice=10000&filters=-1&sortBy=marketValue',
bestGear:
'/ffxiv/marketshare?timePeriod=168&salesAmount=3&averagePrice=10000&filters=1,2,3,4,-5&sortBy=marketValue',
bestRawMats:
'/ffxiv/marketshare?timePeriod=24&salesAmount=10&averagePrice=10&sortBy=marketValue&filters=6',
bestGathering:
'/ffxiv/marketshare?timePeriod=24&salesAmount=10&averagePrice=10&sortBy=marketValue&filters=6'
'/ffxiv/marketshare?timePeriod=24&salesAmount=30&averagePrice=500&sortBy=marketValue&filters=47%2C48%2C49%2C50'
}
const recommendedQueries = [
{
Expand All @@ -60,6 +62,13 @@ const recommendedQueries = [
Icon: DocumentSearchIcon,
href: searchParams.percentChange
},
{
name: 'Eaving Tidemoores Best Raw Materials to Gather.',
description:
'See the best earning and fastest selling raw materials to gather. Made by Eaving Tidemoore.',
Icon: DocumentSearchIcon,
href: searchParams.bestGathering
},
{
name: 'Mega Value Marketshare (Weekly)',
description:
Expand Down Expand Up @@ -120,11 +129,11 @@ const recommendedQueries = [
href: searchParams.bestGear
},
{
name: 'Best Raw Materials to Gather.',
name: 'Best Raw Materials to Sell.',
description:
'See the best earning and fastest selling raw materials to gather.',
'See the best earning and fastest selling raw materials to sell.',
Icon: DocumentSearchIcon,
href: searchParams.bestGathering
href: searchParams.bestRawMats
}
]

Expand Down

0 comments on commit 64e53ec

Please sign in to comment.