Chat new improved layout / UI coming soon with new features

Arsalan Shah Posted in General Discussion 10 months ago

What do you think about the new layout? you will be able to send files, and photos inside chat.

enter image description here

Replies
us MAURICE TAYLOR Replied 9 months ago

will I have to upgrade to the ossn to achieve this?

us MAURICE TAYLOR Replied 9 months ago

I been waiting :) when is this coming ?

German Dominik L Replied 9 months ago

When are these changes coming?

German Michael Zülsdorff Replied 9 months ago

Many thanks!

Indonesian Arsalan Shah Replied 9 months ago

I understand, with the new changes on github themes can show in border this way

.ossn-inmessage-status-circle {
    display:none;
}
.ossn-inmessage-status-offline .user-icon-smaller,
.ossn-recent-message-status-offline .user-icon-smaller {
    border:1px solid red;
}

.ossn-inmessage-status-online .user-icon-smaller,
.ossn-recent-message-status-online .user-icon-smaller {
    border:1px solid green;
}

I hope it helps now :)

enter image description here

German Michael Zülsdorff Replied 9 months ago

Yes, that's what I was talking about, Arsalan. Because I want to stay with Ossn's original way of marking online members with a green border around the image. I don't see any sense in cropping the faces of the users in general and now even messing up the remaining visible part with colored dots, why?!

Indonesian Arsalan Shah Replied 9 months ago

currently I may set this new ossn-inmessage-status-circle to display: none in my theme, but there's no class to mark the image some other way

You mean online/offline status?

Indonesian Arsalan Shah Replied 9 months ago
  • Hide/Show inbox in mobile chat added.
  • Status also added in recent messages.
  • Remove rows/cols from recent ui, now using flex
  • Now icons are shown on mobile devices too.

Toggle
enter image description here

Indonesian Arsalan Shah Replied 9 months ago

Need to find a way to show recent members online status. I wanted to use less ajax requests so maybe we can utilize existing request of opened chat window?

German Michael Zülsdorff Replied 9 months ago

What I like:
- file attachments
What I still miss:
- a way to see instantly who of my friends is on or offline in general (left column)
enter image description here
What needs to be improved
- on / offline marking in mobile view if no member avatar is available
- theme independent marking of member avatars
currently I may set this new ossn-inmessage-status-circle to display: none in my theme, but there's no class to mark the image some other way