Skip to content
#

chat

Here are 5,359 public repositories matching this topic...

timabbott
timabbott commented Dec 17, 2020

We should display a notice on whether the user's email address will be public to other members of the organization (according to the "Email address visibility" setting) on the account registration page. I'm not sure what the best visuals are for this; options include:

  • A ? icon with a popover explaining this detail next to the "Email" field
  • A line of text below the "Email" field.

Text c

Nutomic
Nutomic commented Nov 7, 2020

If we compile with #![deny(missing_docs)] in lib.rs, the compiler will warn us about any public functions and items without documention. I think it would be very useful to add this documentation, both for potential contributors and for our own understanding of the code. This might even be a good task for new contributors, because it doesnt require knowledge of the code (we can always answer ques

owncast
graywolf336
graywolf336 commented Dec 6, 2020

Whenever the server isn't running and you have a cached version (didn't close the tab) of the admin log page, the log entries go blank with no information about what happened.

Maybe we need to show a "failed to connect" or leave the old log entries around? 🤔

Fab1en
Fab1en commented Aug 27, 2018

I cannot reproduce this with the default usage of botui : the issue appears only when botui is part of a larger VueJS app.

When a markdown image is inserted in a message, it is immediately hidden if another message is displayed after.

botui.message.add({
	content: 'Hello World'
});
botui.message.add({
	content: 'Here is a picture : ![](https://www.google.fr/images/branding/g

Chat apps

Improve this page

Add a description, image, and links to the chat topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chat topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.