Skip to content

Conversation

@DevStarlight
Copy link

No description provided.

Added funnel svg
Added topbar images: menu and search svg
Added unchecked image for the video-card component
Added a new flex placeholder for wrapping images up to the container
Added support for border-radius in mozilla (wasn't working correctly)
Changed some background colors variables comming from design department and included new variables with sizes & border radius styling
Included scrolling to the body for infinite scroll on y axis & removed text-decoration from <a> link tags
modified brand vimojo svg logo to fit the right fill color
…re-gallery

# Conflicts:
#	languages/en_us.js
#	languages/es_es.js
#	sass/base/_variables.scss
make topbar fixed to the body container so only the content scrolls up/down
added infinite scroll to non featured videos
clean gallery service & controller
prevent from visual issues on video-card
@DevStarlight
Copy link
Author

DevStarlight commented Feb 28, 2018

After trying lots of things, I found that horizontal infinite scrolling is not supported by this library yet. It seems someone did that feature but the branch is not merged to the master branch since it has no test

$grey: #5A6978;
$lightGrey: #B6B6B6;

//gradient colors
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From here to line 24, what are this things doing here? We're not using any blue gradient, as far as I know. Also, we already have background colors (both in normal and light version) some lines down (30 and 31).

Also are maintag and mainQuestion variable names accurate? Aren't just other way to use textDark?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've just fixed your requested changes =)

VIDEO_CARD_VERIFIED: 'Verified',
VIDEO_CARD_NOT_VERIFIED: 'Not verified',
DOWNLOAD_CODE: 'Enter your download code',
VERIFIED: 'Verified video',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens with video-download view (line 26) when you remove this line?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I've seen, that deleted line is correct, but what is not correct and you're right is the calling to the correct variable in the view. At this point, we've changed VERIFIED to VIDEO_CARD_VERIFIED, so I'm updating the view with this name.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, if there's not only being calling in video-card component... Shall the name be VIDEO_CARD_VERIFIED or better something just like VIDEO_VERIFIED?

VIDEO_CARD_VERIFIED: 'Verificado',
VIDEO_CARD_NOT_VERIFIED: 'No verificado',
DOWNLOAD_CODE: 'Introduce un código de descarga',
VERIFIED: 'Video verificado',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question here.

fix a bug in video-download for a missing constant
@@ -1,8 +1,9 @@
video-card {
div {
div.card-container {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so... if you have defined a class... for what do you specify the div tag?

CodingCarlos and others added 2 commits March 8, 2018 17:46
Remove fallback-url since It doesn't exist
@DevStarlight
Copy link
Author

DevStarlight commented Mar 8, 2018

<3 nice job guys! DO NOT close this PR until it's accepted

@@ -1,2 +1,2 @@
v0.0.4
- Adding user feedback about code validity on downloading original video
v0.1.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package.json version is inconsistent with 0.1.0

"version": "0.0.4",

Copy link
Author

@DevStarlight DevStarlight Mar 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was fixed in 97f9750

Copy link

@javierLiarte javierLiarte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work, guys, let's move forward! 👍

{
"name": "vimojo-platform-frontend",
"version": "0.0.4",
"version": "0.1.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@DevStarlight DevStarlight merged commit 79a5dde into dev Mar 9, 2018
@DevStarlight DevStarlight deleted the feature-gallery branch March 9, 2018 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants