daydream-mx / Daydream

A small matrix web client written in rust
https://daydream.im/
GNU Affero General Public License v3.0
1 stars 0 forks source link

Redesign #13

Open MTRNord opened 4 years ago

MTRNord commented 4 years ago

Content will come in a few hours/days. This is a placeholder

Notes/TODOs

MTRNord commented 4 years ago

Notes from Ludwig in #matrix-design:matrix.org:

  1. redesigned Daydream Login screen:
  1. Loading animation:
  1. Daydream main interface (before looking at the issue list):
  1. Daydream: The actual chat:
  1. I just noticed that you have an image viewer already in place, nice! For that I have to offer:
MTRNord commented 4 years ago

Memberlist:

// order by presence, with "active now" first. // ...and then by power level // ...and then by last active // ...and then alphabetically. // We could tiebreak instead by "last recently spoken in this room" if we wanted to.

From: https://github.com/matrix-org/matrix-react-sdk/blob/9aff2e836e5d2459e28fdb4af823be4f7441b3f0/src/components/views/rooms/MemberList.js#L295