mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: push for isaac
This commit is contained in:
parent
a462c01f88
commit
cee67d1262
2 changed files with 2 additions and 12 deletions
|
@ -229,7 +229,7 @@ preferenceMaker donate =
|
||||||
)
|
)
|
||||||
[ el
|
[ el
|
||||||
[ tooltip
|
[ tooltip
|
||||||
"This represents how pleasant it was to interact with the host(s)."
|
"This represents how strongly I prefer a given platform relative to other platforms."
|
||||||
]
|
]
|
||||||
(text "Preference:")
|
(text "Preference:")
|
||||||
]
|
]
|
||||||
|
@ -279,16 +279,6 @@ getPreferenceTooltip num =
|
||||||
"Preference is out of bounds."
|
"Preference is out of bounds."
|
||||||
|
|
||||||
|
|
||||||
donateNames =
|
|
||||||
[ "Service Fees"
|
|
||||||
, "Subscriptions"
|
|
||||||
, "Fast Payments"
|
|
||||||
, "User Friendly"
|
|
||||||
, "Anonymous"
|
|
||||||
, "Reward Tiers"
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
tableMaker : Donate -> Element msg
|
tableMaker : Donate -> Element msg
|
||||||
tableMaker donate =
|
tableMaker donate =
|
||||||
column
|
column
|
||||||
|
|
|
@ -53,5 +53,5 @@ export const onReady = ({ app, env }) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
app.ports.gotArgHeight.send(heights);
|
app.ports.gotArgHeight.send(heights);
|
||||||
});z
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue