this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Show tooltips for the tiny buttons on poll UI

+2
+2
src/components/poll.jsx
··· 199 199 setUIState('default'); 200 200 })(); 201 201 }} 202 + title="Refresh" 202 203 > 203 204 <Icon icon="refresh" alt="Refresh" /> 204 205 </button> ··· 212 213 e.preventDefault(); 213 214 setShowResults(!showResults); 214 215 }} 216 + title={showResults ? 'Hide results' : 'Show results'} 215 217 > 216 218 <Icon 217 219 icon={showResults ? 'eye-open' : 'eye-close'}