From 7f6e1144f659c94f19881899db0d4b891690b759 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 7 Jan 2013 23:28:25 -0800 Subject: The notification menu logic actually works. Yay. That means we've finally got an extensible notification system and can load arbitrary notifications of a given type into a popup (on demand), each with its own "view all" and "mark all seen". Now we just have to finish the json backends for the currently supported types and work them into the navbar. Might seem trivial or insignificant but this is a huge step forward. Online notifications are everything in an event driven world. --- view/tpl/nav.tpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 57af0fa36..c952ca93c 100644 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -28,7 +28,12 @@ {{ if $nav.messages }} {{ endif }} -- cgit v1.2.3