dlsc-software-consulting-gmbh / jfxcentral2

Version 2 of JFXCentral.
78 stars 10 forks source link

Add Bluesky support for social links and icons #677

Open leewyatt opened 1 week ago

leewyatt commented 1 week ago

Integrated Bluesky social media links into various components such as PersonTileView, MemberCellView, and DetailHeaderBase. Added a new Bluesky icon to the iconfont and updated SocialLinksView to include Bluesky link capabilities.

This PR is contingent upon the approval and merge of PR https://github.com/dlsc-software-consulting-gmbh/jfxcentral-data/pull/381

leewyatt commented 1 week ago

1. PersonTile View

image

2. Share Button

image

3. Mebers Cell View

image
FDelporte commented 1 week ago

Thanks, @leewyatt, I did a small change in your branch to create the full Bluesky address, as only the username will be in the data (similar to Twitter and LinkedIn).

FDelporte commented 1 week ago

@leewyatt data project, live branch has been merged and now contains bluesky data

leewyatt commented 1 week ago

Thanks, @leewyatt, I did a small change in your branch to create the full Bluesky address, as only the username will be in the data (similar to Twitter and LinkedIn).

@FDelporte Thank you very much.