This commit is contained in:
Mikayla Maki 2023-07-12 12:46:56 -07:00
parent 9165320390
commit 488b41826b
No known key found for this signature in database
4 changed files with 140 additions and 35 deletions

View file

@ -1,13 +1,10 @@
pub mod dock;
/// NOTE: Focus only 'takes' after an update has flushed_effects.
///
/// This may cause issues when you're trying to write tests that use workspace focus to add items at
/// specific locations.
pub mod item;
pub mod notifications;
pub mod pane;
pub mod pane_group;
mod persistence;
mod adjustable_flex;
pub mod searchable;
pub mod shared_screen;
mod status_bar;