From 0cc2192ff7582f5f9c2c9a20adcceae3bbc1fa84 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sun, 6 Mar 2016 15:39:06 -0500 Subject: Update application navbar The navbar now has a different view when logged in. I added the 'user button' which shows alert info and has a menu. Currently, the only menu item is 'Log out'. --- examples/example.html | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) (limited to 'examples/example.html') diff --git a/examples/example.html b/examples/example.html index 7f1ac2a..ca22361 100644 --- a/examples/example.html +++ b/examples/example.html @@ -34,23 +34,17 @@ - + + + + + +
  • Issues assigned to Me 1
  • +
  • My open Issues
  • + +
  • Private Messages 1
  • +
  • Settings
  • + -- cgit v1.2.3 From 53472e75c050ce9b653cc70eeed56715d9a4163e Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sun, 6 Mar 2016 17:09:55 -0500 Subject: Add settings modal to Common MVC This modal dialog will be used to change app and object settings from any page in the app. The link to open it is added to the user button menu. --- examples/example.html | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/example.html') diff --git a/examples/example.html b/examples/example.html index ca22361..e1e5618 100644 --- a/examples/example.html +++ b/examples/example.html @@ -43,7 +43,6 @@
  • My open Issues
  • Private Messages 1
  • -
  • Settings
  • -- cgit v1.2.3