refactor: UI file upload components and ephemeral RSA key service
Replace InputFile with RadzenUpload in filter panels for better UX, switch to ephemeral RSA keys (safe for transport-only encryption), and add test scripts and documentation files.
This commit is contained in:
@@ -284,4 +284,14 @@ code {
|
||||
/* Container fluid */
|
||||
.container-fluid {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* RadzenUpload inline button style (no drop zone) */
|
||||
.rz-upload-inline .rz-fileupload-buttonbar {
|
||||
padding: 0;
|
||||
border: none;
|
||||
background: transparent;
|
||||
}
|
||||
.rz-upload-inline .rz-fileupload-content {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user