fix: Fixed performance regression in Super notes and improved toolbar (#2590)

This commit is contained in:
Aman Harwara
2023-10-17 22:49:19 +05:30
committed by GitHub
parent d254e1c4e3
commit 9e35e2eceb
45 changed files with 933 additions and 1034 deletions

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<path fill="currentColor" fill-rule="evenodd" d="M0 4.13v1.428a.5.5 0 0 0 .725.446l.886-.446l.377-.19L2 5.362l1.404-.708l.07-.036l.662-.333l.603-.304a.5.5 0 0 0 0-.893l-.603-.305l-.662-.333l-.07-.036L2 1.706l-.012-.005l-.377-.19l-.886-.447A.5.5 0 0 0 0 1.51v2.62ZM7.25 2a.75.75 0 0 0 0 1.5h7a.25.25 0 0 1 .25.25v8.5a.25.25 0 0 1-.25.25h-9.5a.25.25 0 0 1-.25-.25V6.754a.75.75 0 0 0-1.5 0v5.496c0 .966.784 1.75 1.75 1.75h9.5A1.75 1.75 0 0 0 16 12.25v-8.5A1.75 1.75 0 0 0 14.25 2h-7Zm-.5 4a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5h-5.5ZM6 9.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5A.75.75 0 0 1 6 9.25Z" clip-rule="evenodd" />
</svg>

After

Width:  |  Height:  |  Size: 705 B

View File

@@ -213,6 +213,7 @@ import UserSwitch from './ic-user-switch.svg'
import ViewIcon from './ic-view.svg'
import WarningIcon from './ic-warning.svg'
import WindowIcon from './ic-window.svg'
import DetailsBlockIcon from './ic-details-block.svg'
export {
AccessibilityIcon,
@@ -267,6 +268,7 @@ export {
CopyIcon,
CreateAccountIllustration,
DashboardIcon,
DetailsBlockIcon,
DiamondFilledIcon,
DiamondIcon,
DownloadIcon,