Mahesh Vagicherla
Mahesh Vagicherla
This PR is for the feature #1354
## Summary This PR solves #1860, which check and validates the redirect URI. As per the discussion with @charIeszhao some of the valid URI's can be `com.example.com://callback`,`https://example.com`, `http://localhost:3002`, `com.example/redirectpage` ##...
Issue Number: #3897 ## PR Details ## PR Checklist - [ ] Tests for the changes have been added - [ ] `npm test` doesn't throw any error IMPORTANT: Please...
Issue Number: #3891 #3895 ## PR Details This solves the issues mentioned above with stylings and changed text as per #3895 ## PR Checklist - [ ] Tests for the...
Issue Number: #3909 ## PR Details I see that, commit status is not re-fetched correctly which due to the issue even build is done from backend. So added polling to...
## Summary Closes #3298 following the document given for valid and in-valid conditions. #3298 ## Test Plan A lint rule to check for alt attribute in JSX for tags like...
/claim #976 # Description This PR add a `Microsoft` OAuth feature to the list of OAuth providers. This feature let's user to use `Microsoft` login with their backend along with...
Closes #3338 Adds auto-scroll to page canvas when element selected from the component panel. - [x] I've read and followed the [contributing guide](https://github.com/mui/mui-toolpad/blob/master/CONTRIBUTING.md#sending-a-pull-request) on how to create great pull requests....
### What is your article idea? We have meta frameworks like `Next.js` and `Remix` to support server side rendering the application. But we don't know how those frameworks works underneath....
### What is your article idea? ## What is Qwik? Qwik is an alternative frontend framework that is evolving and gives good performance score. ## Why Qwik? * Similar syntax...