Recent commits have introduced UI/UX patterns that diverge from established patterns elsewhere in the codebase. The following inconsistency reduces design consistency for users.
Design Drift Findings
1. Broken URL scheme in one release-note bullet (ttps:// vs https://)
Commit(s): f94d51957763ee54ee97d3d8d8cec75f08770649 (link)
New pattern (introduced by commit):
* Fix container input not respecting max bytes when parsing CRI partial lines. ttps://github.com/elastic/beats/pull/49743[#49743] ...
Existing pattern (established elsewhere):
* Fix http_endpoint input shared server lifecycle causing joiner deadlock ... https://github.com/elastic/beats/pull/49415[#49415] ...
* Fix CSV decoder producing malformed JSON ... https://github.com/elastic/beats/pull/50097[#50097] ...
Location of new pattern: changelog/8.19.15.asciidoc:78
Location of existing pattern: changelog/8.19.15.asciidoc:77, changelog/8.19.15.asciidoc:79
User impact: The malformed scheme produces a broken link in user-facing release notes, while adjacent entries use the standard https:// format. Users encounter inconsistent link behavior in the same section.
Suggested Actions
What is this? | From workflow: UX Design Patrol
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.
Recent commits have introduced UI/UX patterns that diverge from established patterns elsewhere in the codebase. The following inconsistency reduces design consistency for users.
Design Drift Findings
1. Broken URL scheme in one release-note bullet (
ttps://vshttps://)Commit(s):
f94d51957763ee54ee97d3d8d8cec75f08770649(link)New pattern (introduced by commit):
Existing pattern (established elsewhere):
Location of new pattern:
changelog/8.19.15.asciidoc:78Location of existing pattern:
changelog/8.19.15.asciidoc:77,changelog/8.19.15.asciidoc:79User impact: The malformed scheme produces a broken link in user-facing release notes, while adjacent entries use the standard
https://format. Users encounter inconsistent link behavior in the same section.Suggested Actions
ttps://github.com/elastic/beats/pull/49743withhttps://github.com/elastic/beats/pull/49743inchangelog/8.19.15.asciidocand verify rendered release notes link correctly.What is this? | From workflow: UX Design Patrol
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.