| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | lint(frontend): force window prefix | syuilo | 2025-03-20 | 1 | -0/+23 |
| | | |||||
| * | lint(frontend): relax id-denylist rule | syuilo | 2025-03-20 | 1 | -3/+3 |
| | | |||||
| * | clean up console | syuilo | 2025-03-20 | 3 | -22/+20 |
| | | |||||
| * | add todo | syuilo | 2025-03-20 | 1 | -0/+2 |
| | | |||||
| * | enhance(frontend): improve preference manager stability | syuilo | 2025-03-20 | 1 | -5/+12 |
| | | |||||
| * | 🎨 | syuilo | 2025-03-20 | 1 | -38/+31 |
| | | |||||
| * | refactor(frontend): refactor components | syuilo | 2025-03-20 | 6 | -60/+72 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | syuilo | 2025-03-20 | 2 | -2/+2 |
| |\ | |||||
| | * | Bump version to 2025.3.2-beta.6 | github-actions[bot] | 2025-03-20 | 2 | -2/+2 |
| | | | |||||
| * | | 🎨 | syuilo | 2025-03-20 | 2 | -35/+41 |
| |/ | |||||
| * | New Crowdin updates (#15680) | syuilo | 2025-03-20 | 29 | -29/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Czech) * New translations ja-jp.yml (English) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Romanian) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Arabic) * New translations ja-jp.yml (Czech) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Greek) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Dutch) * New translations ja-jp.yml (Norwegian) * New translations ja-jp.yml (Polish) * New translations ja-jp.yml (Slovak) * New translations ja-jp.yml (Swedish) * New translations ja-jp.yml (Ukrainian) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Vietnamese) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Bengali) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Uzbek) * New translations ja-jp.yml (Lao) * New translations ja-jp.yml (Korean (Gyeongsang)) | ||||
| * | fix(frontend): minimum uiが表示できない | syuilo | 2025-03-20 | 1 | -6/+3 |
| | | |||||
| * | enhance(frontend): tweak install-extensions behaviour | syuilo | 2025-03-20 | 2 | -12/+11 |
| | | |||||
| * | lint(frontend): improve id-denylist rule | syuilo | 2025-03-20 | 1 | -1/+5 |
| | | |||||
| * | 🎨 for install-extensions | syuilo | 2025-03-20 | 4 | -69/+97 |
| | | |||||
| * | fix(frontend): dev ↵ | syuilo | 2025-03-20 | 2 | -3/+12 |
| | | | | | buildでpreferencesのタブ同期が不必要に行われるのを修正 | ||||
| * | Bump version to 2025.3.2-beta.5 | github-actions[bot] | 2025-03-20 | 2 | -2/+2 |
| | | |||||
| * | fix(backend): mismatch in `emojis` param of test WebHook payload (#15675) | zyoshoka | 2025-03-20 | 4 | -157/+178 |
| | | | | | | | | * fix(backend): mismatch in `emojis` param of test WebHook payload * fix: test * fix: type | ||||
| * | follow up of 7b323031b774745ee2146c89ead2a9ebe628d613 | syuilo | 2025-03-20 | 1 | -2/+2 |
| | | |||||
| * | fix(frontend): ↵ | syuilo | 2025-03-20 | 1 | -1/+7 |
| | | | | | | | モバイルレイアウト時にホームを押しても最上部へスクロールされない Fix #15679 | ||||
| * | 🎨 | syuilo | 2025-03-19 | 1 | -1/+1 |
| | | |||||
| * | fix(frontend): router view stacking有効時にinstall-extensionsが動かない | syuilo | 2025-03-19 | 1 | -11/+5 |
| | | |||||
| * | Update deep-equal.ts | syuilo | 2025-03-19 | 1 | -3/+14 |
| | | |||||
| * | chore(storybook): fix storybook build (#15678) | zyoshoka | 2025-03-19 | 1 | -2/+2 |
| | | |||||
| * | Enhance: ↵ | Sayamame-beans | 2025-03-19 | 3 | -1/+4 |
| | | | | | | | | | | | | 2段階認証時のリカバリーコードのファイル名にサーバーURLを含めるように (#15677) * enhance(frontend): include server hostname and port in 2fa recovery code filename * chore(frontend): fix mistake(use `@` for indicate server hostname) --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> | ||||
| * | Bump version to 2025.3.2-beta.4 | github-actions[bot] | 2025-03-19 | 2 | -2/+2 |
| | | |||||
| * | Fix: Don't delete remote emoji when import zip (#15674) | Yuri Lee | 2025-03-19 | 1 | -0/+2 |
| | | | | | | | | | | | | * Fix: Don't delete remote emoji when import zip * Update packages/backend/src/queue/processors/ImportCustomEmojisProcessorService.ts Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com> --------- Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com> | ||||
| * | New Crowdin updates (#15667) | syuilo | 2025-03-19 | 5 | -2/+54 |
| | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Catalan) | ||||
| * | Update CHANGELOG.md | syuilo | 2025-03-19 | 1 | -0/+1 |
| | | |||||
| * | refactor(frontend): use useTemplateRef for DOM referencing | syuilo | 2025-03-19 | 127 | -359/+353 |
| | | |||||
| * | refactor(frontend): router refactoring | syuilo | 2025-03-19 | 10 | -167/+114 |
| | | |||||
| * | better import paths | syuilo | 2025-03-19 | 1 | -6/+6 |
| | | |||||
| * | refactor | syuilo | 2025-03-19 | 3 | -5/+5 |
| | | |||||
| * | refactor(frontend): router refactoring | syuilo | 2025-03-19 | 57 | -626/+427 |
| | | |||||
| * | refactor(frontend): router refactoring | syuilo | 2025-03-19 | 10 | -111/+29 |
| | | |||||
| * | clean up | syuilo | 2025-03-19 | 6 | -69/+21 |
| | | |||||
| * | 🎨 | syuilo | 2025-03-19 | 1 | -1/+22 |
| | | |||||
| * | 🎨 | syuilo | 2025-03-18 | 4 | -6/+10 |
| | | |||||
| * | enhance(frontend): improve StackingRouterView | syuilo | 2025-03-18 | 1 | -48/+87 |
| | | |||||
| * | 🎨 | syuilo | 2025-03-18 | 20 | -73/+324 |
| | | |||||
| * | 🎨 | syuilo | 2025-03-18 | 11 | -544/+349 |
| | | |||||
| * | follow up of 6c8f21b608eb6e9e7691983c7e57f1cbe0a28fc1 | syuilo | 2025-03-17 | 1 | -1/+24 |
| | | |||||
| * | fix(backend): ↵ | syuilo | 2025-03-17 | 2 | -1/+80 |
| | | | | | 連合無しモードでも外部から照会可能だった問題を修正 | ||||
| * | fix (#15671) | ikasoba | 2025-03-17 | 1 | -0/+2 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | syuilo | 2025-03-16 | 2 | -2/+2 |
| |\ | |||||
| | * | Bump version to 2025.3.2-beta.3 | github-actions[bot] | 2025-03-16 | 2 | -2/+2 |
| | | | |||||
| * | | refactor(frontend): signinRequired -> ensureSignin | syuilo | 2025-03-16 | 26 | -51/+51 |
| |/ | |||||
| * | enhance(frontend): 投稿フォームの設定メニューを改良 (改) | syuilo | 2025-03-16 | 9 | -12/+166 |
| | | | | | This reverts commit a814395127aa1b4ea643fb40235e3e58c747b77f. | ||||
| * | Revert "enhance(frontend): 投稿フォームの設定メニューを改良 ↵ | syuilo | 2025-03-16 | 8 | -360/+168 |
| | | | | | | | (#14804)" This reverts commit ce6b2448ced1101a4f0f8eeeb0d48378d40f696a. | ||||
| * | chore(frontend): use toast to show message when call copyToClipboard | syuilo | 2025-03-16 | 21 | -27/+16 |
| | | |||||