Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* JSX conversion - replace .hbs templates with .jsx - change view template filenames - create Boxmenu model - condense view background style functions that are dependant on background image * only add spaces between non-null text Co-authored-by: Oliver Foster <[email protected]> * only add spaces between non-null text Co-authored-by: Oliver Foster <[email protected]> * add missing backtick and remove space * move setBackgroundImage functionality into the boxMenu template * move setHeaderBackgroundImage functionality into the boxMenu template * move setHeaderMinimumHeight functionality into the boxMenu template * apply textAlignment classes via className function * revert removal of setBackgroundImage * rename minimumHeight variable to headerMinimumHeight for consistency with other heading vars * move setBackgroundImage functionality into the boxMenu template * indentation amends * capitalise Menu to be consistent with schema Co-authored-by: Guy Willis <[email protected]> * capitalise Menu to be consistent with schema Co-authored-by: Guy Willis <[email protected]> * capitalise Menu to be consistent with schema Co-authored-by: Guy Willis <[email protected]> * capitalise Menu to be consistent with schema Co-authored-by: Guy Willis <[email protected]> * capitalise Menu to be consistent with schema Co-authored-by: Guy Willis <[email protected]> * split image attributes across multiple lines for readability Co-authored-by: Guy Willis <[email protected]> * split attributes across multiple lines for readability Co-authored-by: Guy Willis <[email protected]> * split attributes across multiple lines for readability Co-authored-by: Guy Willis <[email protected]> * split attributes across multiple lines for readability Co-authored-by: Guy Willis <[email protected]> * split attributes across multiple lines for readability Co-authored-by: Guy Willis <[email protected]> * capitalise Menu to be consistent with schema Co-authored-by: Guy Willis <[email protected]> * capitalise Menu to be consistent with schema Co-authored-by: Guy Willis <[email protected]> * add boxmenu class to be consistent with other classes Co-authored-by: Guy Willis <[email protected]> * split attributes across multiple lines for readability Co-authored-by: Guy Willis <[email protected]> * split attributes across multiple lines for readability Co-authored-by: Guy Willis <[email protected]> * split attributes across multiple lines for readability Co-authored-by: Guy Willis <[email protected]> * split attributes across multiple lines for readability Co-authored-by: Guy Willis <[email protected]> * split attributes across multiple lines for readability Co-authored-by: Guy Willis <[email protected]> * split attributes across multiple lines for readability Co-authored-by: Guy Willis <[email protected]> * indent fix * indent fix * indentation, spaces and closing tag amended --------- Co-authored-by: Oliver Foster <[email protected]> Co-authored-by: Guy Willis <[email protected]>
- Loading branch information