Add basic call/user UI in top-right corner.
Allow ui::Avatar to take custom data instead of always relying on URI resolution
This commit is contained in:
parent
0b67983ddf
commit
c191943849
6 changed files with 113 additions and 36 deletions
|
@ -19,7 +19,7 @@ lazy_static! {
|
|||
|
||||
pub struct AppCommitSha(pub String);
|
||||
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Default)]
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, Default)]
|
||||
pub enum ReleaseChannel {
|
||||
#[default]
|
||||
Dev,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue