Skip to content

Commit cfafc6e

Browse files
committed
Generating static files
1 parent 34561d8 commit cfafc6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/info_arch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18873,7 +18873,7 @@
1887318873
},
1887418874
{
1887518875
"fully_qualified_name": "Primer::OpenProject::AvatarWithFallback",
18876-
"description": "OpenProject-specific Avatar component that extends Primer::Beta::Avatar\nto support fallback rendering with initials when no image source is provided.\n\nWhen `src` is nil, this component renders a minimal SVG placeholder that is\nenhanced client-side by the AvatarFallbackElement web component to display\ninitials with a consistent color based on the user's unique_id.\n\nThis component follows the \"extension over mutation\" pattern - it extends\nPrimer::Beta::Avatar without modifying its interface, ensuring compatibility\nwith upstream changes.",
18876+
"description": "OpenProject-specific Avatar component that extends Primer::Beta::Avatar\nto support fallback rendering with initials when no image source is provided.\n\nWhen `src` is nil, this component renders an SVG with initials extracted from\nthe alt text. The AvatarFallbackElement web component then enhances it client-side\nby applying a consistent background color based on the user's unique_id (using the\nsame hash function as OP Core for consistency).\n\nThis component follows the \"extension over mutation\" pattern - it extends\nPrimer::Beta::Avatar without modifying its interface, ensuring compatibility\nwith upstream changes.",
1887718877
"accessibility_docs": null,
1887818878
"is_form_component": false,
1887918879
"is_published": true,

0 commit comments

Comments
 (0)