Get rid of jQuery.wakup

Get rid of jQuery UI resizable (use HTML5 with ResizeObserver/MutationObserver, work-in-progress not as beautiful yet)
Get rid of hidden download() iframe
This commit is contained in:
djmaze 2020-07-16 19:49:56 +02:00
parent fca0bb5d56
commit e3aaea8035
9 changed files with 121 additions and 1483 deletions

View file

@ -53,6 +53,19 @@ html.rl-mobile {
min-width: 60px;
}
html:not(.rl-left-panel-disabled) #rl-left.resizable {
resize: horizontal;
overflow: hidden;
min-width: 155px;
max-width: 350px;
}
.b-message-list-wrapper.resizable {
resize: vertical;
overflow: hidden;
min-height: 200px;
max-height: 500px;
}
#rl-right {
.g-ui-absolute-reset;
@ -271,21 +284,6 @@ html.rl-left-panel-none {
}
}
.ui-resizable-helper-w {
border-right: 5px solid #777;
border-right-color: rgba(255,255,255,0.7);
}
.ui-resizable-helper-h {
border-bottom: 5px solid #ccc;
border-bottom-color: rgba(0,0,0,0.3);
}
.ui-resizable-handle:hover {
background: #aaa;
background: rgba(255,255,255,0.5);
}
html.rl-no-preview-pane {
#rl-sub-left {
@ -300,10 +298,6 @@ html.rl-no-preview-pane {
#rl-sub-right {
left: 0 !important;
}
#rl-right .ui-resizable-handle {
display: none !important;
}
}
html.rl-side-preview-pane #rl-right .ui-resizable-handle {

View file

@ -103,11 +103,6 @@
height: 100%;
}
.g-ui-resizable-delimiter-highlight {
border: none;
border-right: 6px solid #aaa;
}
.e-pagenator {
.e-page {
@ -131,10 +126,6 @@
}
}
html.rgba .g-ui-resizable-delimiter-highlight {
border-right-color: rgba(0, 0, 0, 0.2);
}
.settings-saved-trigger {
display: inline-block;

View file

@ -12,11 +12,6 @@
min-width: 300px;
}
.ui-resizable-e {
right: -1px;
width: 5px;
}
.pswp__error-msg {
color: #ccc;
a, a:hover {