Commit Graph
9 Commits
Author SHA1 Message Date
Andrew Miner 76d517cc4f Complete design for item description editing 2015-05-02 17:35:59 -07:00
Andrew Miner 5b014c9921 Redesign the crafting page
This introduces the new crafting page design featuring a new vertical
layout and list display of all crafting steps. It also makes it easy
to move items between the have/need sections and even from each step
into your inventory (causing a new crafting plan to be created which
doesn't plan on making that item).

* Convert the `BaseController.hide` and `show` methods to be much
  more robust in the use of CSS transitions (using a timer in case a
  transition doesn't actually fire).
* Change `hide`/`show` to use events for communicating animation
  state instead of callbacks
* Convert several controllers to fire events for communication with
  parent controllers instead of accepting functions.
* Rewrite the `CraftPageController`, `CraftPage` model and related
  Jade/SCSS files to implement the new design.
* Alter the `InventoryController` and `StackController` to allow a
  variety of action buttons, and for the events from those action
  buttons to bubble up to parent controllers
* Add the `StepController` and its related model, template, and style
  sheet as part of the new craft page.
* Tweak the `ItemSelectorController` and related files to allow for
  a variety of styles for the launcher button
2015-04-20 09:17:58 -07:00
Andrew Miner 9230b09e25 Sketch mockups for redesigned "Craft" page 2015-04-10 19:32:07 -07:00
Andrew Miner cb8e51dd11 Add Mekanism 2015-04-03 18:01:39 -07:00
Andrew Miner 14ef6e47c7 Add descriptions for some BuildCraft items 2015-04-02 18:17:20 -07:00
Andrew Miner 764f835698 Add first half of login process 2015-03-30 18:39:37 -07:00
Andrew Miner abaf617079 Add a tutorial for Iron Chests 2015-03-24 19:09:29 -07:00
Andrew Miner b34d6ef483 Improve Gates, Wires, and Chips tutorial for BC 2015-03-20 14:05:34 -07:00
Andrew Miner 0a6c185965 Restructure static files into a single directory 2015-03-08 15:05:24 -07:00