Skip to content
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

chore: Improve the Angular example #29780

Merged
merged 48 commits into from
Sep 4, 2024
Merged

chore: Improve the Angular example #29780

merged 48 commits into from
Sep 4, 2024

Conversation

fmontes
Copy link
Member

@fmontes fmontes commented Aug 29, 2024

Proposed Changes

  • Remove guard
  • Remove resolver
  • Simplify the router
  • Add error for auth
  • Add loading state while fetching the page and navigating
  • Unify editor config to pass to page component
  • Cache navigation request so it's not fetched on every page load

Checklist

  • Tests
  • Translations
  • Security Implications Contemplated (add notes if applicable)

Additional Info

** any additional useful context or info **

Screenshots

Original Updated
** original screenshot ** ** updated screenshot **

@fmontes fmontes enabled auto-merge September 3, 2024 21:42
@fmontes fmontes added this pull request to the merge queue Sep 4, 2024
Merged via the queue into master with commit aa9190a Sep 4, 2024
18 checks passed
@fmontes fmontes deleted the refactor-angular-example branch September 4, 2024 16:37
dsolistorres pushed a commit that referenced this pull request Sep 18, 2024
### Proposed Changes
- Remove guard
- Remove resolver
- Simplify the router
- Add error for auth
- Add loading state while fetching the page and navigating
- Unify editor config to pass to page component
- Cache navigation request so it's not fetched on every page load

### Checklist
- [ ] Tests
- [ ] Translations
- [ ] Security Implications Contemplated (add notes if applicable)

### Additional Info
** any additional useful context or info **

### Screenshots
Original             |  Updated
:-------------------------:|:-------------------------:
** original screenshot **  |  ** updated screenshot **
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SDK: Improve error message display for failed angular example authentication
6 participants