WebTemplateStudio
WebTemplateStudio copied to clipboard
Microsoft Web Template Studio quickly builds web applications using a wizard-based UI to turn your needs into a foundation of best patterns and practices
Hi everyone! it looks like there is no `sitemap.xml` file generated for the applications and I thought it may be a good idea to generate such file since there are...
Update library react-intl to latest version and refactor the wizard. https://www.npmjs.com/package/react-intl
We should update the client to use react 17. This needs https://github.com/microsoft/WebTemplateStudio/issues/1707 first, as enzyme does not support react 17 yet.
**Describe the bug** If you have different information for the pages on the templates, it doesn´t seem to update properly the information shown on the Rightsidebar. It does correctly on...
As stated in issue #996 there is currently no way to refresh the subscriptions shown in the Azure Services Modals.  We should add a refresh button next to the...
**Describe the bug** Have a look that when you´re on a small screen the top bar seems to just display the numbers and just the text for the current step...
The settings page should be shown as the last page on the right side bar. We should also disable the possibility to reorder it.
To make clear what type of project the user is creating in the Wizard we split the **messages.ts** into two: - messagesReactNative.ts - messagesWeb.ts. We are not sure that this...