mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Add paging and archive/private repository filtering to dashboard list (#11321)
* Add archived options to SearchRepository Signed-off-by: Andrew Thornton <art27@cantab.net> * Add only-private search Signed-off-by: Andrew Thornton <art27@cantab.net> * Add filter options and paging to dashboard repository page Signed-off-by: Andrew Thornton <art27@cantab.net> * swagger generate Signed-off-by: Andrew Thornton <art27@cantab.net> * fix-swagger-again Signed-off-by: Andrew Thornton <art27@cantab.net> * as per @mrsdizzie also remember state Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
		| @@ -318,11 +318,11 @@ code, | ||||
| } | ||||
|  | ||||
| .ui { | ||||
|     &.left { | ||||
|     &.left:not(.action) { | ||||
|         float: left; | ||||
|     } | ||||
|  | ||||
|     &.right { | ||||
|     &.right:not(.action) { | ||||
|         float: right; | ||||
|     } | ||||
|  | ||||
| @@ -727,6 +727,15 @@ code, | ||||
|                 display: none; | ||||
|             } | ||||
|         } | ||||
|         &.narrow .item { | ||||
|             padding-left: 8px; | ||||
|             padding-right: 8px; | ||||
|             min-width: 1em; | ||||
|             text-align: center; | ||||
|             .icon { | ||||
|                 margin-right: 0; | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -174,6 +174,11 @@ | ||||
|             } | ||||
|         } | ||||
|  | ||||
|         #privateFilterCheckbox .svg { | ||||
|             color: #888888; | ||||
|             margin-right: .25rem; | ||||
|         } | ||||
|  | ||||
|         .repo-owner-name-list { | ||||
|             .item-name { | ||||
|                 max-width: 70%; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user