summaryrefslogtreecommitdiff
path: root/packages/client (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(client): remove unexpected token (#8672)Andreas Nedbal2022-05-141-1/+1
|
* Refactor admin/email-settings to use Composition API (#8656)Andreas Nedbal2022-05-141-88/+73
| | | | | | | | | | * refactor(client): refactor admin/email-settings to use Composition API * Update packages/client/src/pages/admin/email-settings.vue Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* Refactor admin/database to use Composition API (#8654)Andreas Nedbal2022-05-141-22/+9
| | | | | | | | | * refactor(client): refactor admin/database to use Composition API * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* Refactor admin/security to use Composition API (#8652)Andreas Nedbal2022-05-142-101/+59
| | | | | | | | | * refactor(client): refactor admin/security to use Composition API * Apply review suggestions from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* refactor(client): refactor admin/announcements to use Composition API (#8650)Andreas Nedbal2022-05-141-81/+67
|
* refactor(client): refactor admin/ads to use Composition API (#8649)Andreas Nedbal2022-05-141-80/+64
|
* Refactor Chart component (#8622)Andreas Nedbal2022-05-141-770/+766
| | | | | | | | | | | * refactor(client): refactor Chart component * Apply review suggestions from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> * fix(client): don't expose values from Chart Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* enhance: Display TOTP Register URLsyuilo2022-05-141-2/+3
| | | | | | Close #7261 Co-Authored-By: tamaina <tamaina@hotmail.co.jp>
* update depssyuilo2022-05-142-132/+144
|
* fix(client): add setup attribute to notification page (#8648)Andreas Nedbal2022-05-121-1/+1
|
* Fix lint issues in post form component (#8619)Andreas Nedbal2022-05-071-49/+48
| | | | | | | | | * fix(client): fix lint issues in post form * Apply review suggestions from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* Fix lint issues in emoji picker components (#8620)Andreas Nedbal2022-05-073-9/+9
| | | | | * fix(client): fix lint issues in emoji picker components * fix(client): switch argument naming for emoji picker section event
* fix(client): fix lint issues in scripts (#8621)Andreas Nedbal2022-05-0717-85/+75
|
* refactor(client): refactor settings/theme/manage to use Composition API (#8596)Andreas Nedbal2022-05-051-57/+38
|
* Enhance(MFM): Allow speed changes in all animated MFMs (#8551)futchitwo2022-05-052-12/+16
| | | | | | | | | | | | | | | * MFM: Allow speed changes in all animated MFMs * Feature(MFM): Add speed property to cheat sheet * Use template literal Oops! * Remove unnecessary template string Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* refactor(client): refactor settings/word-mute to use Composition API (#8597)Andreas Nedbal2022-05-051-107/+83
|
* refactor(client): refactor settings/deck to use Composition API (#8598)Andreas Nedbal2022-05-051-62/+44
|
* Refactor settings/sounds to use Composition API (#8594)Andreas Nedbal2022-05-051-88/+74
| | | | | | | | | | | * refactor(client): refactor settings/sounds to use Composition API * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> * chore(client): remove old sound reference Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* refactor(client): refactor 2FA settings to Composition API (#8599)Andreas Nedbal2022-05-051-164/+153
|
* fix (client): fix mention icon height (#8615)tamaina2022-05-051-19/+21
|
* Fix lint issues in Drive components (#8613)Andreas Nedbal2022-05-057-84/+84
| | | | | | | | | * 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>
* fix(client): fix duplicate token request dialog in plugin install (#8612)Andreas Nedbal2022-05-051-21/+1
|
* Refactor settings/notifications to use Composition API (#8587)Andreas Nedbal2022-05-041-49/+37
| | | | | * refactor(client): refactor settings/notifications to use Composition API * fix(client): use async/await for API methods
* Refactor account-info to use Composition API (#8568)Andreas Nedbal2022-05-041-58/+45
| | | | | | | * refactor(client): refactor account-info to use Composition API * fix(client): use mounted hook for initial data * fix(client): switch to non-null assertion for account check
* refactor(client): refactor settings/api to use Composition API (#8569)Andreas Nedbal2022-05-041-39/+28
|
* refactor(client): refactor settings/apps to use Composition API (#8570)Andreas Nedbal2022-05-041-33/+25
|
* Refactor delete-account to use Composition API (#8572)Andreas Nedbal2022-05-041-45/+33
| | | | | | | | | * refactor(client): refactor delete-account to use Composition API * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* refactor(client): refactor settings/drive to use Composition API (#8573)Andreas Nedbal2022-05-041-74/+53
|
* Refactor settings/email to use Composition API (#8576)Andreas Nedbal2022-05-041-69/+52
| | | | | * refactor(client): refactor settings/email to use Composition API * fix(client): switch to non-null assertion for settings values
* Refactor settings/general to use Composition API (#8578)Andreas Nedbal2022-05-041-149/+114
| | | | | * refactor(client): refactor settings/general to use Composition API * fix(client): turn watcher callback asynchronous
* Refactor settings/menu to use Composition API (#8586)Andreas Nedbal2022-05-041-76/+55
| | | | | | | | | | | | | * refactor(client): refactor settings/menu to use Composition API * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* Refactor settings/other to use Composition API (#8589)Andreas Nedbal2022-05-041-44/+22
| | | | | * refactor(client): refactor settings/other to use Composition API * fix(client): fix 'show featured notes' checkbox
* refactor(client): refactor settings/plugin to use Composition API (#8590)Andreas Nedbal2022-05-041-62/+49
|
* refactor(client): refactor settings/plugin/install to use Composition API ↵Andreas Nedbal2022-05-041-97/+107
| | | | (#8591)
* refactor(client): refactor settings/security to use Composition API (#8592)Andreas Nedbal2022-05-041-73/+59
|
* refactor(client): refactor settings/theme to use Composition API (#8595)Andreas Nedbal2022-05-031-86/+63
|
* refactor(client): refactor settings/accounts to use Composition API (#8604)Andreas Nedbal2022-05-031-70/+69
|
* fix(client): fix missing import of defineAsyncComponent in os.tsAndreas Nedbal2022-05-011-1/+1
|
* chore(deps): bump postcss from 8.2.8 to 8.4.13 in /packages/client (#8588)dependabot[bot]2022-05-011-21/+12
| | | | | | | | | | | | | | | | Bumps [postcss](https://github.com/postcss/postcss) from 8.2.8 to 8.4.13. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.2.8...8.4.13) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* refactor: use Vite to build instead of webpack (#8575)tamaina2022-05-0160-2270/+532
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update stream.ts * https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339 * fix lint * clean up? * add app * fix * nanka iroiro * wip * wip * fix lint * fix loginId * fix * refactor * refactor * remove follow action * clean up * Revert "remove follow action" This reverts commit defbb416480905af2150d1c92f10d8e1d1288c0a. * Revert "clean up" This reverts commit f94919cb9cff41e274044fc69c56ad36a33974f2. * remove fetch specification * renoteの条件追加 * apiFetch => cli * bypass fetch? * fix * refactor: use path alias * temp: add submodule * remove submodule * enhane: unison-reloadに指定したパスに移動できるように * null * null * feat: ログインするアカウントのIDをクエリ文字列で指定する機能 * null * await? * rename * rename * Update read.ts * merge * get-note-summary * fix * swパッケージに * add missing packages * fix getNoteSummary * add webpack-cli * :v: * remove plugins * sw-inject分離したがテストしてない * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix * :v: * clean up config * typesを戻した * Update packages/client/src/components/notification.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * disconnect * oops * Failed to load the script unexpectedly回避 sw.jsとlib.tsを分離してみた * truncate notification * Update packages/client/src/ui/_common_/common.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * clean up * clean up * キャッシュ対策 * Truncate push notification message * クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正 * components/drive-file-thumbnail.vue * components/drive-select-dialog.vue * components/drive-window.vue * merge * fix * Service Workerのビルドにesbuildを使うようにする * return createEmptyNotification() * fix * i18n.ts * update * :v: * remove ts-loader * fix * fix * enhance: Service Workerを常に登録するように * pollEnded * URLをsw.jsに戻す * clean up * wip * wip * wip * wip * wip * wip * :v: * use import * fix * install rollup * use defineAsyncComponent. * fix emojilist * wip use defineAsyncComponent * popup(import -> popup(defineAsyncComponent(() => import * draggable? * fix init import * clean up * fix router * add comment * :v: * :v: * :v: * remove webpack * update vite * fix boot sequence * Revert "fix boot sequence" This reverts commit e893dbf37aed83bf9f12e427d98c78a7065b4a39. * revert boot import * never make two app div * ; * remove console.log * change clientEntry sequence * fix * Revert "fix" This reverts commit 12741b3d89950a31dbb1bb81477ddb27b0e9951a. * fix * add comment https://github.com/misskey-dev/misskey/pull/8575#issuecomment-1114239210 * add log * add comment Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Refactor custom-css to use Composition API (#8571)Andreas Nedbal2022-05-011-34/+22
| | | | | | | | | * refactor(client): refactor custom-css to use Composition API * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* refactor(client): refactor import-export to use Composition API (#8579)Andreas Nedbal2022-05-011-91/+63
|
* Refactor instance-mute to use Composition API (#8580)Andreas Nedbal2022-05-011-46/+30
| | | | | | | | | | | | | * refactor(client): refactor instance-mute to use Composition API * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* Refactor integration to use Composition API (#8581)Andreas Nedbal2022-05-011-101/+66
| | | | | | | * refactor(client): refactor integration to use Composition API * fix(client): drop superfluous enable* constants * refactor(client): deduplicate window opening for services
* feat: Improve Push Notification (#7667)tamaina2022-04-3012-250/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * clean up * ev => data * refactor * clean up * add type * antenna * channel * fix * add Packed type * add PackedRef * fix lint * add emoji schema * add reversiGame * add reversiMatching * remove signin schema (use Signin entity) * add schemas refs, fix Packed type * wip PackedHoge => Packed<'Hoge'> * add Packed type * note-reaction * user * user-group * user-list * note * app, messaging-message * notification * drive-file * drive-folder * following * muting * blocking * hashtag * page * app (with modifying schema) * import user? * channel * antenna * clip * gallery-post * emoji * Packed * reversi-matching * update stream.ts * https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339 * fix lint * clean up? * add app * fix * nanka iroiro * wip * wip * fix lint * fix loginId * fix * refactor * refactor * remove follow action * clean up * Revert "remove follow action" This reverts commit defbb416480905af2150d1c92f10d8e1d1288c0a. * Revert "clean up" This reverts commit f94919cb9cff41e274044fc69c56ad36a33974f2. * remove fetch specification * renoteの条件追加 * apiFetch => cli * bypass fetch? * fix * refactor: use path alias * temp: add submodule * remove submodule * enhane: unison-reloadに指定したパスに移動できるように * null * null * feat: ログインするアカウントのIDをクエリ文字列で指定する機能 * null * await? * rename * rename * Update read.ts * merge * get-note-summary * fix * swパッケージに * add missing packages * fix getNoteSummary * add webpack-cli * :v: * remove plugins * sw-inject分離したがテストしてない * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix * :v: * clean up config * typesを戻した * Update packages/client/src/components/notification.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * disconnect * oops * Failed to load the script unexpectedly回避 sw.jsとlib.tsを分離してみた * truncate notification * Update packages/client/src/ui/_common_/common.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * clean up * clean up * キャッシュ対策 * Truncate push notification message * クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正 * components/drive-file-thumbnail.vue * components/drive-select-dialog.vue * components/drive-window.vue * merge * fix * Service Workerのビルドにesbuildを使うようにする * return createEmptyNotification() * fix * i18n.ts * update * :v: * remove ts-loader * fix * fix * enhance: Service Workerを常に登録するように * pollEnded * URLをsw.jsに戻す * clean up Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(client): refactor scratchpad to use Composition API (#8565)Andreas Nedbal2022-04-291-88/+75
|
* refactor(client): refactor api-console to use Composition API (#8566)Andreas Nedbal2022-04-291-54/+42
|
* enhance: ↵tamaina2022-04-2810-81/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ドライブに画像ファイルをアップロードするときオリジナル画像を破棄して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>
* fix(client): fix lint issues in autocomplete (#8548)Andreas Nedbal2022-04-281-11/+11
|
* refactor: use composition API (#8541)Johann1502022-04-271-39/+29
|