nukeop / nuclear

Streaming music player that finds free music for you
https://nuclear.js.org/
GNU Affero General Public License v3.0
11.72k stars 1.02k forks source link

Converted GenresTab components to TypeScript #1591

Closed sicin closed 2 months ago

sicin commented 2 months ago

Apart from the conversion to TypeScript and adding types in all relevant places, a small refactor was done. Everything is supposed to work exactly as before, tested manually to make sure there are no differences compared to previous functionality. One component was refactored into React.FC, used template literals instead of the "+" concat method. Removed one unused import in the Dashboard.