Skip to content

Commit

Permalink
Image (#56)
Browse files Browse the repository at this point in the history
* image

* fix

* image support

* Update view.rs

* uri list

* Update view.rs

* Update view.rs

* use git for wl-c

* metadata in db

* Update clipboard.rs

* ff

* fix

* ff

* ff

* ff
  • Loading branch information
wiiznokes authored Jul 17, 2024
1 parent 7c7da98 commit ff706da
Show file tree
Hide file tree
Showing 8 changed files with 342 additions and 143 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[env]
RUST_LOG = "warn,cosmic_ext_applet_clipboard_manager=info"
RUST_BACKTRACE = "full"

61 changes: 32 additions & 29 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ clean:
cargo clean


pull: fmt prettier fix
pull: fmt prettier fix test


################### Test
Expand Down
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use cosmic::widget::{button, icon, text, text_input, MouseArea};
use cosmic::{Element, Theme};

use crate::config::{Config, CONFIG_VERSION, PRIVATE_MODE};
use crate::db::{self, Data, Db};
use crate::db::{self, Db, Entry};
use crate::message::AppMessage;
use crate::utils::command_message;
use crate::view::{popup_view, quick_settings_view};
Expand Down
Loading

0 comments on commit ff706da

Please sign in to comment.