Editing of cards

This commit is contained in:
2024-04-16 23:21:48 +03:00
parent c2e6788a85
commit 0ad6550d0b
9 changed files with 139 additions and 31 deletions

View File

@@ -16,6 +16,8 @@ pub struct CardEntry {
#[template_child]
pub translation_label: TemplateChild<Label>,
#[template_child]
pub edit_button: TemplateChild<Button>,
#[template_child]
pub delete_button: TemplateChild<Button>,
#[property(get, set)]
pub imagepath: RefCell<String>,