From 7edc6628ac579d7d5a19081fec53300d66c2d9ed Mon Sep 17 00:00:00 2001 From: Colin Reeder Date: Wed, 22 Jul 2020 18:40:01 -0600 Subject: Notifications --- res/lang/en.ftl | 4 ++++ res/lang/eo.ftl | 4 ++++ res/main.css | 9 +++++++++ 3 files changed, 17 insertions(+) (limited to 'res') diff --git a/res/lang/en.ftl b/res/lang/en.ftl index 34430d4..2fe6728 100644 --- a/res/lang/en.ftl +++ b/res/lang/en.ftl @@ -40,7 +40,9 @@ name_prompt = Name: no_cancel = No, cancel nothing = Looks like there's nothing here. nothing_yet = Looks like there's nothing here (yet!). +notifications = Notifications on = on +on_your_post = on your post or_start = Or password_prompt = Password: post_delete_question = Delete this post? @@ -50,6 +52,7 @@ register = Register remote = Remote reply = reply reply_submit = Reply +reply_to = Reply to submit = Submit submitted = Submitted text_with_markdown = Text (markdown supported) @@ -101,3 +104,4 @@ user_remote_note = This is a remote user, information on this page may be incomp username_prompt = Username: view_at_source = View at Source view_more_comments = View More Comments +your_comment = your comment diff --git a/res/lang/eo.ftl b/res/lang/eo.ftl index cd526e9..7e8ec67 100644 --- a/res/lang/eo.ftl +++ b/res/lang/eo.ftl @@ -40,7 +40,9 @@ name_prompt = Nomo: no_cancel = Ne, nuligi nothing = Ŝajnas, ke estas nenio ĉi tie. nothing_yet = Ŝajnas, ke estas nenio ĉi tie (ĝis nun!). +notifications = Sciigoj on = sur +on_your_post = sur via poŝto or_start = Aŭ password_prompt = Pasvorto: post_delete_question = Ĉu vi volas forigi ĉi tiun poŝton? @@ -49,6 +51,7 @@ post_new = Nova Poŝto register = Registriĝi remote = Fora reply = respondi +reply_to = Respondo al reply_submit = Respondi submit = Sendi submitted = Afiŝita @@ -101,3 +104,4 @@ user_remote_note = Ĉi tiu estas fora uzanto, informo en ĉi tiu paĝo eble nepl username_prompt = Uzantnomo: view_at_source = Vidi ĉe Fonto view_more_comments = Vidi Pli da Komentoj +your_comment = via komento diff --git a/res/main.css b/res/main.css index a772c88..148a792 100644 --- a/res/main.css +++ b/res/main.css @@ -53,6 +53,15 @@ body { margin-bottom: 0; } +.notification-indicator.unread { + color: #FF8F00; +} + +.notification-item.unread { + border-left: 5px solid #FDD835; + padding-left: 5px; +} + @media (max-width: 768px) { .communitySidebar { display: none; /* TODO still show this somewhere */ -- cgit v1.2.3