Skip to content

Phase 4: Features - #4

Merged
SirWellington merged 41 commits into
mainfrom
code/phase-3-ui-shell
Jul 24, 2026
Merged

Phase 4: Features#4
SirWellington merged 41 commits into
mainfrom
code/phase-3-ui-shell

Conversation

@SirWellington

Copy link
Copy Markdown
Member

No description provided.

@SirWellington SirWellington changed the title Phase 3: UI shell Phase 4: Features Jul 23, 2026
Comment thread src-tauri/src/catalog/manager.rs Outdated
Comment thread src-tauri/src/catalog/manager.rs Outdated
Comment thread src-tauri/src/catalog/manager.rs Outdated
Comment thread src-tauri/src/catalog/manager.rs Outdated
Comment thread src-tauri/src/catalog/manager.rs
Comment thread src-tauri/src/image/pipeline.rs Outdated
Comment thread src-tauri/src/lib.rs Outdated
Comment on lines +75 to +79
let pool = {
let guard = state.catalog.lock().await;
let catalog = guard.as_ref().ok_or_else(|| "No catalog open".to_string())?;
catalog.db.pool().clone()
};

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There a lot of repetition here. What can we do to reduce it?

@SirWellington
SirWellington merged commit 2c1d291 into main Jul 24, 2026
2 checks passed
@SirWellington
SirWellington deleted the code/phase-3-ui-shell branch July 24, 2026 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant