Make a single re-usable banner component (#27412)
Release Notes: - Fixed an issue where both the predict edit and git onboarding banners would both show at the same time.
This commit is contained in:
parent
b85492bd00
commit
35ec4753b4
14 changed files with 181 additions and 294 deletions
|
@ -2,7 +2,6 @@ mod completion_diff_element;
|
|||
mod init;
|
||||
mod input_excerpt;
|
||||
mod license_detection;
|
||||
mod onboarding_banner;
|
||||
mod onboarding_modal;
|
||||
mod onboarding_telemetry;
|
||||
mod rate_completion_modal;
|
||||
|
@ -13,7 +12,6 @@ pub use init::*;
|
|||
use inline_completion::DataCollectionState;
|
||||
pub use license_detection::is_license_eligible_for_data_collection;
|
||||
use license_detection::LICENSE_FILES_TO_CHECK;
|
||||
pub use onboarding_banner::*;
|
||||
pub use rate_completion_modal::*;
|
||||
|
||||
use anyhow::{anyhow, Context as _, Result};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue