-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Dashboard repo UI #2278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
1: Github shows 2 lists, "Repositories you contribute to" and "Your repositories". Second one has few filters, that can be easily added later. |
|
@lunny OK What type of filter is |
|
I like second one better |
@lunny If you like it, I can send PR with changes. |
Sure send PR and than we can probably help also with semantic ui css :) |
@Morlinest Please do it. I wish it could be merged into v1.2 and then the PR will also fix #2114 and replace #2205 |
But maybe lack of some codes on search condition about collobratives on #2205. |
I like the third one |
closed by #2285 |
Hi, I have fix for dashboard (show only rendered UI, not vue templates). I've done some improvements, but need to discuss 2 options (or find another one).
Animated GIF of my first variant (I used throttling GPRS in chrome and refresh page few times):

Second variant (logic is same, but render only 1 mixed list instead of 2):

I do not like the mixed version with showed name ("My repositories") and repos count (it counts only my own repos, but showing all available). In this variant can be shown total repos found (after filter/search) or total count (when filter is empty). One of this method can be used also for showing "Show more repositories..." link.
What do you think?
Recap of questions:
a. Naming - is "My Repositories" ok?
b. Counter - show number of all repositories based on last search (= dynamic value) or show number of all available repositories (= static value, number can be saved from first/every empty search)
The text was updated successfully, but these errors were encountered: