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

Project creation refactor #163

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Project creation refactor #163

wants to merge 14 commits into from

Conversation

itailiors
Copy link
Collaborator

No description provided.

finally
{
// nothing to do the spinner will be disabled in the call back
}
}

private async Task CreatProjectTransactionAnCheckPassword()
Copy link
Collaborator Author

@itailiors itailiors Oct 31, 2024

Choose a reason for hiding this comment

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

TODO: search if there's a better way

string tag = match.Groups[1].Value;
string attributes = match.Groups[2].Value;
{
var tag = match.Groups[1].Value;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

check if the reformat change it to be var instead of a string? i have no recollection of changing this

@itailiors itailiors marked this pull request as ready for review November 6, 2024 23:11
@itailiors
Copy link
Collaborator Author

itailiors commented Nov 6, 2024

this is ready to review,
but theres a problem that because of the refactor it's annoying to look at (maybe in rider view its better ?)
i can try to figure it out

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