mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 10:58:33 +00:00
add-share-link-authentication (#6201)
* add-share-link-authentication * [share link - link creation] 'set scope': redesigned it * update * Update share_link_auth.py * Update share_link_auth.py * Update share_link_auth.py * Update share_link_auth.py * Update share_link_auth.py * Update share_link_auth.py * [share link - link details] redesigned the panel * [share dialog - share link] 'authenticated users/emails' panels: redesigned them * [share dialog - share link'] UI details, UX, and code improvements for 'link detais, authenticated users/emails' panels * [share dialog - share link] updated the 'submit' handler for the 'authenticated emails/users' panels; fixup for 'set scope' in the 'link creation' panel' * [share dialog - share link] deleted 'share-link-api.js', moved api modification to seafile-js; fixed 'change scope' & etc. in 'link details' * [share dialog - share link] link authenticated users: update 'submit' handler according to the python API update * [share dialog - share link] added 'share-link-api.js' back & used it * [share dialog - share link] handled eslint warnings and etc. --------- Co-authored-by: llj <lingjun.li1@gmail.com>
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#share-link-panel .share-list-container {
|
||||
.share-list-container.share-link-list {
|
||||
max-height: 23rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -68,6 +68,12 @@
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#share-link-panel .link-authenticated-op:hover {
|
||||
background: transparent;
|
||||
text-decoration: underline;
|
||||
color: #ff9800;
|
||||
}
|
||||
|
||||
.share-dialog-content label {
|
||||
padding: 0.5rem 0 0.25rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user