Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use rich HTML, fix avatar text, central style definitions #62

Merged
Merged
72 changes: 44 additions & 28 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ metadata.makepad-auto-version = "zqpv-Yj-K7WNVK2I8h5Okhho46Q="
[dependencies]
makepad-widgets = { git = "https://github.com/makepad/makepad", branch = "rik" }


anyhow = "1.0"
chrono = "0.4"
clap = { version = "4.0.16", features = ["derive"] }
Expand Down
1 change: 1 addition & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ impl LiveRegister for App {
crate::shared::clickable_view::live_design(cx);
crate::shared::avatar::live_design(cx);
crate::shared::text_or_image::live_design(cx);
crate::shared::html_or_plaintext::live_design(cx);

// home - chats
crate::home::home_screen::live_design(cx);
Expand Down
1 change: 0 additions & 1 deletion src/discover/discover_screen.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use crate::shared::clickable_view::*;
use makepad_widgets::widget::WidgetCache;
use makepad_widgets::*;

live_design! {
Expand Down
Loading