Multicolumn Bluesky client powered by Angular

feat: post-composer embed popups

kbenlloch d495b7b4 9c2db740

+3
+1
src/app/components/feeds/author-feed/author-feed.component.ts
··· 108 108 109 109 openPost(uri: string) { 110 110 //TODO: OpenPost 111 + 111 112 // Mute all video players 112 113 // this.feed().nativeElement.querySelectorAll('video').forEach((video: HTMLVideoElement) => { 113 114 // video.muted = true;
+1
src/app/components/feeds/notification-feed/notification-feed.component.ts
··· 102 102 103 103 openNotification(notification: Notification) { 104 104 //TODO: OpenNotification 105 + 105 106 // Mute all video players 106 107 // this.feed().nativeElement.querySelectorAll('video').forEach((video: HTMLVideoElement) => { 107 108 // video.muted = true;
+1
src/app/components/feeds/timeline-feed/timeline-feed.component.ts
··· 104 104 105 105 openPost(uri: string) { 106 106 //TODO: OpenPost 107 + 107 108 // Mute all video players 108 109 // this.feed().nativeElement.querySelectorAll('video').forEach((video: HTMLVideoElement) => { 109 110 // video.muted = true;