In-app feedback WIP
This commit is contained in:
parent
3cffee4065
commit
318a0b7ed0
8 changed files with 366 additions and 53 deletions
|
@ -95,6 +95,11 @@ pub struct DeployNewMenu {
|
|||
position: Vector2F,
|
||||
}
|
||||
|
||||
#[derive(Clone, PartialEq)]
|
||||
pub struct DeployFeedbackModal {
|
||||
position: Vector2F,
|
||||
}
|
||||
|
||||
impl_actions!(pane, [GoBack, GoForward, ActivateItem]);
|
||||
impl_internal_actions!(
|
||||
pane,
|
||||
|
@ -104,6 +109,7 @@ impl_internal_actions!(
|
|||
DeployNewMenu,
|
||||
DeployDockMenu,
|
||||
MoveItem,
|
||||
DeployFeedbackModal
|
||||
]
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue