Skip to content

Boris Paing

My feedback

2 results found

  1. 5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    3 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    under review  ·  Max Harper responded

    Thanks for the feedback. Other users like this feature because viewing movies in the movielens interface offers different information (e.g., predicted ratings). Let’s see if others chime in.

    An error occurred while saving the comment
    Boris Paing commented  · 

    There comes a time we need to take matters into our own users hands. Let's open a Stylus addon sheet and paste that pretty CSS code :

    /* rearranging rows order */

    .frontpage {

    display: flex;
    flex-direction: column;
    }

    .frontpage-section-top:nth-child(1) {

    /* top picks */

    order: 2;
    }

    .frontpage-section-top:nth-child(2) {

    /* new realeases */

    display: none;
    }

    .frontpage-section-top:nth-child(3) {

    /* rate more */

    order: 4;
    }

    .frontpage-section-top:nth-child(4) {

    /* favorites from past year */

    order: 3;
    }

    .frontpage-section-top:nth-child(5) {

    /* new additions */

    display: none;
    }

    .frontpage-section-top:nth-child(6) {

    /* your whishlist */

    order: 1;
    }

    .frontpage-section-top:nth-child(7) {

    /* add a movie / give feedback */

    display: none;
    }

    Boris Paing supported this idea  · 
  2. 4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Boris Paing shared this idea  · 

Feedback and Knowledge Base