Skip to content

v2.0.1

Compare
Choose a tag to compare
@matheusmisumoto matheusmisumoto released this 25 May 03:50
· 27 commits to main since this release
  • Adopt server components as default across the app.
  • Move user restricted routes to /dashboard
  • Use server actions on server rendering routes replacing functions that depended on client side interactions (like onClick).
  • Create actions.ts containing server actions
  • Implement simple API call on login page to smoother use of the app due to API container cold start.
  • Create new components to deal with client side interactions and avoid code repetition.
  • Create layout.tsx on dashboard root.
  • Adapt code as necessary to apply the changes.