- Notifications
You must be signed in to change notification settings - Fork1k
feat: add default workspace name to Template Embed form#19688
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
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.
The overall approach looks good to me – just had some concerns about some of the finer details
site/src/pages/TemplatePage/TemplateEmbedPage/TemplateEmbedPage.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
site/src/pages/TemplatePage/TemplateEmbedPage/TemplateEmbedPage.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
site/src/pages/TemplatePage/TemplateEmbedPage/TemplateEmbedPage.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
site/src/pages/TemplatePage/TemplateEmbedPage/TemplateEmbedPage.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
site/src/pages/TemplatePage/TemplateEmbedPage/TemplateEmbedPage.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
108809c
to6b576aa
Comparesite/src/pages/TemplatePage/TemplateEmbedPage/TemplateEmbedPage.test.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
site/src/pages/TemplatePage/TemplateEmbedPage/TemplateEmbedPage.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
site/src/pages/TemplatePage/TemplateEmbedPage/TemplateEmbedPage.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
site/src/pages/TemplatePage/TemplateEmbedPage/TemplateEmbedPage.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
site/src/pages/TemplatePage/TemplateEmbedPage/TemplateEmbedPage.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
site/src/pages/TemplatePage/TemplateEmbedPage/TemplateEmbedPage.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
site/src/pages/TemplatePage/TemplateEmbedPage/TemplateEmbedPage.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
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.
Checked the stories, and everything looks good. Appreciate you adding a new story for the error case
site/src/pages/TemplatePage/TemplateEmbedPage/TemplateEmbedPage.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
site/src/pages/TemplatePage/TemplateEmbedPage/TemplateEmbedPage.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
5c1a708
intomainUh oh!
There was an error while loading.Please reload this page.
Fixes:#15798
This PR extends the Template Embed form to include "default workspace name". The logic handling the "name" GET parameter was already implemented a while ago.