summaryrefslogtreecommitdiff
path: root/packages/frontend/src/boot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): woodenPanelの配色を修正 (#13561)かっこかり2024-03-201-0/+3
| | | | | * fix(frontend): woodenPanelの配色を修正 * fix
* fix(frontend): ↵かっこかり2024-03-171-20/+24
| | | | | | | | | | | | | | | WebGL2コンテキストの初期化に失敗するとMisskeyが起動できなくなる問題を修正 (#13587) * Fixed startup crash with seasonal effects (cherry picked from commit eba0c2cc61512db22109e2f15604eb65f5b7d2f2) * Update Changelog * Update Changelog --------- Co-authored-by: Leah <kevinlukej@gmail.com>
* fix(frontend): 周年の実績が閏年を考慮するように (#13525)かっこかり2024-03-071-8/+20
| | | | | | | | | * fix(frontend): 周年の実績が閏年を考慮するように * まちがえた * Update Changelog * 変数の定義回数を減らす
* enhance: `meta`をSSR HTMLに埋め込む (#13436)かっこかり2024-02-231-7/+5
| | | | | | | | | | | | | | | | | * enhance: `meta`をSSR HTMLに埋め込む * HTML Metaの有効時間を指定 * 1時間 * MetaEntityService * JSONをPackするように * :v: --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* feat: license violation protection (#13285)Acid Chicken (硫酸鶏)2024-02-171-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * spec(frontend): aboutページにリポジトリ・フィードバックのURLを表示させる Cherry-picked from MisskeyIO#441 Cherry-picked from MisskeyIO#438 * feat: license violation protection * build: fix typo * build: fix typo * fix: farewell to the static type land * fix: key typo * fix: import typo * fix: properly interpret `prominently` * docs: add disclaimer * docs: update CHANGELOG * chore: add gap --------- Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* (re) update SPDX-FileCopyrightTexttamaina2024-02-133-3/+3
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-133-3/+3
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-123-3/+3
|
* perf(frontend): splash screenのdomが消えない場合があるのを修正syuilo2024-02-091-6/+5
| | | | https://github.com/misskey-dev/misskey/issues/10805
* enhance(frontend): :cherry_blossom:syuilo2024-02-011-2/+7
|
* refactor(frontend): global/router -> routersyuilo2024-01-302-2/+2
|
* enhance(frontend): ↵かっこかり2024-01-211-3/+12
| | | | | | | | | | | | | 季節に応じた画面の演出を南半球に対応させる (#12838) * (enhance) 季節に応じた画面の演出を南半球に対応させる * Update Changelog * (add) 半球の簡易自動判定 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: deprecate i18n.t (#13039)Acid Chicken (硫酸鶏)2024-01-201-1/+1
| | | | | | | | | * 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>
* refactor(frontend): router.ts解きほぐし (#12907)おさむのひと2024-01-082-5/+8
| | | | | | | | | | | | | | | | | | | * refactor(frontend): router.ts解きほぐし * add debug hmr option * fix comment * fix not working * add comment * fix name * Update definition.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Remove unused imports (#12730)woxtu2023-12-213-9/+9
|
* perf(frontend): import snowfall-effect dynamically to reduce bundle sizesyuilo2023-12-211-1/+1
|
* feat(frontend): 画面に雪を降らせる機能を復活syuilo2023-12-161-0/+8
|
* clean upsyuilo2023-12-161-3/+0
|
* fix: ↵yukineko2023-12-141-2/+2
| | | | | | | devモードの特定条件下でページが表示されなくなる問題を修正 (#12653) * fix: devモードでキャッシュクリアするとページが表示されなくなる問題を修正 * fix: localeがnullの場合も最新のlocaleを取得するように
* chore: ↵おさむのひと2023-12-081-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 開発モードでフロントエンドとバックエンドを独立して起動するようにする(再) (#12593) * [wip]run standalone vite * [wip]run standalone vite * some fix (tabler icons, sw, streaming) * fix theme * fix run scripts * favicon * client-assets * cssの読み込み順序とCSP設定の変更 * fix lang change * fix clientManifest * baseを相対パスにしてドメイン直下とサブディレクトリ配下両方に対応 * 色々修正 * 色々修正 * 色々修正 * fix * Revert "client-assets" This reverts commit 582601e90eb771875bdf8aba263da2316a59d01b. # Conflicts: # packages/frontend/vite.config.ts * 色々修正 * fix * fix * add url and proxy to server proxy * Update packages/frontend/src/index.html * wip * Merge remote-tracking branch 'origin/develop' into feat/launch-standalone-frontend # Conflicts: # packages/frontend/src/pages/welcome.entrance.a.vue * Merge remote-tracking branch 'origin/develop' into feat/launch-standalone-frontend # Conflicts: # packages/frontend/src/pages/welcome.entrance.a.vue * fix tabler load * Apply suggestions from code review * Update packages/frontend/src/index.html * fix * fix vite.config.local-dev.ts * fix CONTRIBUTING.md --------- Co-authored-by: FruitRiin <nassii74@gmail.com> Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: 果物リン <fruitriin@riinswork.space> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: ozelot <contact@ozelot.dev>
* 入力フォームでもリアクション選択時に使用するピッカ ↵おさむのひと2023-12-031-0/+2
| | | | | | | | | | | | | | | | | | | | を使うようにしたい (#12337) * 入力フォームでもリアクション選択時に使用するピッカーを使うようにしたい * erase console.log * fix CHANGELOG.md * reaction-picker.ts を戻し、今回の対応を入れた emoji-picker.ts を新たに作成 * fix CHANGELOG.md * tweak --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): ↵zyoshoka2023-11-291-12/+16
| | | | | | | WebKitブラウザー上でも「デバイスの画面を常にオンにする」機能が効くように (#12484) * fix(frontend): WebKitブラウザー上でもkeepScreenOnが効くように * chore: add comment
* fix: wake lock error in safari etc (#12464)ragujp2023-11-261-6/+10
|
* fix(frontend): pull to ↵syuilo2023-11-101-2/+1
| | | | refreshするたびにストリーミング全体の再接続が行われるのを修正
* enhance(frontend): improve aiscript plugin error handlingsyuilo2023-11-061-1/+1
|
* Feat: 未読通知数を表示できるように (#11982)かっこかり2023-11-011-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 未読通知数を表示できるように * Update Changelog * オプトインにする * Fix lint * (add) テスト通知のプッシュ通知を追加 * add test * フロントエンドの表示上限を99に変更 * Make it default on * 共通スタイルをくくりだす * Update Changelog * tweak * Update UserEntityService.ts * rename * Update navbar-for-mobile.vue --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat(frontend): ↵_2023-10-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | スワイプやボタンでタイムラインを再読込する機能 (#12113) * pc reloading * add: disable TL websocket option * fix: stream disconnect when reload * add: pull to refresh * fix: pull to refresh * add changelog * fact: change to disableStreamingTimeline * lint * remove: en-US text * refactor * refactor * add license identifier * tweak * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * change name timeoutHeartBeat * tweak * :art: --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Replace deprecated `MediaQueryList.addListener()` (#12112)woxtu2023-10-231-1/+1
|
* feat(frontend): スリープ無効化機能syuilo2023-09-201-0/+12
| | | | Resolve #11853
* refactor(frontend): use ESMsyuilo2023-09-193-36/+36
|
* feat: refine announcement (#11497)syuilo2023-08-131-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update read-announcement.ts * wip * wip * wip * Update index.d.ts * wip * Create 1691649257651-refine-announcement.js * wip * wip * wip * wip * wip * wip * Update announcements.vue * wip * wip * Update announcements.vue * wip * Update announcements.vue * wip * Update misskey-js.api.md * Update users.ts * Create MkAnnouncementDialog.stories.impl.ts * wip * wip * Create AnnouncementService.ts
* chore: ↵Shun Sakai2023-07-273-0/+15
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#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>
* enhance(client): ↵syuilo2023-07-171-1/+2
| | | | Deckで非ルートページにアクセスした際に簡易UIで表示しない設定を追加
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-081-1/+1
| | | | | | | | | * cleanup: trim trailing whitespace * update(`.editorconfig`) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* perf: インスタンスデフォルトテーマを予めjson5 -> ↵syuilo2023-05-301-3/+2
| | | | jsonに変換しておくことでjson5を初期バンドルに含めずに済むように
* enhance(frontend): Deck ↵syuilo2023-05-201-1/+1
| | | | | | UIを使用している場合、`/`以外にアクセスした際にZen UIで表示するように Resolve #10871
* refactor(frontend): boot分割したり副作用減らしたりとかsyuilo2023-05-153-0/+525
#10838