* fix: share modal not opening
* fix: add more spacing above snackbar link
* fix: properly close thumbnail error modal
* fix: better align media property icons
* fix: tx filter alignment and prevent hiding filter if no current tx's
* fix: publish markdown on dark mode
* fix: add max-width on container for large screens
* fix: channel pagination aligmnent and spacing
* fix: modal spacing and flow errors
* fix: home page scrolling (now with mouse scrolling)
* fix: hover color in dark mode for outline buttons
* fix: improve file page spacing/layout
* cleanup
* fix: wrap file actions on smaller screens
* fix: comment button spacing
* Fixes
* Fix top result
* Added icons to React component
* Trying to get icons to work
* Icons
* add icon-custom.jsx with buildIcon function
* Icon fixes
* Fixed subscription screen
* fix: channel button color on dark mode
* fix: disabled primary button in dark mode
* fix: show pending publishes immediately
* update lbry-redux
* remove duplicate import
* use lbry colors for 'new' badge
* fix: don't filter transactions in recent transactions
* fix: remove unread subscriptions on un-subscribe
* handle edits and new files the same for pending publishes
* don't loop over transactions if we don't have to
* bump lbry-redux
- Remove useless file modal types as is not referenced anymore in this repository.
- Changed import statements to use lbry-redux to import modal types constants.