SolidOS / chat-pane

Solid-compatible chat discussion applet for solid-panes framework
MIT License
10 stars 4 forks source link

longChat/shortChat #97

Closed bourgeoa closed 1 year ago

bourgeoa commented 1 year ago

Following up of the matrix discussion https://matrix.to/#/!wAfwwonbRnRLYejFOR:gitter.im/$aMThy_4XD203KsjPzMEV8uX8uUqbAL7N5iuM90uYZcY?via=gitter.im&via=matrix.org&via=chat.semantic.works

There are actually 2 chats pane in SolidOS :

See the copy screen : image

To simplify we may consider having only one chat pane (longChatPane) and a comments pane (shortChatPane).

A comments pane icon

This should have no impact in existing pods either on shortChat, or on tracker be it in meeting-pane or in issue-pane.

Further code clarification could be to create a separate comments-pane by removing it from the chat-pane. But the mintClass: ns.meeting('Chat') should be kept to not add a regression

SharonStrats commented 1 year ago

great investigation. This makes a lot of sense to me. I do think we should rename it in chat-pane, we can prevent regression by also leaving the export for shortChatPane.

timbl commented 1 year ago

shortPane.mintNew:Please don't just remove any functionality, deporocate it. I'm happy for even an alert() to be called but in general it should keep working for something like 6 months, incase we have missed a place where it is used.