mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
[apps] Improve app installation flow. (#11249)
- [x] Add buttons to start the installation flow and verify installation completes. - [x] Hard refresh apps list when the /apps view opens.
This commit is contained in:
@@ -114,6 +114,16 @@ pub(crate) enum AppEvent {
|
||||
is_installed: bool,
|
||||
},
|
||||
|
||||
/// Open the provided URL in the user's browser.
|
||||
OpenUrlInBrowser {
|
||||
url: String,
|
||||
},
|
||||
|
||||
/// Refresh app connector state and mention bindings.
|
||||
RefreshConnectors {
|
||||
force_refetch: bool,
|
||||
},
|
||||
|
||||
InsertHistoryCell(Box<dyn HistoryCell>),
|
||||
|
||||
StartCommitAnimation,
|
||||
|
||||
Reference in New Issue
Block a user