cadence approved cadence/Carbon#24 2020-11-05 05:04:31 +00:00
Rich message rendering
cadence pushed to rich-messages at cadence/Carbon 2020-11-05 05:03:30 +00:00
1fa7da9ebb Use JSDelivr CDN for highlight.js
b74f0cc0dd Don't highlight very short code blocks
Compare 2 commits »
cadence pushed to rich-messages at cadence/Carbon 2020-11-05 04:48:26 +00:00
1aebc2c100 Only hint modules once
cadence pushed to rich-messages at cadence/Carbon 2020-11-05 04:39:38 +00:00
017f30be65 Also format m.notice
cadence pushed to rich-messages at cadence/Carbon 2020-11-05 04:37:06 +00:00
a7165fe633 Fix purify and highlight
cadence pushed to rich-messages at cadence/Carbon 2020-11-05 03:45:31 +00:00
8ba9d73b33 Small refactors
cadence pushed to rich-messages at cadence/Carbon 2020-11-05 03:34:26 +00:00
9cf0952d3a Change files to kebab-case
cadence pushed to rich-messages at cadence/Carbon 2020-11-05 03:32:53 +00:00
714147b980 Fix lazy loading cache
cadence pushed to princess at cadence/Carbon 2020-11-05 03:24:13 +00:00
ebf6e7ea78 Show proper user data in room list
cadence commented on issue cadence/Carbon#28 2020-11-02 08:13:01 +00:00
Not redirecting to login page on invalid token

Yeah, this is known. It'll probably be addressed when the site structure is changed to have a homepage, docs pages, and a better way of navigating around everything.

cadence commented on pull request cadence/Carbon#20 2020-11-01 23:02:35 +00:00
WIP: Some visual improvements for login

No, px will not cause issues.

cadence commented on pull request cadence/Carbon#20 2020-11-01 09:16:07 +00:00
WIP: Some visual improvements for login

This does nothing, remove it.

cadence suggested changes for cadence/Carbon#20 2020-11-01 09:16:07 +00:00
WIP: Some visual improvements for login

Just tried this out and I like it a lot actually! There's a couple of nitpicks before we can show it to everyone.

cadence commented on pull request cadence/Carbon#20 2020-11-01 09:16:07 +00:00
WIP: Some visual improvements for login

12px please, it doesn't need to be tiny.

cadence commented on pull request cadence/Carbon#20 2020-11-01 09:16:07 +00:00
WIP: Some visual improvements for login

This needs to be a lighter red for better contrast. Try #ff6561 I guess?

cadence commented on pull request cadence/Carbon#20 2020-11-01 09:16:07 +00:00
WIP: Some visual improvements for login

This link doesn't go anywhere. I assume the site is yet to be created?

cadence commented on pull request cadence/Carbon#20 2020-11-01 09:16:07 +00:00
WIP: Some visual improvements for login

style: indentation 2 spaces, line break above selectors.

cadence commented on pull request cadence/Carbon#20 2020-11-01 09:16:07 +00:00
WIP: Some visual improvements for login

Please create a class .homeserver-question and target that instead. Using IDs in CSS sounds fine but quickly turns into hell. I know this from experience.

cadence commented on pull request cadence/Carbon#24 2020-10-30 23:49:15 +00:00
Rich message rendering

1 MB bundle size is kind of ridiculous. We could simply not highlight code blocks, or we could maybe inline async import the module on demand when we actually need to do highlighting, so it's out of…

cadence commented on issue cadence/Carbon#18 2020-10-30 11:51:06 +00:00
[Discussion] New user UX

That's a really good prompt message.

I'd like to use a circled ? icon next to the "homeserver" label that responds to clicking, rather than hovering, or requiring the input box to be empty. Those…