# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#4 | 13974 | tjuricek |
Moving 'ui/static' to 'helix_web_components' project, and altering some notes. Also, removed obsolete top-level Rake tasks. The "Helix Web Components" project will likely get moved elsewhere in the future. |
||
#3 | 13971 | tjuricek |
Add the ability for the header to display a "subnav" element. This is likely not our final UI, we may need to customize an individual nav-item to function like a breadcrumb. But functionally, it's working, the behavior should be the same. |
||
#2 | 13962 | tjuricek |
Add 'location' store and integrate "Jest" for unit testing. The location will trigger different views of the main ProjectManagement component. The Jest framework allows us to create headless tests of the React component logic. It's a little tricky, and right now has a dependency on node 0.10. |
||
#1 | 13769 | tjuricek | Add a trivial 'Header' component with a log out method. |