Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 3.75 KB

layout-in-apps.md

File metadata and controls

38 lines (34 loc) · 3.75 KB

There are 2 layouts hardcoded into the mobile apps for ERC875 tokens; 1 for tickets, 1 for spawnable contracts:

Ticket

  ┌─────┐  ┌───────────────────────────────────────────────────┐
 x│count│  │                     category                      │
  └─────┘  └───────────────────────────────────────────────────┘
┌──────────────────────────────────────────────────────────────┐
│                            venue                             │
└──────────────────────────────────────────────────────────────┘
┌────┐┌────────┐  ┌────┐┌────────┐  ┌────────┐  ┌────┐┌────────┐
│icon││  date  │  │icon││countryA│vs│countryB│  │icon││ match  │
└────┘└────────┘  └────┘└────────┘  └────────┘  └────┘└────────┘
┌─────┐  ┌─────────────────────────────────────────────────────┐
│time │, │                 locality (aka city)                 │
└─────┘  └─────────────────────────────────────────────────────┘

Spawnable

  ┌─────┐  ┌───────────────────────────────────────────────────┐
 x│count│  │                     category                      │
  └─────┘  └───────────────────────────────────────────────────┘
┌──────────────────────────────────────────────────────────────┐
│                           building                           │
└──────────────────────────────────────────────────────────────┘
┌────┐┌────────┐  ┌────┐  ┌────────────┐  ┌────┐┌──────────────┐
│icon││  date  │  │icon│ S│  section   │  │icon││    numero    │
└────┘└────────┘  └────┘  └────────────┘  └────┘└──────────────┘
┌─────┐  ┌──────┐  ┌───────────────────┐   ┌──────┐   ┌────────┐
│time │, │street│, │locality (aka city)│ , │state │,  │country │
└─────┘  └──────┘  └───────────────────┘   └──────┘   └────────┘

The last line is collapsed by default. It wraps because it can be quite long for spawnable contracts.