body { padding: 60px; /* font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; */ } a { /* color: #00B7FF; */ } #logger { font: 12px "Lucida Grande", Helvetica, Arial, sans-serif; height: 100%; } #canvas { height: 100%; } .link { fill: none; stroke: #ccc; stroke-width: 2.5px; } #serverModal .modal-dialog{ width: 80%; margin-left: -40%; } #serverModal .modal-content{ background: #2e3338; width: 100%; } #serverModalTableTitle { background: #22262A; }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#6 | 8378 | Joe Robinson |
- Server modal working. - Simplified backbone data fetching. - Log out of perforce now and not just empty session. - TODO: - Prettier/different icons for each server type. - Modal image and parent/child list. |
||
#5 | 8373 | Joe Robinson |
- Moved to d3 to handle image drawing (SVG). - Proper sessions (logging in/out) implemented. - TODO: Fix server modal style/formatting & populate with data. |
||
#4 | 8371 | Joe Robinson |
Implemented cookies/sessions (still need logout functionality). Cleaned up logging window; delete older messages so new ones do not break the page. |
||
#3 | 8367 | Joe Robinson |
Improve backbone data retrieval functionality (for building canvas nodes). Connect/login modal working almost as desired. Draw basic things on canvas. Preliminary implementation of Redis DB/cookie saving. |
||
#2 | 8362 | Joe Robinson |
Basic backbone functionality. Removed user routes. |
||
#1 | 8356 | Joe Robinson |
Refactored files, old service version can be deleted. Improved base service structure. |