Skip to content

Next

  • Projects
  • Groups
  • Snippets
  • Help
  • Sign in / Register
Minds Frontend
Minds Frontend
  • Project
  • Repository
  • Issues 817
  • Merge Requests 62
  • CI / CD
  • Security & Compliance
  • Packages
  • Wiki
  • Snippets
  • Members
  • Collapse sidebar
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Minds
  • Minds FrontendMinds Frontend
  • Merge Requests
  • !617

Open
Opened 1 week ago by Ben Hayward@benhayward.ben
Report abuse

[Sprint/QuietQuail](feat) Rich embed open in media modals #2162

Summary

Opening youtube videos in modals.

Testing

This has the potential to affect

My test plan (note gifs aren't working at present on sandboxes): Visit: https://feat-rich-embed-modals-2162.minds.io/richembedtest/

  • Click through the content.
  • Test in groups, comments and discovery>latest.
  • Flip the feature flag via helm (any help, let me know).
  • Refresh and check that everything still works

Try a variety of content.

Edited 2 days ago by Ben Hayward
Request to merge feat/rich-embed-modals-2162 into master
The source branch is 4 commits behind the target branch
Open in Web IDE
Pipeline #92960485 passed with warnings for 74aeb47e on feat/rich-embed-modals-2162
              Requires 3 more approvals from Devs, Deployers, and QA.
              Emiliano Balbuena
              Emiliano Balbuena
              Mark Harding
              Mark Harding
              Brian Hatchet
              Brian Hatchet
              Xander Miller
              Xander Miller
              Ready to be merged automatically. Ask someone with write access to this repository to merge this request

              Mentions #2162

              Deletes source branch

              • Discussion 3
              • Commits 16
              • Pipelines 8
              • Changes 8
              1/2 threads resolved
              • Ben Hayward @benhayward.ben added MR::Requires Changes Squad::Yellow scoped labels 1 week ago

                added scoped labels

              • Ben Hayward @benhayward.ben changed title from WIP: Sprint/QuietQuail Rich embed open in media modals 2162 to WIP: Sprint/QuietQuail Rich embed open in media modals #2162 1 week ago

                changed title from WIP: Rich embed open in media modals 2162 to WIP: Rich embed open in media modals 2162

              • Ben Hayward @benhayward.ben added 7 commits 1 week ago

                added 7 commits

                • 7b38de6c...80069206 - 2 commits from branch master
                • 9c6591b4 - got it in 3 clicks
                • 74af9382 - openModal used
                • 059b2411 - 2 clicks
                • 16abac59 - Merge branch 'master' of gitlab.com:minds/front into feat/rich-embed-modals-2162
                • 137b7820 - Style updates needed

                Compare with previous version

                Toggle commit list
              • Ben Hayward @benhayward.ben added 2 commits 4 days ago

                added 2 commits

                • 617ee55b - Don't show overlay
                • 9ffde279 - Tidied up

                Compare with previous version

              • Ben Hayward @benhayward.ben added 1 commit 4 days ago

                added 1 commit

                • 12dc5478 - Putting things behind feat flags and tidying

                Compare with previous version

              • Ben Hayward @benhayward.ben added 3 commits 4 days ago

                added 3 commits

                • 3ffcecb7 - Left in a comment
                • cff8a4bd - Routing working
                • 9283d879 - Got rid of grey bg on comment embed body and tidied.

                Compare with previous version

              • Ben Hayward
                Ben Hayward @benhayward.ben started a thread on an old version of the diff 4 days ago
                Resolved by Ben Hayward 3 days ago
              • Ben Hayward @benhayward.ben added 1 commit 3 days ago

                added 1 commit

                • e103e3e3 - Testing and fixes

                Compare with previous version

              • Ben Hayward @benhayward.ben resolved all threads 3 days ago

                resolved all threads

              • Ben Hayward @benhayward.ben added 1 commit 3 days ago

                added 1 commit

                • f9431bac - Get rid of vimeo autoplay

                Compare with previous version

              • Ben Hayward @benhayward.ben changed the description 3 days ago

                changed the description

              • Ben Hayward @benhayward.ben added 2 commits 3 days ago

                added 2 commits

                • 790ed6da - Removed feature flag changes.
                • 74aeb47e - E2E testing

                Compare with previous version

              • Ben Hayward @benhayward.ben unmarked as a Work In Progress 2 days ago

                unmarked as a Work In Progress

              • Ben Hayward @benhayward.ben added MR::Awaiting Review scoped label and automatically removed MR::Requires Changes label 2 days ago

                added scoped label and automatically removed label

              • Ben Hayward @benhayward.ben mentioned in issue #2165 (closed) 13 hours ago

                mentioned in issue #2165 (closed)

              • Mark Harding
                Mark Harding @markeharding started a thread on the diff 1 hour ago
                src/app/modules/media/modal/modal.component.ts
                203 232
                204 233 if (this.redirectUrl) {
                205 234 this.pageUrl = this.redirectUrl;
                206 } else if (this.contentType !== 'blog') {
                207 this.pageUrl = `/media/${this.entity.entity_guid}`;
                235 } else if (this.contentType === 'rich-embed') {
                236 this.pageUrl = `/newsfeed/${this.entity.guid}`;
                208 237 } else {
                209 this.pageUrl = this.entity.route
                210 ? `/${this.entity.route}`
                211 : `/blog/view${this.entity.guid}`;
                • Mark Harding
                  Mark Harding @markeharding · 1 hour ago
                  Owner

                  Support for blog still?

                • Please register or sign in to reply
              • Mark Harding @markeharding added MR::Requires Changes scoped label and automatically removed MR::Awaiting Review label 1 hour ago

                added scoped label and automatically removed label

              • Mark Harding
                Mark Harding @markeharding · 54 minutes ago
                Owner

                Looking good so far. The description/title looks to be overflowing (potentially just remove this?).

                Screenshot_2019-11-04_at_09.27.50 https://feat-rich-embed-modals-2162.minds.io/newsfeed/1038021148513669138

              Please register or sign in to reply
              0 Assignees
              None
              None
              Milestone
              None
              Time tracking
              No estimate or time spent
              2
              Labels
              MR::Requires Changes Squad::Yellow
              Lock merge request
              Unlocked
              10
              10 participants
              user avatar
              Emiliano Balbuena
              user avatar
              Martin Santangelo
              user avatar
              Marcelo Rivera
              user avatar
              Guy Thouret
              user avatar
              Juan Manuel Solaro
              user avatar
              Mark Harding
              user avatar
              Olivia Madrid
              Reference: minds/front!617