Feat: WIP pattern view redesign
This commit is contained in:
@@ -27,8 +27,6 @@ use crate::state::{
|
||||
ProjectState, UiState,
|
||||
};
|
||||
|
||||
const STEPS_PER_PAGE: usize = 32;
|
||||
|
||||
static COMPLETION_CANDIDATES: LazyLock<Vec<CompletionCandidate>> = LazyLock::new(|| {
|
||||
model::WORDS
|
||||
.iter()
|
||||
|
||||
Reference in New Issue
Block a user