1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

add file ledger apis (#5507)

* add file ledger apis

* remove apis about export ledgers

* opt code struct

* feat: update api

* feat: update code

* rename init-ledger script -> init-extended-props

* remove useless code

* POST/PUT extended-props return row

* return default some fields when extended-row not exists

* feat: update seafile-js version

---------

Co-authored-by: er-pai-r <18335219360@163.com>
This commit is contained in:
Alex Happy
2023-07-27 15:11:35 +08:00
committed by GitHub
parent e97b0c264c
commit 0a7aeec2e2
32 changed files with 2330 additions and 36 deletions

View File

@@ -174,3 +174,24 @@
.detail-container .nav-item .nav-link, .detail-container .nav-item .nav-link i {
margin: 0 auto;
}
.detail-container .edit-file-extra-attributes-btn {
min-width: 80px;
width: fit-content;
max-width: 100%;
height: 28px;
line-height: 28px;
padding: 0 10px;
background-color: #f0f0f0;
border-radius: 3px;
color: #929292;
font-size: 14px;
text-align: center;
cursor: pointer;
}
.detail-container .edit-file-extra-attributes-btn:hover {
cursor: pointer;
background-color: #dbdbdb;
color: #666;
}