diff --git a/src/actions/livepeer.js b/src/actions/livepeer.js index c98da4f..d0866b1 100644 --- a/src/actions/livepeer.js +++ b/src/actions/livepeer.js @@ -119,8 +119,8 @@ export const getEvents = () => async dispatch => { eventTo = ""; if (eventContainsBond) { eventDescription = -
-
+
+

🚀

@@ -130,7 +130,8 @@ export const getEvents = () => async dispatch => {

-
+
+

{tmpAmount.toFixed(2)} LPT stake

@@ -141,8 +142,8 @@ export const getEvents = () => async dispatch => {
} else { eventDescription = -
-
+
+

🚀

@@ -152,7 +153,8 @@ export const getEvents = () => async dispatch => {

-
+
+

round {tmpWhen}

@@ -165,8 +167,8 @@ export const getEvents = () => async dispatch => { eventType = "Unbond"; eventColour = unbondColour; eventDescription = -
-
+
+

@@ -176,7 +178,8 @@ export const getEvents = () => async dispatch => {

-
+
+

{tmpAmount.toFixed(2)} LPT

@@ -196,8 +199,8 @@ export const getEvents = () => async dispatch => { eventType = "Stake"; eventColour = stakeColour; eventDescription = -
-
+
+

@@ -207,7 +210,8 @@ export const getEvents = () => async dispatch => {

-
+
+

{tmpAmount.toFixed(2)} LPT

@@ -219,8 +223,8 @@ export const getEvents = () => async dispatch => { if (eventType === "Stake" && eventDescription === "") { if (eventFrom === "0x0000000000000000000000000000000000000000") { eventDescription = -
-
+
+

@@ -230,7 +234,8 @@ export const getEvents = () => async dispatch => {

-
+
+

{tmpAmount.toFixed(2)} LPT

@@ -239,8 +244,8 @@ export const getEvents = () => async dispatch => { } else if (eventFrom === eventTo) { eventFrom = ""; eventDescription = -
-
+
+

@@ -250,7 +255,8 @@ export const getEvents = () => async dispatch => {

-
+
+

{tmpAmount.toFixed(2)} LPT

@@ -258,8 +264,8 @@ export const getEvents = () => async dispatch => {
} else { eventDescription = -
-
+
+

@@ -269,7 +275,8 @@ export const getEvents = () => async dispatch => {

-
+
+

{tmpAmount.toFixed(2)} LPT

@@ -326,18 +333,19 @@ export const getEvents = () => async dispatch => { continue; } const txt = -
-
+
+

🏦

- withdrew staking rewards + withdrew stake

-
+
+

{amount.toFixed(2)} LPT

@@ -365,8 +373,8 @@ export const getEvents = () => async dispatch => { continue; } const txt = -
-
+
+

🏦

@@ -376,13 +384,11 @@ export const getEvents = () => async dispatch => {

-
+
+

{amount.toFixed(4)} Eth

-

- round {eventObj.data.withdrawRound} -

finalEventList.push({ @@ -405,8 +411,8 @@ export const getEvents = () => async dispatch => { const amount1 = parseFloat(eventObj.data.rewardCut) / 10000; const amount2 = 100 - (eventObj.data.feeShare / 10000); const txt = -
-
+
+

🔄

@@ -416,7 +422,8 @@ export const getEvents = () => async dispatch => {

-
+
+

{amount1.toFixed(2)}% on staking rewards

@@ -448,8 +455,8 @@ export const getEvents = () => async dispatch => { continue; } let txt = -
-
+
+

💰

@@ -459,7 +466,8 @@ export const getEvents = () => async dispatch => {

-
+
+

+{amount1.toFixed(2)} LPT rewards

@@ -487,8 +495,8 @@ export const getEvents = () => async dispatch => { eventContainsReward = true; const amount1 = parseFloat(eventObj.data.amount) / 1000000000000000000; let txt = -
-
+
+

💸

@@ -498,7 +506,8 @@ export const getEvents = () => async dispatch => {

-
+
+

+{amount1.toFixed(2)} LPT

@@ -603,8 +612,8 @@ export const getTickets = () => async dispatch => { if (eventObj.name === "WinningTicketRedeemed") { const amount = parseFloat(eventObj.data.faceValue) / 1000000000000000000; const txt = -
-
+
+

🎟️

@@ -614,9 +623,12 @@ export const getTickets = () => async dispatch => {

-

- +{amount.toFixed(4)} Eth -

+
+
+

+ +{amount.toFixed(4)} Eth +

+
finalTicketList.push({ eventType: "RedeemTicket", diff --git a/src/components/eventButton.js b/src/components/eventButton.js index a469d2b..2cf2dec 100644 --- a/src/components/eventButton.js +++ b/src/components/eventButton.js @@ -85,7 +85,7 @@ const EventButton = (obj) => { {eventCaller}
-
+
{obj.eventObj.eventDescription}
diff --git a/src/style.css b/src/style.css index e4cdc6f..c086b5a 100644 --- a/src/style.css +++ b/src/style.css @@ -216,6 +216,15 @@ svg { border-radius: 1em; } +.verticalSeparator { + width: 0.2em; + border-left: dashed 2px rgba(122, 128, 127, 0.4); + margin-left: 0.5em; + margin-right: 0.5em; + display: flex; + align-items: stretch; +} + .flexContainer { box-sizing: border-box; height: 100%;