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

Inject informations into about dialog #104

Merged
merged 6 commits into from
Dec 11, 2023
Merged

Conversation

@Tristan-WorkGH Tristan-WorkGH self-assigned this Nov 30, 2023
@Tristan-WorkGH Tristan-WorkGH marked this pull request as ready for review December 11, 2023 12:01
Comment on lines -84 to -103
function toggleTab(newTabValue) {
navigate(PREFIX_URL_PROCESSES + '/' + newTabValue);
}

function showParametersClicked() {
setShowParameters(true);
}

function hideParameters() {
setShowParameters(false);
}

function onLogoClicked() {
navigate('/', { replace: true });
}

const showPopupConfigurationProcesses = () => {
setShowConfigurationProcesses(true);
};

Copy link
Contributor

Choose a reason for hiding this comment

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

These do not belong to this PR

Copy link
Contributor Author

@Tristan-WorkGH Tristan-WorkGH Dec 11, 2023

Choose a reason for hiding this comment

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

I did like in gridstudy-app PR

@Tristan-WorkGH Tristan-WorkGH merged commit 634802a into main Dec 11, 2023
@Tristan-WorkGH Tristan-WorkGH deleted the add_about_window branch December 11, 2023 15:07
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.

3 participants