tangled
alpha
login
or
join now
dragon.gal
/
consolesky
4
fork
atom
Multicolumn Bluesky client powered by Angular
4
fork
atom
overview
issues
3
pulls
pipelines
feat: post-composer embed popups
kbenlloch
11 months ago
d495b7b4
9c2db740
+3
3 changed files
expand all
collapse all
unified
split
src
app
components
feeds
author-feed
author-feed.component.ts
notification-feed
notification-feed.component.ts
timeline-feed
timeline-feed.component.ts
+1
src/app/components/feeds/author-feed/author-feed.component.ts
···
108
108
109
109
openPost(uri: string) {
110
110
//TODO: OpenPost
111
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
+
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
+
107
108
// Mute all video players
108
109
// this.feed().nativeElement.querySelectorAll('video').forEach((video: HTMLVideoElement) => {
109
110
// video.muted = true;