Open elyobelyob opened 3 hours ago
Just realised the default text of shouty text "MEDIUM" etc probably could be improved.
Any suggestions? Just uppercase first char of it, or give user ability to keep "HIGH", or just the option to decide whether to format or not.
Partly a note to myself to remember to do it.
const formattedGreennessIndex = greennessIndex.charAt(0) + greennessIndex.slice(1).toLowerCase();
<td class="forecast_index ${bgColor}">${formattedGreennessIndex}</td>
Just realised the default text of shouty text "MEDIUM" etc probably could be improved.
Any suggestions? Just uppercase first char of it, or give user ability to keep "HIGH", or just the option to decide whether to format or not.
Partly a note to myself to remember to do it.