Skip to content

Releases: slayerfat/cnc-commander

v0.2.0

01 May 18:15
Compare
Choose a tag to compare

Bug Fixes

  • fontAwesome should display icons from node_modules (086ebe7)
  • moved code into renderer folder. (b805c09)
  • templates wrapped in section tags (14fb7d7)
  • updates footer background look. (8b3b747)
  • user creation should not be allowed if validation fails. (3319d14)

Features

  • add basic toggle for small displays. (ff77efc)
  • app can be build into 32 or 64 arch. (6df13e8)
  • create user checks if user exists at creation (9b33b51)
  • Creates a new user with basic validation. (210d3ae)
  • DB needs a basic model representation. (c300db2)
  • db needs table schemas (da0ed6e)
  • Initial commit (821ab5d)
  • notification listens for main-notification event. (540ec6f)
  • user can be created and updated in modal view (b58a3d3)
  • user model encrypts password. (5f11b95)
  • views need basic notification component. (1893365)
  • WIP added ponchDB with basic view to support user index. (b496b68)