Skip to content

v1.2.1

Compare
Choose a tag to compare
@danielmbrasil danielmbrasil released this 24 Sep 13:23
· 197 commits to master since this release
7b7159f

v1.2.1

Async image processing

  • Use Shrine to handle uploads
  • Process images asynchronously with Sidekiq
  • Use Redis for cache storage

Daniel M Brasil

Modals for unauthorized actions

  • Modal for not logged-in user who tries to like, comment, follow
  • Fix profile banner display
    Gabriel M Utzig