Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Stars tab repo names should show suffix at all times #16

Open
jverkoey opened this issue Jul 12, 2016 · 0 comments
Open

Stars tab repo names should show suffix at all times #16

jverkoey opened this issue Jul 12, 2016 · 0 comments

Comments

@jverkoey
Copy link

Can easily get into a situation where you might show the "transition" repo from two different platforms.

E.g. we should show transitions-android and transitions-objc.

Implementing this change will require some modification to the data in different contexts... One way to do this:

  1. When viewing the "starred" tab give a class to the container view, e.g. starred.
  2. Add both representations of the data to each filterable node. By default the expanded data will be hidden. .expanded { display: none; }
  3. Add a css query to show the expanded state and hide the non-expanded state. .starred .expanded { display: default; } .starred .collapsed { display: none; }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant