-
Notifications
You must be signed in to change notification settings - Fork 378
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
fix: Start bots panel design and error popup issues #5061
Conversation
Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com> Hold the failed status Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com> Adjusted polling interval Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com> Updated regex Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com> Error callout visibility Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com> Adjust styles Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com> Added a stopping status Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com> Tests wrapped up Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
…otFramework-Composer into srravich/bugfix-dotnet-error
Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com> Style updates Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com> Global controller visibility set Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
…oser into srravich/bugfix-dotnet-error Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com> # Conflicts: # Composer/packages/server/src/locales/en-US.json # extensions/vacore/yarn.lock
…otFramework-Composer into srravich/bugfix-dotnet-error
Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know it's the same regexp that was already there, but if you want to change that, you could. Everything else looks fine.
}; | ||
|
||
const checkIfDotnetVersionMissing = (err: any) => { | ||
return /(Command failed: dotnet build)| (Command failed: dotnet user-secrets)|(install[\w\r\s\S\t\n]*\.NET Core SDK)/.test( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure I understand that character class. \s\S
together means "any character at all", so just install.*\.NET
should work fine.
Description
Misc fixes for start bots panel styles.
Screenshots
Fixes #4975