Differences From Artifact [be37fdb666]:
- File render/user-page.t — part of check-in [7c8769bf96] at 2021-01-10 08:19:56 on branch trunk — begin replacing inefficient memory management with a pool-based solution; fix memory leaks (user: lexi, size: 1216) [annotate] [blame] [check-ins using]
To Artifact [d4b538d774]:
- File render/user-page.t — part of check-in [8398fcda5a] at 2021-01-10 16:44:33 on branch trunk — add avatar panel (user: lexi, size: 1203) [annotate] [blame] [check-ins using]
34 34 end 35 35 posts:free() 36 36 acc:lpush('</div>') 37 37 38 38 var bdf = acc:finalize() 39 39 co:livepage([lib.srv.convo.page] { 40 40 title = tiptr; body = bdf; 41 - class = lib.str.plit 'profile'; 41 + class = 'profile'; 42 42 cache = false; 43 43 }, newest) 44 44 45 45 tiptr:free() 46 46 --bdf:free() 47 47 end 48 48 49 49 return render_userpage