Fix cursor focus and selection in input box, add AWS env var warning box, and remove AWS Bedrock login banner

This commit is contained in:
2026-07-02 14:54:15 -05:00
parent 4770ac06b5
commit 3769646ca6
1194 changed files with 5312 additions and 8032 deletions
+3 -3
View File
@@ -6,14 +6,14 @@ use base64::Engine;
use cpal::traits::{DeviceTrait, HostTrait};
use cpal::{Sample, StreamConfig};
use futures::channel::oneshot;
use galaxyui_core::event::KeyState;
use galaxyui_core::platform::MicrophoneAccessState;
use galaxyui_core::{Entity, ModelContext, SingletonEntity};
use parking_lot::Mutex;
use rubato::{
Resampler, SincFixedIn, SincInterpolationParameters, SincInterpolationType, WindowFunction,
};
use thiserror::Error;
use galaxyui_core::event::KeyState;
use galaxyui_core::platform::MicrophoneAccessState;
use galaxyui_core::{Entity, ModelContext, SingletonEntity};
const DEFAULT_CHUNK_SIZE: u32 = 512;
// We only support mono for now.