Skip to content

Commit

Permalink
NMS: Rebuild nmsInfoBox
Browse files Browse the repository at this point in the history
Basically the old model forced each window to handle all the logic needed for
showing and managing a window. The new model takes care of the basic window-
management and lets us focus on "panels" that are reusable, independent of each
other, and can re-render themselves without concern for any other objects. We
are also able to define windows and views that use existing panels just by
providing a basic template to the windowHandler.

Does still have som bugs and missing functionality that needs to be addressed.
  • Loading branch information
niccofyren committed Apr 5, 2016
1 parent 6dc215e commit d1d1e3c
Show file tree
Hide file tree
Showing 2 changed files with 788 additions and 497 deletions.
2 changes: 1 addition & 1 deletion web/nms.gathering.org/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ <h3 class="panel-title">Time travel
</div>
</div>
</div>
<div id="info-panel-container" class="col-md-5" style="display: none; position: absolute; z-index: 120;">
<div id="info-box-container" class="col-md-5 hidden" style="position: absolute; z-index: 120;">
</div>
</div>

Expand Down
Loading

0 comments on commit d1d1e3c

Please sign in to comment.