Complete first iteration of in-app feedback
This commit is contained in:
parent
083986dfae
commit
fb2278dc6d
5 changed files with 113 additions and 130 deletions
|
@ -36,7 +36,7 @@ pub use workspace;
|
|||
use workspace::{sidebar::SidebarSide, AppState, Workspace};
|
||||
|
||||
#[derive(Deserialize, Clone, PartialEq)]
|
||||
struct OpenBrowser {
|
||||
pub struct OpenBrowser {
|
||||
url: Arc<str>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue