Skip to content

v0.3.1 (Admin Application updates & fixes)

Compare
Choose a tag to compare
@MKHenson MKHenson released this 20 Jun 14:10
· 729 commits to master since this release

v0.3.1

  • Created 'detail' directive for labelled form content in admin application - see 1978ee8
  • Bug fixes, CSS improvements and further modularization - see ac41b0f
  • Added tick-box directive, gave each state a container div with its respective class name, and updated some of the existing tick-boxes to the new directive - see 97f7d7e
  • Created directive for state header and implemented it in each state screen - see f101153
  • CSS fixes for the media state and item panels - see fae68ed
  • Multi-clicking in media now only works if control key is down - see 56dc9b2
  • Created the item-panel directive and updated the post and user states to make use of them - see bf77afa
  • Fixed/Simplified layout of SEO page - see 8f68922
  • Bug fix: Removing render returned error even when successful - see ddfa1e8
  • Moved admin application's search bar into its own directive - see f57435d
  • Added button directives to isolate button css and create common elements for all button types - see 7865259
  • Split scss files. Closes issue #10 - see 4a97c55
  • Completed work on error modal directive. Closes issue #11 - see 851832a
  • Added style variables, and split main css into error and pager directives. WIP - see cbe14e6
  • Updated admin app's package with latest dependencies. Working on node v6.2.1 - see d017ccd
  • Updated admin app to use sub state URLs - see 058db1e
  • Updated admin app to use new post endpoints. See #18 - see c5de9ce
  • Updated post endpoints to closer reflect a RESTful API. Updated tests to work with new endpoints See #18 - see b39bca1