• Joined on 2020-10-19
koloml opened issue cadence/Carbon#28 2020-11-02 08:10:14 +00:00
Not redirecting to login page on invalid token
koloml commented on issue cadence/Carbon#26 2020-10-28 07:28:54 +00:00
Show room name and description on the start of the room timeline

UX note: This has to be done when there's no more scrollback, not when scrollback is yet loading, else it'd be janky.

Yeah, I mean exactly this behaviour. In Discord, this block shows only on…

koloml opened issue cadence/Carbon#26 2020-10-27 08:46:35 +00:00
Show room name and description on the start of the room timeline
koloml opened issue cadence/Carbon#25 2020-10-27 08:39:05 +00:00
Draw image placeholder on image load failure
koloml commented on issue cadence/Carbon#15 2020-10-27 06:59:21 +00:00
Sending empty messages

Isn't it fixed?

koloml commented on issue cadence/Carbon#16 2020-10-22 08:44:42 +00:00
Just created empty room throws error on rooms and directs loading

This is strange, that room don't have this state values, but events happened.

image

koloml commented on issue cadence/Carbon#16 2020-10-22 08:43:56 +00:00
Just created empty room throws error on rooms and directs loading

Checked out. Now it's working fine, empty room shows as channel name.

koloml commented on issue cadence/Carbon#16 2020-10-22 07:49:21 +00:00
Just created empty room throws error on rooms and directs loading

The room.data.summary don;t have m.heroes field at all:

{
  "m.joined_member_count": 1,
  "m.invited_member_count": 0
}
koloml opened issue cadence/Carbon#16 2020-10-22 07:47:14 +00:00
Just created empty room throws error on rooms and directs loading
koloml commented on issue cadence/Carbon#15 2020-10-22 07:20:44 +00:00
Sending empty messages

Yup. We want to refuse to send messages with such empty spaces without any other symbols. Also, maybe it's better to always trim message body before checking length. Just because browser anyway…

koloml opened issue cadence/Carbon#15 2020-10-22 07:15:08 +00:00
Sending empty messages
koloml commented on issue cadence/Carbon#11 2020-10-21 17:46:56 +00:00
Incorrect redirect on succesful login

Oh, wait. The reason is the last / in the path. If I'll try to log in using /login then I'll be successfully redirected to Carbon root directory. But there is automatic redirect from /login to…

koloml opened issue cadence/Carbon#11 2020-10-21 17:42:28 +00:00
Incorrect redirect on succesful login
koloml opened issue cadence/Carbon#8 2020-10-21 08:17:13 +00:00
Fish required to be installed to use npm run watch command
koloml commented on issue cadence/Carbon#4 2020-10-19 20:53:07 +00:00
Absolute paths for icons and fonts

Maybe it's better to use relative path or something like this.

koloml opened issue cadence/Carbon#4 2020-10-19 20:52:31 +00:00
Absolute paths for icons and fonts