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

fixes #9230 ## Summary - replace the deprecated assistants helpers with Responses API utilities and new streaming parser tests - extend provider configuration/environment overrides for response_format, parallel tool calls, and...

WIP
codex

Fixes #8518 Deprecate non-functional myPersonals

ready to merge

fixes #9097 ## Summary - add a required report name control to the financial report dialog and store it with each document - surface custom names in the report list,...

on hold
discussion
codex

## Summary - remove the global Angular Material theme import from the login stylesheet so it only consumes shared variables and mixins ## Testing - `npm run ng -- build...

on hold
codex

## Summary - wrap the Angular Material palettes in a theme configuration map that includes color, typography, and density details - consume the shared theme map when generating section-specific themes...

on hold
codex

Refactor Home feature imports into lazy-loaded modules so the initial bundle no longer eagerly includes News/Chat/Surveys/Teams/etc. ## Summary - split HomeModule so dashboard, community, notifications, upgrade, and health screens live...

experimental
codex
triage

Dynamically import pdf/markdown libraries so they load only for export features. ------ https://chatgpt.com/codex/tasks/task_e_68d5d2750f98832b8604b2f48dac9eb1

codex
triage

Bundle EasyMDE locally and load it lazily for the markdown editor. ## Summary - add EasyMDE as an npm dependency and copy its stylesheet into the build assets so the...

on hold
codex

## Summary - add easymde and codemirror to the Angular bundle and remove the unpkg script/style tags - import EasyMDE styles through the global stylesheet and lazily hydrate the editor...

on hold
codex

fixes #9109 added a time picker to the add event dialogue.

WIP