planet icon indicating copy to clipboard operation
planet copied to clipboard

🌍 Planet Learning - Angular application

Results 233 planet issues
Sort by recently updated
recently updated
newest added

## 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...

codex

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...

review requested

## 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...

codex

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...

WIP

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...

codex
triage

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...

codex
triage