summaryrefslogtreecommitdiff
path: root/packages/frontend/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(backend): add detailed schema to `fetch-rss` endpoint (#13764)zyoshoka2024-04-292-6/+8
|
* refactor(general): use `Date.now()` instead of creating a new `Date` ↵zyoshoka2024-04-071-3/+3
| | | | instance (#13671)
* fix(frontend): ↵かっこかり2024-03-251-9/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 「今日誕生日のフォロー中ユーザー」ウィジェットが正しく動作しない問題を修正 (#12835) * (fix) タイムゾーンによっては誕生日のフォロー中ユーザーが正しく読み込まれない * 文言をわかりやすく * Update Changelog * (add) reload button * Update CHANGELOG.md * run misskey-js * fix * Revert "文言をわかりやすく" This reverts commit c5ab6419563cc70ec8ba758e800c74d3469131e3. * Update packages/frontend/src/widgets/WidgetBirthdayFollowings.vue * Update packages/frontend/src/widgets/WidgetBirthdayFollowings.vue --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor(frontend): `os.ts`周りのリファクタリング (#13186)zyoshoka2024-02-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor(frontend): `os.ts`周りのリファクタリング * refactor: apiWithDialogのdataの型付け * refactor: 不要なas anyを除去 * refactor: 返り値の型を明記、`selectDriveFolder`は`File`のほうに合わせるよう返り値を変更 * refactor: 返り値の型を改善 * refactor: フォームの型を改善 * refactor: 良い感じのimportに修正 * refactor: フォームの返り値の型を改善 * refactor: `popup()`の`props`に`ref`な値を入れるのを許可するように * fix: `os.input`系と`os.select`の返り値の型がおかしい問題とそれによるバグを修正 * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* (re) update SPDX-FileCopyrightTexttamaina2024-02-1338-38/+38
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-1338-38/+38
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-1238-38/+38
|
* refactor: deprecate i18n.t (#13039)Acid Chicken (硫酸鶏)2024-01-204-7/+7
| | | | | | | | | * refactor: deprecate i18n.t * revert: deprecate i18n.t This reverts commit 7dbf873a2f745040ee723df5db659acacff84e12. * chore: reimpl
* enhance(frontend): バブルゲームの諸々を修正・改良2 (#12948)かっこかり2024-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * (fix) ゲームが正常に終了するように * (enhance) 効果音の音量を設定可能に * (add) store * (add) スクショにロゴの透かしを入れる * Update packages/frontend/src/pages/drop-and-fusion.vue Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * tweak * tweak * tweak * tweak * Update drop-and-fusion.vue * tweak * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* enhance(frontend): add game bgm and refactor sound systemsyuilo2024-01-081-5/+2
|
* refactor(frontend): `widgets/server-metric`内の型エラーを除去 (#12937)zyoshoka2024-01-075-20/+19
|
* refactor(frontend): ↵おさむのひと2024-01-0411-22/+26
| | | | | | | | | | | | | os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694) * refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる * fix * fix * renate to "misskeyApi" * rename file
* enhance: Use SI prefixes for job queue widget, extends bytes (#12896)MeiMei2024-01-041-9/+9
| | | | | | | | | * Use SI prefixes for job queue widget * a * bytes * lint
* Fix: AiScriptのreadlineの修正をPlay以外にも適用 (#12841)FineArchs2024-01-043-42/+6
| | | | | | | | | | | | | | | | | | | * add AiScriptReadline() in api.ts * apply AiScriptReadline on flash.vue * AiScriptReadline → aiScriptReadline * Update flash.vue * Update scratchpad.vue * Update WidgetAiscript.vue * Update WidgetAiscriptApp.vue * Update WidgetButton.vue * Update plugin.ts
* refactor(frontend): Reactivityで型を明示するように (#12791)zyoshoka2023-12-2615-31/+58
| | | | | | | * refactor(frontend): Reactivityで型を明示するように * fix: プロパティの参照が誤っているのを修正 * fix: 初期化の値を空配列に書き換えていた部分をnullに置き換え
* refactor(frontend): import宣言周りのエラーを修正 (#12773)zyoshoka2023-12-241-1/+1
|
* Remove unused imports (#12730)woxtu2023-12-2126-26/+26
|
* adding color-scheme light to WidgetAichan (#12638)Tassoman2023-12-131-0/+1
|
* refactor(frontend): menuのdividerをnullで表現するのをやめるsyuilo2023-12-121-1/+1
|
* refactor(frontend): 非推奨となったReactivity ↵zyoshoka2023-12-0715-135/+138
| | | | | | | | | | | | | | | | | | | | | | | | | Transformを使わないように (#12539) * refactor(frontend): 非推奨となったReactivity Transformを使わないように * refactor: 不要な括弧を除去 * fix: 不要なアノテーションを除去 * fix: Refの配列をrefしている部分の対応 * refactor: 不要な括弧を除去 * fix: lint * refactor: Ref、ShallowRef、ComputedRefの変数の宣言をletからconstに置換 * fix: type error * chore: drop reactivity transform from eslint configuration * refactor: remove unnecessary import * fix: 対応漏れ
* feat(frontend): ↵かっこかり2023-11-302-0/+129
| | | | | | | | | | | | | | | 今日誕生日のフォロー中のユーザーを一覧表示できるウィジェットを追加 (#12450) * (add) 今日誕生日のフォロイー一覧表示 * Update Changelog * Update Changelog * 実装漏れ * create index * (fix) index
* enhance(frontend): ↵かっこかり2023-11-271-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 通知音にドライブのファイルを使用できるように (#12447) * (enhance) サウンドにドライブのファイルを使用できるように * Update Changelog * fix * fix design * fix design * Update store.ts * (fix) ファイル名表示 * refactor * (refactor) better types * operationTypeとsoundTypeの混同を防止 * (refactor) * (fix) * enhance jsdoc * driveFile -> _driveFile_
* chore: create AudioContext when it is needed (#12460)Acid Chicken (硫酸鶏)2023-11-261-1/+4
|
* サウンド再生方法の変更に追従できていなかった所を修 ↵おさむのひと2023-11-211-3/+11
| | | | | (#12368) Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* :art:syuilo2023-09-291-2/+2
|
* feat: 通知の受信設定を強化syuilo2023-09-291-7/+7
|
* .jssyuilo2023-09-2926-26/+26
|
* refactor(frontend): use ESMsyuilo2023-09-1931-105/+105
|
* chore: ↵Shun Sakai2023-07-2737-0/+185
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: 可読性のため一部で`Array.prototype.at`を使うように ↵okayurisotto2023-07-142-8/+8
| | | | | | | (#11274) * refactor: `Array.prototype.at`を使うように * fixup! refactor: `Array.prototype.at`を使うように
* refactor: `substr` -> `substring` (#11273)okayurisotto2023-07-143-3/+3
|
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-083-3/+3
| | | | | | | | | * cleanup: trim trailing whitespace * update(`.editorconfig`) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* perf(backend): make some features optionablesyuilo2023-07-021-1/+1
| | | | | Resolve #11064 Resolve #11065
* perf(backend): allow get for some endpointssyuilo2023-07-022-2/+2
|
* fix(client): サーバーメトリクスが90度傾いている (#11012)NoriDev2023-06-171-0/+1
|
* エラー画像URLを設定可能に (#10959)Ebise Lutica2023-06-091-1/+2
| | | | | | | | | | | * エラー画像URLを設定可能に * Update CHANGELOG.md * 設定したエラーアイコンをprefetchするようにbase.pugを変更 * 不足していたデータを追加 * enhance(frontend): デザイン調整
* perf(#10923): CSS Modules のクラス名をインライン化する (#10930)Acid Chicken (硫酸鶏)2023-06-012-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * perf(#10923): unwind css module class name * perf(#10923): support multiple components * refactor: clean up * refactor(#10923): avoid `useCssModule()` * fix(#10923): allow direct literal class name * fix(#10923): avoid computed class name * fix(#10923): allow literal keys * fix(#10923): typo * fix(#10923): invalid class names * chore: test * revert: test This reverts commit 5c7ef366eceebe8ba260efa4d5d675f6c1775c45. * fix(#10923): hidden tale * perf(#10923): also unwind scoped css contained components * perf(#10923): `normalizeClass` AOT compilation --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* lintsyuilo2023-05-291-1/+1
|
* refactorsyuilo2023-05-241-37/+37
|
* refactorsyuilo2023-05-241-13/+14
|
* refactorsyuilo2023-05-242-19/+11
|
* refactorsyuilo2023-05-1927-186/+114
|
* fix(frontend): ↵syuilo2023-05-171-1/+1
| | | | コンポーネントのpropを非lowerCamelCaseで渡すと機能しない
* refactor(frontend): boot分割したり副作用減らしたりとかsyuilo2023-05-153-6/+6
| | | | #10838
* refactor(frontend): use css modulessyuilo2023-05-143-15/+14
|
* refactor(frontend): remove $ts and $tsyuilo2023-04-014-7/+7
|
* refactor(frontend): remove $instancesyuilo2023-04-011-3/+4
|
* refactor(frontend): remove $storesyuilo2023-04-012-2/+4
|
* タイムラインを正常に無効化できるように (#10299)atsuchan2023-03-121-1/+26
| | | | | | | | | | | | | | | | | | | * タイムラインを正常に無効化できるように Timeline can be disabled successfully * Tune: disabled timeline to update disabled state immediately カラムの判定の場所をこっちにしないとリアルタイムで更新が反映されないので変更(タイムラインを正常に無効化できるように) * modify disabled timeline icon to ti-circle-minus 無効化されたタイムラインのアイコンをTabler iconのti-circle-minusに修正 Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* enhance(server): ↵tamaina2023-03-111-1/+1
| | | | | | | | | | | | | | | | | | | | | 画像圧縮周り(主にサムネイルの仕様)の変更 (#10287) * DriveService, is-mime-image * static, previewをavifに, アニメーション画像でもthumbnailを生成 * fallback * animated: true * fix * avatarはwebp * revert ?? file.url --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>