-
Notifications
You must be signed in to change notification settings - Fork 451
New demo sites setup #97
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
Conversation
Remove hotReloadProfile from launchSettings.json as this is no longer needed
Make Dark switch work Fix AccordionPage Add #85 to DataGridPage
Comment out DataGrid Selectable row
@vnbaaij Ready for a review on this? Any reason to wait or should we get this in now? |
Yes, good to go as far as I think |
Update ListboxOptionPage
Add fallback route
@awentzel Can you review this with top priority? I'd like to get this merged asap with deadlines looming. In particular, have a look at the static web apps config and let's see if we can make that happen. |
It looks like @vnbaaij is using the default behavior upon the creation of static web apps so this should just work. Once this PR goes in we should be able to see the link in future PRs. I'll keep an eye on it but looks good. I do need to add the secret to the repo. I can work with @vnbaaij to create this. |
Pull Request
📖 Description
This PR adds a new demo sites setup. Now there are both a Blazor Server demo project and a Blazor Web Assembly demo project. They both reference a Shared project that contains the actual pages, layout an navigation menu. The sites now uses a much simpler mechanism for testing the components by using actual pages.
A working version of the Web Assembly demo can be found at https://thankful-island-0494bc003.azurestaticapps.net/
🎫 Issues
This fulfills #65
✅ Checklist
General
⏭ Next Steps
Host the Web Assembly project on an Azure Static Web App.