Skip to content

Commit

Permalink
update account tabs links:
Browse files Browse the repository at this point in the history
 - add balances and offers tab
 - thresholds merged into signing
 - reorder to match order on accounts view
  • Loading branch information
Chris Hatch committed Mar 12, 2018
1 parent e15a042 commit 987438f
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Local: http://localhost:3000

### Lists

| Resource | URI |
| -------------- | -------------------------------------------- |
| Operations | [/operations](https://steexp.com/operations) |
| Transactions | [/txs](https://steexp.com/txs) |
| Ledgers | [/ledgers](https://steexp.com/ledgers) |
| Payments | [/payments](https://steexp.com/payments) |
| Trades | [/trades](https://steexp.com/trades) |
| Effects [SOON] | [/effects](https://steexp.com/effects) |
| Resource | URI |
| ------------ | -------------------------------------------- |
| Operations | [/operations](https://steexp.com/operations) |
| Transactions | [/txs](https://steexp.com/txs) |
| Ledgers | [/ledgers](https://steexp.com/ledgers) |
| Payments | [/payments](https://steexp.com/payments) |
| Trades | [/trades](https://steexp.com/trades) |
| Effects | [/effects](https://steexp.com/effects) |

### Directory

Expand All @@ -40,12 +40,14 @@ Local: http://localhost:3000

| Resource | URI |
| ---------------- | --------------------------------------------------------------------------------------------------------- |
| Balances Tab | [/account/stellar\*fed.network#balances](https://steexp.com/account/stellar*fed.network#balances) |
| Payments Tab | [/account/stellar\*fed.network#payments](https://steexp.com/account/stellar*fed.network#payments) |
| Offers Tab | [/account/stellar\*fed.network#offers](https://steexp.com/account/stellar*fed.network#offers) |
| Effects Tab | [/account/stellar\*fed.network#effects](https://steexp.com/account/stellar*fed.network#effects) |
| Operations Tab | [/account/stellar\*fed.network#operations](https://steexp.com/account/stellar*fed.network#operations) |
| Transactions Tab | [/account/stellar\*fed.network#transactions](https://steexp.com/account/stellar*fed.network#transactions) |
| Effects Tab | [/account/stellar\*fed.network#effects](https://steexp.com/account/stellar*fed.network#effects) |
| Signing Tab | [/account/stellar\*fed.network#signing](https://steexp.com/account/stellar*fed.network#signing) |
| Flags Tab | [/account/stellar\*fed.network#flags](https://steexp.com/account/stellar*fed.network#flags) |
| Thresholds Tab | [/account/stellar\*fed.network#thresholds](https://steexp.com/account/stellar*fed.network#thresholds) |
| Data Tab | [/account/stellar\*fed.network#data](https://steexpcom/account/stellar*fed.network#data) |

### Search
Expand Down

0 comments on commit 987438f

Please sign in to comment.