--- old +++ new @@ -1,0 +1,2 @@+* Don't make the list of chat messages into a big UL+* Line up message text in one column and the metadata in a smaller column before it
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Artifacts should probably be changed to store lists of messages (e.g. max
50, or 1 day) instead of one per artifact. So we don't have a ballooning of
chat artifacts.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We should put msg.text back to msg.html_text|safe. It'd be nice to have the CSS in a css file rather than inline, but not a huge deal for a contribution to an alpha tool.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
Artifacts should probably be changed to store lists of messages (e.g. max
50, or 1 day) instead of one per artifact. So we don't have a ballooning of
chat artifacts.
Pending sign-off of contributed git bundle
We should put msg.text back to msg.html_text|safe. It'd be nice to have the CSS in a css file rather than inline, but not a huge deal for a contribution to an alpha tool.