Merge branch 'release/v8.0.0' of https://github.com/ONLYOFFICE/desktop-apps into release/v8.0.0

This commit is contained in:
maxkadushkin
2023-12-25 19:15:20 +03:00
12 changed files with 311 additions and 27 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -37,9 +37,9 @@
}
svg.icon {
width: 170px;
height: 170px;
margin-bottom: 20px;
width: 300px;
height: 300px;
/* margin-bottom: 20px; */
}
.description {

View File

@ -12,9 +12,9 @@
}
.box-connection-error svg.icon {
width: 170px;
height: 170px;
margin-bottom: 20px;
width: 300px;
height: 300px;
/* margin-bottom: 20px; */
}
.box-connection-error .description {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -1,4 +1,4 @@
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="14" cy="14" r="9" stroke="#000" stroke-width="2"/>
<path d="M15 12v7h-2v-7h2Zm0-1V9h-2v2h2Z" fill="#000"/>
<svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg">
<path d="M14 22a8 8 0 1 1 0-16 8 8 0 0 1 0 16Zm0 2c5.523 0 10-4.477 10-10S19.523 4 14 4 4 8.477 4 14s4.477 10 10 10Z"/>
<path d="M15 12v7h-2v-7h2Zm0-1V9h-2v2h2Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 230 B

After

Width:  |  Height:  |  Size: 263 B

View File

@ -1,6 +1,6 @@
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.603 17.42a10 10 0 1 0 .772-8.48L7.1 9.952a8 8 0 1 1-.618 6.784l-1.879.684Z" fill="#000"/>
<path fill="#000" d="M4 5h2v6H4z"/>
<path fill="#000" d="M10 9v2H4V9zm7 5v2h-4v-2z"/>
<path fill="#000" d="M15 10v6h-2v-6z"/>
<svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg">
<path d="M4.603 17.42a10 10 0 1 0 .772-8.48L7.1 9.952a8 8 0 1 1-.618 6.784l-1.879.684Z"/>
<path d="M4 5h2v6H4z"/>
<path d="M10 9v2H4V9zm7 5v2h-4v-2z"/>
<path d="M15 10v6h-2v-6z"/>
</svg>

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 287 B

View File

@ -1,3 +1,3 @@
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.603 17.42a10 10 0 1 0 .772-8.48L7.1 9.952a8 8 0 1 1-.618 6.784l-1.879.684Z" fill="#000"/>
<svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg">
<path d="M4.603 17.42a10 10 0 1 0 .772-8.48L7.1 9.952a8 8 0 1 1-.618 6.784l-1.879.684Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 209 B

After

Width:  |  Height:  |  Size: 185 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB