planet
planet copied to clipboard
🌍 Planet Learning - Angular application
## Summary - replace untyped dialog form helpers with typed form builder primitives - introduce shared dialog field and form control typings for safer reuse ## Testing - npm run...
When creating/editing a resource
fixes #9267 feat: Rename and reorder community tabs Renamed the "Services" tab to "Information" and moved it to be the second tab in the community view. This is to make...
## Summary - replace the untyped dialog form implementation with typed FormBuilder/FormGroup usage - define reusable dialog field interfaces and list selection helpers for safer callbacks - update the dialog...
Update script grouped together FormField, Autocomplete, Input, and Select (probably because they are very similar and may share some styles). This changes inputs and form fields quite a bit. A...
Fixes #9230 Drop the assistants (getting deprecated) & completions API endpoints in favor of the [responses API](https://platform.openai.com/docs/api-reference/responses) - This changes fundamental architecture of our chatapi and allows us to resend...
fixes #9234 - reduce login configuration delay by short-circuiting admin lookups and timing out unreachable parent requests. ## Summary - limit the admin lookup to a single `_users` document and...
fixes #9215 - share the team document fetch between shelf and membership tiles so MyTeams loads faster. ## Summary * fetch membership documents once, gather the union of shelf and...