Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 692 Bytes

CHANGELOG.md

File metadata and controls

24 lines (19 loc) · 692 Bytes

Change Log

This repository adheres to semantic versioning and follows the conventions of keepachangelog.com.

Added

  • Initial project structure
  • Redux - persistance, logging, and thunk
  • Base screens and state
  • Login screen with actions
  • About screen with actions
  • Global reset action
  • App wrapper with loading indicator

Changed

  • Further abstract components into screens, containers & components
  • Json serialization using json_serializable
  • Auth token from user model to auth state

Fixed

  • State rehydration
  • DashboardVM name