planet
planet copied to clipboard
🌍 Planet Learning - Angular application
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...
Fixes #8518 Deprecate non-functional myPersonals
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,...
## 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...
## 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...
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...
Dynamically import pdf/markdown libraries so they load only for export features. ------ https://chatgpt.com/codex/tasks/task_e_68d5d2750f98832b8604b2f48dac9eb1
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...
## 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...
fixes #9109 added a time picker to the add event dialogue.