Skip to content

Release v0.3.0

Compare
Choose a tag to compare
@amirfakhrullah amirfakhrullah released this 22 Jun 16:59
· 27 commits to main since this release
264efbd

What's changed

@tailwindcss/typography (Issus #84)

Mobile View Upgrade (Issue #73)

  • Menu on header for mobile view
  • Menu to open popup displaying left and right panels
  • Since left and right panels are hidden on mobile view, now they can access those panels by clicking the menu tab in header

UI Change

  • Popular tab as default in homepage d8196f4

Optimization

  • /posts/[id] - getServerSideProps to interact with db for updating views only b588f75

Refactoring (Issue #72)

  • Files structure
  • Refactor codes by creating separate components

Fixes

  • Filter by tags bug (Issue #79)