Mercurial Hosting > chat
diff src/get_chat.js.luan @ 27:809193524522
responsive
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 06 Nov 2024 16:01:42 -0700 |
parents | 9f45d32670ae |
children | e2b7f6393dab |
line wrap: on
line diff
--- a/src/get_chat.js.luan Tue Nov 05 23:06:58 2024 -0700 +++ b/src/get_chat.js.luan Wed Nov 06 16:01:42 2024 -0700 @@ -13,6 +13,8 @@ local post_search = Post.search or error() local Shared = require "site:/lib/Shared.luan" local post_html = Shared.post_html or error() +local Logging = require "luan:logging/Logging.luan" +local logger = Logging.logger "get_chat.js" local function html() @@ -22,7 +24,10 @@ local posts = post_search( "post_chat_id:"..chat.id, "id" ) %> <div top> - <h3><%= chat.other_users_email(user) %></h3> + <h3> + <img back onclick="back()" src="/images/arrow_back.svg"> + <span><%= chat.other_users_email(user) %></span> + </h3> <button onclick='deleteChat()'>delete</button> </div> <div main>