Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixes round 3 #298

Merged
merged 14 commits into from
Jul 19, 2023
Merged

Bug fixes round 3 #298

merged 14 commits into from
Jul 19, 2023

Conversation

thesuzerain
Copy link
Contributor

@thesuzerain thesuzerain commented Jun 29, 2023

@thesuzerain thesuzerain marked this pull request as ready for review June 30, 2023 23:30
theseus/src/api/profile.rs Outdated Show resolved Hide resolved
Comment on lines 380 to 394
// Infer metadata from inferred downloaded project immediately, to avoid having to wait for the next sync
let synced_projects = state::infer_data_from_files(
self.clone(),
vec![path.clone()],
state.directories.caches_dir(),
&state.io_semaphore,
&state.fetch_semaphore,
)
.await?;
let mut new_profiles = state.profiles.write().await;
if let Some(profile) = new_profiles.0.get_mut(&self.path) {
for (path, project) in synced_projects {
profile.projects.insert(path, project);
}
}
Copy link
Member

Choose a reason for hiding this comment

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

we should not do this imo, the debouncer already watches this

theseus_gui/src/pages/Browse.vue Outdated Show resolved Hide resolved
theseus_gui/src/pages/Browse.vue Show resolved Hide resolved
theseus_gui/src/pages/Browse.vue Show resolved Hide resolved
theseus_gui/src/pages/project/Index.vue Outdated Show resolved Hide resolved
theseus_gui/src/pages/instance/Mods.vue Outdated Show resolved Hide resolved
theseus_gui/src/pages/project/Index.vue Outdated Show resolved Hide resolved
theseus_gui/src/components/ui/AccountsCard.vue Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Title case in a few places
3 participants