You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Footer now shows current version and contains a link to the changelog
Change icon size from 24 to 25 pixel - especially the Microsoft logo looks a lot cleaner now
The search button is now the most left one
Small update to the look of the footer, especially on smaller screens
The search term is stored in a single state in the App component, which replaces a dirty hack that involves catching the first letter and passing that to the Search component
Switched from StandardJS to Prettier and reformat the entire codebase
App only receives updates now after I publish a new release - before that the app updated on every push to the develop branch