forked from forgejo/forgejo
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:
parent
c3d9a5f846
commit
c86bc8e061
8 changed files with 371 additions and 34 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue