summaryrefslogtreecommitdiff
path: root/packages/frontend/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* :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>
* enhance(client): 付箋ウィジェットの高さを設定可能にsyuilo2023-03-101-1/+5
|
* fix(frontend/widget): federation widgetのdata-cyも移動Kagami Sascha Rosylight2023-03-091-1/+1
| | | fcb6e0adb9d2e8d8ac85b7e58a17edcdecec4618 の後テストが落ちている
* chore(test): data属性がclassになっているのを修正syuilo2023-03-0918-18/+18
|
* chore(client): tweak online users widgetsyuilo2023-02-231-1/+2
|
* enhance(client): improve entrance pagesyuilo2023-02-221-2/+2
| | | | Resolve #9986
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-1627-54/+44
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix(client): use tabler icons (#9915)taiy2023-02-141-1/+1
|
* feat(client): add channel column to decksyuilo2023-02-091-3/+3
|
* revert: 650187deafsyuilo2023-02-081-1/+3
|
* perf(client): do not render custom emojis in user namessyuilo2023-02-081-3/+1
| | | | #9778
* fix(client): validate input response in aiscriptsyuilo2023-02-053-3/+15
|
* refactorsyuilo2023-01-162-4/+4
|
* enhance(client): flash作成時のプリセットを追加syuilo2023-01-161-1/+1
|
* Fix widget tests (#9591)Masaya Suzuki2023-01-1519-19/+19
|
* refactor(client): use css modulessyuilo2023-01-153-138/+140
|
* refactor(client): use css modulessyuilo2023-01-1513-40/+54
|
* fix importsyuilo2023-01-101-2/+2
|
* refactor(client): rename widget filenamesyuilo2023-01-1029-27/+27
|
* fix: 続rss-ticker.vue修正tamaina2023-01-091-3/+0
|
* fix: fix rss-ticker TypeErrortamaina2023-01-091-1/+1
|
* feat(client): add instance info widgetsyuilo2023-01-093-1/+97
|
* feat(client): add profile widgetsyuilo2023-01-092-0/+98
| | | | Resolve #7722
* tweak clientsyuilo2023-01-091-1/+1
|
* feat(client): 🍪👈syuilo2023-01-082-0/+46
|