Frontmatter
| id | 8589 |
| title | Add Dates to Portal Blog Tree List |
| state | Closed |
| labels | documentationenhancementai |
| assignees | tobiu |
| createdAt | Jan 13, 2026, 11:12 AM |
| updatedAt | Jan 13, 2026, 11:16 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8589 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 13, 2026, 11:16 AM |
Add Dates to Portal Blog Tree List
tobiu assigned to @tobiu on Jan 13, 2026, 11:12 AM

tobiu
Jan 13, 2026, 11:16 AM
Input from Gemini 3 Pro:
✦ I have implemented dates for the Portal Blog tree list with corrected styling.
- Data Update: Added
datefields toapps/portal/resources/data/blog.json.- Model Update: Updated
Portal.model.Blogto display[Date] Title.- Styling: Added
.blog-dateclass toresources/scss/src/apps/portal/shared/content/TreeList.scssto ensure proper spacing (margin-right) between the date and the title.The changes have been pushed to
origin/dev.
tobiu closed this issue on Jan 13, 2026, 11:16 AM
We want to display dates in the Portal Blog tree list, similar to how they are shown in the Releases tree list.
Requirements:
apps/portal/resources/data/blog.jsonto include adatefield for each blog post.apps/portal/resources/data/medium_blog.json(matching by title).apps/portal/model/Blog.mjsto:datefield.treeNodeNamecalculation to display the date before the title, using the.release-dateCSS class style (reusing existing styling if appropriate, or ensuring consistency). The format should be[Date] Title.Styling Reference:
apps/portal/model/Release.mjs(calculate method)resources/scss/src/apps/portal/shared/content/TreeList.scss(.release-date)