diff --git a/src/lib/calculator/Calculator.svelte b/src/lib/calculator/Calculator.svelte index 22eb808..329b30a 100644 --- a/src/lib/calculator/Calculator.svelte +++ b/src/lib/calculator/Calculator.svelte @@ -214,6 +214,23 @@ {/if} + {#if commissions.length == 0} +
+
+

It's alone here :'(

+

You currently have no commissions selected. Add one -->

+
+ +
+ {/if} + + {#if commissions.length > 10} +
+

Calm down Elon Musk! + Your list is becoming quite long. Loading and saving long lists is not supported and may cause considerable lag or result in loss of data.

+
+ {/if} + {#each [...commissions].reverse() as commission}