* Align search button style with other navbar buttons, disable search box when hidden, adjust search box size
* Align search button margin with other navigation bar buttons
* Improvements to post listings.
* Expanded image and body now show below the rest of the listing.
* The above are also offset to not be under the votes and thumbnail.
* Post title doesn't jump to a new line when you expand the image.
* Thumbnail doesn't disappear when you expand the image.
* Does not apply on mobile since things don't jump around as much.
* Clicking expanded image opens the original in a new tab.
* Does not apply on mobile since you can just long press.
* Instead tapping the image closes it.
* pictrs images now prefer the original format over jpg.
* Rendering split into many functions to improve readability.
* Post actions are now on the same line as the comments button.
* Post actions now show on mobile.
* Comments button made larger.
* Expanding or contracting an image now expands or contracts the body.
* Regenerated yarn.lock
To avoid problems resulting from malicous changes by the dev of `colors`
* Update main.css
* Add some fallback for better rendering in older browsers
* Add some fallback for rendering in older browsers
* Add some fallback properties for older browsers
* Try to fix build for legacy browser improvements
* Update main.css
* Extracting user settings and profile page.
- Auto-collapsing dropdown and navbar on link clicks.
- Fixes#180
* Adding User and Community blocking. Fixes#295
- Added a new settings page.
- Switched to myUserInfo.
- Removing GetFollowedCommunities endpoint
* Fixing blocks