Skip to content

Commit

Permalink
docs: ✏️ updated latest changes modal
Browse files Browse the repository at this point in the history
  • Loading branch information
fpbrault committed Dec 22, 2021
1 parent 77efcdb commit b225695
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions components/Rewards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,18 +192,24 @@ const Rewards: React.FC = () => {
/>

<div className="modal">
<div className="modal-box">
<div className="w-full max-w-5xl mx-4 my-auto rounded-lg modal-box">
<div className="mb-4 text-3xl font-bold">
{"Version " + LIB_VERSION + " - What's new:"}
</div>
<ul className="px-4 list-disc">
<ul className="h-full px-4 overflow-auto list-disc max-h-64">
<li>Public Key is now saved to local storage</li>
<li>
<span>Predicted future rewards based on current votes can be viewed. </span>
<span className="text-sm italic">
Keep in mind that these reward values may change at any time!
</span>
</li>
<li>Fixed new account data not always being retrieved when pressing refresh</li>
<li>
Added input to set a investment value on all pairs. The value is ignored when a public
key has been entered.
</li>
<li>Minor UI improvements</li>
</ul>
<div className="modal-action">
<button tabIndex={0} className="btn" onClick={() => handleSetVersion()}>
Expand Down

1 comment on commit b225695

@vercel
Copy link

@vercel vercel bot commented on b225695 Dec 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.