ff14-advanced-market-search / saddlebag-with-pockets

This is the Frontend for the FF14 Marketplace
https://saddlebagexchange.com/
Apache License 2.0
30 stars 14 forks source link

get backlinks into garland tools #419

Open cohenaj194 opened 4 months ago

cohenaj194 commented 4 months ago

https://github.com/ufx/GarlandTools

image

we could add a saddlebag link with "average price and sale statistics"

cohenaj194 commented 4 months ago

hmm maybe we can just pop it in here

https://github.com/ufx/GarlandTools/blob/master/Garland.Web/db/index.html#L1191-L1198

                            <div class="source-link collapse-toggle line" data-id="0" data-type="market">
                                <span class="name">
                                    {{?it.ingredient_of || it.obj.category == 59}}<label><input type="checkbox"> Price and Sales Statistics</label>{{??}}Price and Sales Statistics{{?}}
                                </span>
                                <a href="saddlebagexchange.com/queries/item-data/{{=it.id}}" target="_blank" class="right">Open Saddlebag Exchange.</a>
                            </div>