| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | perf(#10923): CSS Modules のクラス名をインライン化する (#10930) | Acid Chicken (硫酸鶏) | 2023-06-01 | 2 | -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> | ||||
| * | lint | syuilo | 2023-05-29 | 1 | -1/+1 |
| | | |||||
| * | refactor | syuilo | 2023-05-24 | 1 | -37/+37 |
| | | |||||
| * | refactor | syuilo | 2023-05-24 | 1 | -13/+14 |
| | | |||||
| * | refactor | syuilo | 2023-05-24 | 2 | -19/+11 |
| | | |||||
| * | refactor | syuilo | 2023-05-19 | 27 | -186/+114 |
| | | |||||
| * | fix(frontend): ↵ | syuilo | 2023-05-17 | 1 | -1/+1 |
| | | | | | コンポーネントのpropを非lowerCamelCaseで渡すと機能しない | ||||
| * | refactor(frontend): boot分割したり副作用減らしたりとか | syuilo | 2023-05-15 | 3 | -6/+6 |
| | | | | | #10838 | ||||
| * | refactor(frontend): use css modules | syuilo | 2023-05-14 | 3 | -15/+14 |
| | | |||||
| * | refactor(frontend): remove $ts and $t | syuilo | 2023-04-01 | 4 | -7/+7 |
| | | |||||
| * | refactor(frontend): remove $instance | syuilo | 2023-04-01 | 1 | -3/+4 |
| | | |||||
| * | refactor(frontend): remove $store | syuilo | 2023-04-01 | 2 | -2/+4 |
| | | |||||
| * | タイムラインを正常に無効化できるように (#10299) | atsuchan | 2023-03-12 | 1 | -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): ↵ | tamaina | 2023-03-11 | 1 | -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): 付箋ウィジェットの高さを設定可能に | syuilo | 2023-03-10 | 1 | -1/+5 |
| | | |||||
| * | fix(frontend/widget): federation widgetのdata-cyも移動 | Kagami Sascha Rosylight | 2023-03-09 | 1 | -1/+1 |
| | | | | fcb6e0adb9d2e8d8ac85b7e58a17edcdecec4618 の後テストが落ちている | ||||
| * | chore(test): data属性がclassになっているのを修正 | syuilo | 2023-03-09 | 18 | -18/+18 |
| | | |||||
| * | chore(client): tweak online users widget | syuilo | 2023-02-23 | 1 | -1/+2 |
| | | |||||
| * | enhance(client): improve entrance page | syuilo | 2023-02-22 | 1 | -2/+2 |
| | | | | | Resolve #9986 | ||||
| * | refactor: remove all unused imports (#9951) | Kagami Sascha Rosylight | 2023-02-16 | 27 | -54/+44 |
| | | | | Co-authored-by: tamaina <tamaina@hotmail.co.jp> | ||||
| * | fix(client): use tabler icons (#9915) | taiy | 2023-02-14 | 1 | -1/+1 |
| | | |||||
| * | feat(client): add channel column to deck | syuilo | 2023-02-09 | 1 | -3/+3 |
| | | |||||
| * | revert: 650187deaf | syuilo | 2023-02-08 | 1 | -1/+3 |
| | | |||||
| * | perf(client): do not render custom emojis in user names | syuilo | 2023-02-08 | 1 | -3/+1 |
| | | | | | #9778 | ||||
| * | fix(client): validate input response in aiscript | syuilo | 2023-02-05 | 3 | -3/+15 |
| | | |||||
| * | refactor | syuilo | 2023-01-16 | 2 | -4/+4 |
| | | |||||
| * | enhance(client): flash作成時のプリセットを追加 | syuilo | 2023-01-16 | 1 | -1/+1 |
| | | |||||
| * | Fix widget tests (#9591) | Masaya Suzuki | 2023-01-15 | 19 | -19/+19 |
| | | |||||
| * | refactor(client): use css modules | syuilo | 2023-01-15 | 3 | -138/+140 |
| | | |||||
| * | refactor(client): use css modules | syuilo | 2023-01-15 | 13 | -40/+54 |
| | | |||||
| * | fix import | syuilo | 2023-01-10 | 1 | -2/+2 |
| | | |||||
| * | refactor(client): rename widget filename | syuilo | 2023-01-10 | 29 | -27/+27 |
| | | |||||
| * | fix: 続rss-ticker.vue修正 | tamaina | 2023-01-09 | 1 | -3/+0 |
| | | |||||
| * | fix: fix rss-ticker TypeError | tamaina | 2023-01-09 | 1 | -1/+1 |
| | | |||||
| * | feat(client): add instance info widget | syuilo | 2023-01-09 | 3 | -1/+97 |
| | | |||||
| * | feat(client): add profile widget | syuilo | 2023-01-09 | 2 | -0/+98 |
| | | | | | Resolve #7722 | ||||
| * | tweak client | syuilo | 2023-01-09 | 1 | -1/+1 |
| | | |||||
| * | feat(client): 🍪👈 | syuilo | 2023-01-08 | 2 | -0/+46 |
| | | |||||
| * | :art: | syuilo | 2023-01-08 | 1 | -4/+5 |
| | | |||||
| * | tweak federation widget | syuilo | 2023-01-06 | 1 | -1/+1 |
| | | |||||
| * | MisskeyPlay (#9467) | syuilo | 2023-01-05 | 2 | -0/+124 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * Update ui.ts * wip * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * wip * wip * wip * :art: * wip * :v: | ||||
| * | enhance: RSSウィジェット / ↵ | tamaina | 2023-01-05 | 2 | -91/+146 |
| | | | | | | | | | | | | | | | | RSSティッカーウィジェットをいい感じにする (#9469) * :v: * use useInterval * :v: * rawItems.value.length !== 0 * fix * https://github.com/misskey-dev/misskey/pull/9469#discussion_r1061763613 | ||||
| * | update AiScript to 0.12.0 | syuilo | 2023-01-03 | 2 | -6/+10 |
| | | |||||
| * | perf(client): use shallowRef instead of ref for template reference | syuilo | 2023-01-03 | 1 | -1/+1 |
| | | |||||
| * | perf(client): use shallowRef for html element ref | syuilo | 2023-01-03 | 2 | -5/+5 |
| | | |||||
| * | drop lastCommunicatedAt of instance | syuilo | 2023-01-03 | 2 | -2/+2 |
| | | |||||
| * | :art: | syuilo | 2022-12-31 | 1 | -7/+7 |
| | | |||||
| * | refactor | syuilo | 2022-12-30 | 3 | -6/+6 |
| | | |||||
| * | enhance: Proxy custom emojis to reduce image size and accelerate the ↵ | tamaina | 2022-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | frontend (#9431) * fix(server): /emoji to accept `@.` host expression * fix(client): use MkEmoji for custom emoji in MkEmojiPicker * change convertToWebp * nanka iroiro * remove * fix * nearLosslessは労多くして益少なしなのでやめる * do not cleanup tmp for development * update sharp.js to 0.31.3 * mixed: true * fix MkAutocomplete of 912791b3ab * clean up * https://github.com/misskey-dev/misskey/pull/9431#discussion_r1059215943 | ||||
| * | Revert "perf?(client): remove needless scoped annotation for style" | syuilo | 2022-12-27 | 20 | -20/+20 |
| | | | | | This reverts commit ada04c1932dd694af1775e562fdcfa2c506454de. | ||||