Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

[Feature] Show lot category on the hotspots widget #90

@ItsSim

Description

@ItsSim

In issue #62 the Hotspots widget was created, but the lot category isn't visible.

This feature would consist of a small indicator using an icon representative of the lot category (dice for a gaming lot, for example - can use material icons that are already bundled, or new SVGs to be bundled).


The lot category is available in the API response as 'category':

https://beta.freeso.org/LauncherResourceCentral/TrendingLots

"lots": [
    {
      "lot_id": 16708,
      "location": 17760540,
      "name": "Queen's Money Island",
      "description": "...",
      "category": 1,

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions