Closed rohitpaulk closed 4 days ago
The pull request introduces modifications to the rendering logic of the content.hbs
file in the app/components/concept-page
directory, specifically addressing how concept progress and metadata are displayed. Comments indicating TypeScript errors were removed, and conditional rendering for the ConceptProgress
component was implemented based on currentProgressPercentage
. Additionally, new module declarations for ConceptProgressComponent
and ConceptComponent
were added to enhance type safety within the Glint environment, ensuring better integration with TypeScript without altering existing functionality. A hidden section for preloading image blocks was also introduced in the concept.hbs
file.
File Path | Change Summary |
---|---|
app/components/concept-page/content.hbs | Modified rendering logic for ConceptProgress and MetadataItem based on currentProgressPercentage . Removed TypeScript error comments. |
app/components/concept-progress.ts | Added module declaration for ConceptProgressComponent in the Glint environment to enhance type recognition. |
app/components/concept.ts | Added module declaration for ConceptComponent in the Glint environment to improve type safety. |
app/components/concept.hbs | Introduced a hidden section to preload blocks containing images based on their type, enhancing functionality without changing existing rendering logic. |
concept-progress.hbs
file, which is directly connected to the ConceptProgress
component mentioned in the main PR's summary.π In the meadow where concepts grow,
Progress shines with a gentle glow.
Type safety now is here to stay,
With Glint's help, we hop and play!
Metadata dances, progress in sight,
A joyful change, oh what a delight! πΌ
ββ1 filesβ Β±0ββββ1 suitesβ Β±0βββ6m 1s β±οΈ - 1m 10s 584 tests Β±0ββ543 β β-β1ββ40 π€ Β±0ββ0 β Β±0ββ1 π₯ +1β 599 runsβ Β±0ββ557 β β-β2ββ40 π€ Β±0ββ1 β +1ββ1 π₯ +1β
For more details on these errors, see this check.
Results for commit f974b467.βΒ± Comparison against base commit bcc409a1.
:recycle: This comment has been updated with latest results.
Tests completed | Failed | Passed | Skipped |
---|---|---|---|
584 | 1 | 583 | 0 |
To view more test analytics, go to the Test Analytics Dashboard Got feedback? Let us know on Github
Changes will increase total bundle size by 398 bytes (0.0%) :arrow_up:. This is within the configured threshold :white_check_mark:
Summary by CodeRabbit
New Features
Bug Fixes
Documentation