Skip to content

Commit

Permalink
Show reactions (annotations) as plaintext beneath each message. (#70)
Browse files Browse the repository at this point in the history
Remove old message menu of likes/reply button, which aren't used.

Fix spacing of HTML and plaintext display to be consistent and even.
  • Loading branch information
kevinaboos authored Apr 19, 2024
1 parent c2c0555 commit a22832a
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 69 deletions.
72 changes: 41 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ metadata.makepad-auto-version = "zqpv-Yj-K7WNVK2I8h5Okhho46Q="


[dependencies]
# makepad-widgets = { git = "https://github.com/makepad/makepad", branch = "rik" }
makepad-widgets = { git = "https://github.com/kevinaboos/makepad", branch = "fix_panic_improve_html_whitespace" }
makepad-widgets = { git = "https://github.com/makepad/makepad", branch = "rik" }

anyhow = "1.0"
chrono = "0.4"
Expand All @@ -37,6 +36,7 @@ tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.17"
unicode-segmentation = "1.10.1"
url = "2.2.2"
emojis = "0.6.1"


###################################################################################################
Expand Down
Loading

0 comments on commit a22832a

Please sign in to comment.