Skip to content

Add neoteroi timeline CSS and register changelog category#166

Merged
albertov19 merged 1 commit into
mainfrom
albertov19/changelog
Mar 27, 2026
Merged

Add neoteroi timeline CSS and register changelog category#166
albertov19 merged 1 commit into
mainfrom
albertov19/changelog

Conversation

@albertov19

Copy link
Copy Markdown
Contributor

Populate timeline-neoteroi.css with kluster-themed styles (info-blue accent, dark/light mode support, vertical left layout). Register changelog category and exclude from LLM processing in llms_config.json.

Populate timeline-neoteroi.css with kluster-themed styles
(info-blue accent, dark/light mode support, vertical left layout).
Register changelog category and exclude from LLM processing
in llms_config.json.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 27, 2026 17:33
@albertov19 albertov19 merged commit 77abb51 into main Mar 27, 2026
9 checks passed
@albertov19 albertov19 deleted the albertov19/changelog branch March 27, 2026 17:34
@albertov19

Copy link
Copy Markdown
Contributor Author

Goes with kluster-ai/docs#266

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Kluster-themed styling for the Neoteroi timeline component and updates the LLM docs configuration to recognize a new changelog category while excluding the changelog page from processing.

Changes:

  • Implemented timeline-neoteroi.css with vertical-left timeline styling, info-blue accents, and dark/light scheme support.
  • Registered a new changelog category in llms_config.json.
  • Excluded changelogs.md from LLM processing via skip_basenames.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
material-overrides/assets/stylesheets/timeline-neoteroi.css Adds theme-aligned CSS for the Neoteroi timeline (vertical-left layout, dot/connector styling, scheme-aware colors).
llms_config.json Adds changelog category metadata and skips changelogs.md during LLM ingestion.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +77 to +94
.nt-timeline-before {
content: "";
height: 15px;
}

/* Fade-in segment at top of item */
.nt-timeline.vertical.left .nt-timeline-before {
background: linear-gradient(
rgba(78, 117, 255, 0) 0%,
var(--info-blue-500, #4e75ff) 100%
)
no-repeat 30px/2px 100%;
}

.nt-timeline-after {
content: "";
height: 60px;
margin-bottom: 20px;

Copilot AI Mar 27, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.nt-timeline-before and .nt-timeline-after set content: "", but content only applies to pseudo-elements (::before/::after) and has no effect on normal elements. Consider removing these declarations (or switching the selectors to pseudo-elements if that was the intent) to avoid confusion and keep the CSS semantically correct.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants