v1.1.2 add instagram and facebook link to weblinks widget#120
v1.1.2 add instagram and facebook link to weblinks widget#120konrad2002 merged 1 commit intomasterfrom
v1.1.2 add instagram and facebook link to weblinks widget#120Conversation
WalkthroughAdds Instagram and Facebook link tiles to the weblinks-small component template, conditionally rendered based on meeting.data URLs. Updates i18n files (de, en, ua) to include corresponding WEBLINKS translation keys, including titles and link texts. No changes to exported/public code entities or component logic beyond template conditional rendering. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Component as WeblinksSmallComponent
participant Data as meeting.data
participant I18N as TranslationService
User->>Component: Load widget
Component->>Data: Check instagram_url / facebook_url
alt URL present
Component->>I18N: t('WIDGET.WEBLINKS.INSTAGRAM_LINK_TEXT' / '...FACEBOOK_LINK_TEXT')
I18N-->>Component: Localized text
Component-->>User: Render link tiles with hrefs
else URL missing
Component-->>User: Do not render those tiles
end
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
🔇 Additional comments (4)
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
v1.1.1 add instagram and facebook link to weblinks widgetv1.1.2 add instagram and facebook link to weblinks widget
Summary by CodeRabbit