* add .DS_Store to .gitignore * create header component * add icons image file to the project * add new theme variables * insert header component into Viewer * add web fonts * create dropdown component * update header styles * import dropdown with custom list into header component * reindent index * Update index.html * create json file for header menu settings * import header menu * header prefix
13 lines
189 B
JSON
13 lines
189 B
JSON
[
|
|
{
|
|
"title": "Preferences",
|
|
"icon": "fa fa-user",
|
|
"link": "http://www.google.com"
|
|
},
|
|
{
|
|
"title": "About",
|
|
"icon": "fa fa-info",
|
|
"link": "http://ohif.org"
|
|
}
|
|
]
|