summaryrefslogtreecommitdiff
path: root/packages/client/src/components/drive.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(client): align filename to component namesyuilo2022-08-311-786/+0
|
* chore(client): tweak stylesyuilo2022-07-151-30/+31
|
* chore: fix some lints automatically (#8788)Johann1502022-06-101-4/+4
| | | | | | | | | * chore: fix some lints automatically Fixed lints that were automatically fixable with `eslint --fix`. * fix type * workaround for empty interface lint
* Fix lint issues in Drive components (#8613)Andreas Nedbal2022-05-051-41/+41
| | | | | | | | | * fix(client): Fix lint issues in Drive components * fix(client): only use !=/== for null comparisons * Update drive.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance: ↵tamaina2022-04-281-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ドライブに画像ファイルをアップロードするときオリジナル画像を破棄してwebpublicのみ保持するオプション (#8216) * wip * Update packages/client/src/os.ts Co-authored-by: tamaina <tamaina@hotmail.co.jp> * メニューをComposition API化、switchアイテム追加 クライアントサイド画像圧縮の準備 * メニュー型定義を分離 (TypeScriptの型支援が効かないので) * disabled * make keepOriginal to follow setting value * :v: * fix * fix * :v: * WEBP * aaa * :v: * webp * lazy load browser-image-resizer * rename * rename 2 * Fix * clean up * add comment * clean up * jpeg, pngにもどす * fix * fix name * webpでなくする ただしサムネやプレビューはwebpのまま (テスト) * 動画サムネイルはjpegに * エラーハンドリング * :v: * v2.2.1-misskey-beta.2 * browser-image-resizer#v2.2.1-misskey.1 * :v: * fix alert * update browser-image-resizer to v2.2.1-misskey.2 * lockfile Co-authored-by: mei23 <m@m544.net> Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com>
* refactorsyuilo2022-01-281-1/+1
|
* refactor(client): better semanticssyuilo2022-01-281-1/+1
|
* refactor(client): i18n.locale -> i18n.tssyuilo2022-01-281-25/+25
|
* refactor: Composition APIへ移行 (#8138)tamaina2022-01-181-514/+512
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * components/drive-file-thumbnail.vue * components/drive-select-dialog.vue * components/drive-window.vue * wip * wip drive.file.vue, drive.vue * fix prop * wip( * components/drive.folder.vue * maybe ok * :v: * fix variable * FIX FOLDER VARIABLE * components/emoji-picker-dialog.vue * Hate `$emit` * hate global property * components/emoji-picker-window.vue * components/emoji-picker.section.vue * fix * fixx * wip components/emoji-picker.vue * fix * defineExpose * ユニコード絵文字の型をもっといい感じに * components/featured-photos.vue * components/follow-button.vue * forgot-password.vue * forgot-password.vue * :art: * fix
* enhance: pizzaxでstreamingのuser storage ↵tamaina2021-12-291-1/+2
| | | | | | | | | | | | | | | | | | | | | updateイベントを監視して更新 (#8095) * wip * wip? * ? * streamingのuser storage updateイベントを監視して更新 * 必要な時以外はストレージを更新しない * fix? * wip * fix * fix
* client: tweak stylesyuilo2021-12-101-2/+3
|
* update linrsyuilo2021-11-191-16/+16
|
* refactor(client): refactor dialog functions to improve type inferencesyuilo2021-11-181-18/+13
|
* refactoringsyuilo2021-11-121-0/+784
Resolve #7779