Release v4.1 (#229)

* refactor: remove custom icon packs

* fix: command not work on windows

* fix: make open_window command async

* feat: improve commands

* feat: improve

* refactor: column

* feat: improve thread column

* feat: improve

* feat: add stories column

* feat: improve

* feat: add search column

* feat: add reset password

* feat: add subscription

* refactor: settings

* chore: improve commands

* fix: crash on production

* feat: use tauri store plugin for cache

* feat: new icon

* chore: update icon for windows

* chore: improve some columns

* chore: polish code
This commit is contained in:
雨宮蓮
2024-08-27 19:37:30 +07:00
committed by GitHub
parent 26ae473521
commit 61ad96ca63
318 changed files with 5564 additions and 8458 deletions

View File

@@ -1,13 +0,0 @@
export function QuoteIcon(props: JSX.IntrinsicElements["svg"]) {
return (
<svg width="24" height="24" fill="none" viewBox="0 0 24 24" {...props}>
<path
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="1.5"
d="M13.77 14.604c0-2.013 1.675-3.646 3.74-3.646 2.066 0 3.74 1.633 3.74 3.646 0 2.014-1.674 3.646-3.74 3.646-2.065 0-3.74-1.632-3.74-3.646Zm0 0c-.267-4.948 2.137-6.77 5.343-8.854M2.77 14.604c0-2.013 1.675-3.646 3.74-3.646 2.066 0 3.74 1.633 3.74 3.646 0 2.014-1.674 3.646-3.74 3.646-2.065 0-3.74-1.632-3.74-3.646Zm0 0c-.267-4.948 2.137-6.77 5.343-8.854"
/>
</svg>
);
}