Commit Graph

17 Commits

Author SHA1 Message Date
pitchum b49146b36f [Branding] Customize homepage's text and links + CSS adjustments. 2023-10-07 08:13:09 +00:00
JC Brand bef2cbb462 Use SVG icons and tweak message padding 2022-01-31 23:00:26 +01:00
JC Brand 8dcacd41bf Add hover color for svg icons 2022-01-29 12:12:36 +01:00
JC Brand b13c674047 Show encrypted lock icon in message as svg 2022-01-29 11:31:09 +01:00
JC Brand ac473fd297 Add dark theme Dracula
https://draculatheme.com
2022-01-28 20:28:48 +01:00
JC Brand c62ea03e2e Use `converse-avatar` for roster items 2021-11-19 13:01:09 +01:00
JC Brand 84c6a0039c Fix embedded, singleton mode.
It's now necessary to add a `converse-root` element in the DOM where you
want Converse to render (previously it was any element with the id
`#conversejs`).

Also, turned `converse-chats` element into a Lit element and re-render
`converse-root` and `converse-chats` when the `view-mode` or `singleton`
settings change. This is a step towards being able to change the view
mode on the fly and have the entire chat re-render appropriately.

Fixes #2647
2021-09-24 11:53:49 +02:00
JC Brand 0c0af2d00b Fix the minimized chats toggle
Clicking didn't make the minimized chats appear.
Also turn it into a Lit component
2021-08-29 00:15:45 +02:00
JC Brand c961615609 Move `converse-dropdown` styles in separate file
And add some tweaks
2021-07-27 10:53:23 +02:00
JC Brand 3d8852950d Add ability to let dropdown appear at the top, left-aligned
And use that for the last message in the chat history, otherwise the
dropdown is obscured.
2021-07-01 15:23:37 +02:00
JC Brand dc711d494f Add a placeholder to indicate a gap in the message history
The user can click the placeholder to fill in the gap.
2021-06-17 11:35:06 +02:00
JC Brand fdc81fa4ea Use `.conversejs` instead of `.converse-root`
as the class that designates standalone Converse components.
2021-05-06 12:21:35 +02:00
JC Brand 9c11e0dc32 Use `.converse-root` class instead of `#conversejs` id 2021-04-30 17:36:42 +02:00
JC Brand 453b993cfb Split up CSS into more files 2021-03-19 12:47:32 +01:00
JC Brand 90ab412628 Move fullscreen styles into relevant plugin 2021-03-19 12:47:32 +01:00
JC Brand 005cf4dc96 Move controlbox styles to plugin folder 2021-03-19 11:36:19 +01:00
JC Brand f805f0d1ef Move sass files into src and closer to the relevant components 2021-03-19 11:28:35 +01:00