summaryrefslogtreecommitdiff
path: root/packages/frontend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update about-misskey.vuesyuilo2023-07-131-0/+4
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-07-1316-90/+164
|\
| * fix(storybook): solve test failures (#11262)Kagami Sascha Rosylight2023-07-132-4/+6
| | | | | | | | | | | | | | * fix(locales, storybook): use default import * fix(storybook): solve test failures * Update MkAd.stories.impl.ts
| * fix: typo in custom emojis manager (#11250)Lui2023-07-121-2/+2
| |
| * chore(frontend): Remove experimental flag from migration featuretamaina2023-07-112-4/+1
| |
| * feat: ↵yupix2023-07-108-77/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ユーザーをcontextmenuからアンテナに追加できるようになど (#11206) * feat: ユーザーをcontextmenuからアンテナに追加できるように close #11115 * MkAvatars.vue変更 * nanka iroiro * fix MkAvatars * ix * fix --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
| * feat: ↵Sayamame-beans2023-07-101-1/+4
| | | | | | | | | | | | | | | | | | | | | | フォローやお気に入り登録をしていないチャンネルを開く時は概要ページを開くように (#11218) * feat: フォローやお気に入り登録をしていないチャンネルを開く時は概要ページを開くように * Update CHANGELOG.md --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
| * fix(frontend): ↵akanevrc2023-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | 画面ビューワをタップした場合、マウスクリックと同様に画像ビューワを閉じるように (#11211) * fix: change tapAction of photoswipe to 'close' * doc: update CHANGELOG.md --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
| * refactor: fix lint failure (#11214)anatawa122023-07-091-1/+1
| |
| * fix(frontend): use system-ui for system font (#11177)eni2023-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * fix(frontend): correct system font stack This was originally set to Hiragino Maru Gothic Pro, which is the same as the current default font. * just use system-ui per code review https://github.com/misskey-dev/misskey/pull/11177#discussion_r1257260039 --------- Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
| * feat: プロフィールURLをコピー ボタンを追加 close #11190 (#11205)yupix2023-07-091-1/+9
| |
* | Update about-misskey.vuesyuilo2023-07-091-2/+5
|/
* enhance(frontend): ↵syuilo2023-07-081-3/+24
| | | | | | 引用対象を「もっと見る」で展開した場合、「閉じる」で畳めるように Resolve #11185
* fix(frontend): ↵syuilo2023-07-082-1/+10
| | | | | | 長い文章を投稿する際、プレビューが画面からはみ出る問題を修正 Fix #11186
* feat: フォルダーやファイルでもIDをコピーできるように ↵yupix2023-07-082-3/+29
| | | | | | | (#11189) * feat: フォルダーやファイルでもIDをコピーできるように close #11188 * docs: update CHANGELOG.md
* fix: フォルダーのページネーションが機能しない (#11187)yupix2023-07-081-1/+23
| | | | | | | | | * fix: フォルダーのページネーションが機能しない close #11180 * Update MkDrive.vue --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): search user with trailing space (#11184)nomad2023-07-082-2/+3
| | | | | | | | | | | * fix(frontend): search user with trailing space * fix(backend): search user with trailing space * Update search.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): ↵syuilo2023-07-085-43/+48
| | | | | | ページ遷移でスクロール位置が保持されない問題を修正 Fix #11068
* tweak localizationsyuilo2023-07-082-5/+5
| | | | Resolve #11119
* fix: ↵Chocolate Pie2023-07-084-9/+23
| | | | | | | | | | | | | 非ログイン時にクレデンシャルが必要なページに行くとエラーが出る問題を修正 (#10973) * 非ログイン時にクレデンシャルが必要なページに行くとエラーが出る問題を修正 (misskey-dev/misskey#10922) * Update CHANGELOG.md * fix * Update CHANGELOG.md * Update CHANGELOG.md
* 広告の曜日を設定できるように (#10095)nenohi2023-07-081-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 曜日選択できるように * ラベル選択でもチェックが変更されるように * adを参照しないといけないかも * smallint -> integer * 異物混入だったので取りだし * タイムゾーン指定(Date2つ使うのなんか違和感 * 未テスト * これにすると出てこないかも * UIチョット変更 * UI変更 fix bug * 畳むように修正 * dayofweek->dayOfWeek * マイグレ時にnot null,default設定してるのでnullable:falseでよさそう * コメントの記載 * Update packages/backend/src/server/api/endpoints/meta.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* :art:syuilo2023-07-081-13/+25
|
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-0858-80/+80
| | | | | | | | | * cleanup: trim trailing whitespace * update(`.editorconfig`) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(client): ↵syuilo2023-07-072-4/+8
| | | | ZenUIでポップアップの表示位置がおかしい問題を修正
* chore: collapse renote of my note (#11166)anatawa122023-07-071-1/+1
| | | | | | | | | | | * chore(frontend): 自分のnoteのrenoteも省略するように Co-authored-by: madorama <madorama999@gmail.com> * docs(changelog): add 見たことのあるRenoteを省略して表示をオンのときに自分のnoteのrenoteを省略するように --------- Co-authored-by: madorama <madorama999@gmail.com>
* feat: webp convert @frontend (#11150)Narazaka2023-07-072-1/+19
| | | | | | | | | * webp convert @frontend * 0.85 → 0.90 --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* refactor(frontend): fix enum types in scripts/form (#11138)Ryoh8272023-07-061-1/+2
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-07-061-2/+1
|\
| * fix(frontend): In MkPagination, init() also initializes itemstamaina2023-07-061-2/+1
| | | | | | | | ユーザーページのノートタブで小タブを変更すると前のタイムラインが残る問題を修正
* | chore(frontend): tweak photoswipe animationsyuilo2023-07-061-0/+2
|/ | | | Resolve #11117
* :art:syuilo2023-07-061-4/+4
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-07-062-2/+18
|\
| * chore(backend): fix typo in MkImgWithBlurhash.vue (#11125)Ikko Eltociear Ashimine2023-07-061-2/+2
| | | | | | occured -> occurred
| * feat(frontend): 画像を動画と同様に簡単に隠せるように (#11127)anatawa122023-07-061-0/+16
| | | | | | | | | | * feat: hide image easily * docs(changelog): add 画像を動画と同様に簡単に隠せるように
* | Update about-misskey.vuesyuilo2023-07-061-0/+6
|/
* feat(frontend): allow cropping images on drive (#11092)Kagami Sascha Rosylight2023-07-057-18/+55
| | | | | | | | | | | * feat(frontend): allow cropping images on drive * nanka iroiro * folder --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* feat(frontend): deck ↵anatawa122023-07-052-10/+32
| | | | | | | | | UIのカラムからアンテナ、リストの編集画面を開けるように (#11104) * feat: add edit antenna button onto deck column * feat: add edit list button onto deck column * docs(changelog): add deck UIのカラムのメニューからアンテナとリストの編集画面を開けるようになりました
* enhance(frontend): Better Timeline(MkPagination) Experience (#11066)tamaina2023-07-053-47/+127
| | | | | | | | | | | | | | | * enhance(frontend): Better MkPagination Appearance * fix * fix * 新規投稿が空でも先頭に戻ったらunshiftItemsする * use Map * refactor, 型エラー潰し * refactor
* perf(frontend): use setInterval instead of setTimeout chain in MkTime (#10981)tamaina2023-07-041-9/+16
| | | | | | | | | | | | | | | | | * perf(frontend): use setInterval instead of setTimeout chain in MkTime * fix * props.origin * props.origin 2 * fix * add comment * setIntervalを再設定する * refactor
* chore(frontend): add commenttamaina2023-07-041-0/+2
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-07-031-2/+2
|\
| * fix(frontend): ↵mappi2023-07-031-2/+2
| | | | | | | | | | | | | | sparkle内にリンクを入れるとクリック不能になる問題の修正 (#11075) * wip * Fix 11021
* | Update MkRetentionLineChart.vuesyuilo2023-07-031-0/+1
|/
* perf(backend): make some features optionablesyuilo2023-07-022-1/+15
| | | | | Resolve #11064 Resolve #11065
* perf(frontend): ↵tamaina2023-07-023-23/+39
| | | | | | | | | | | | | | | MkImgWithBlurhashでblurhash描画に使うcanvasは再利用するようにする (#10966) * blurhashを描画するためのcanvasは再利用する * Revert "perf(frontend): WebGL contextの数を減らす" This reverts commit aeb8955ca2600e801d44dcac2005fc994e665a6c. * MkAvatarは平均色だけにする * clean up * fix
* perf(backend): allow get for some endpointssyuilo2023-07-023-3/+3
|
* Fix offscreencanvas undefined (#11017)Yuriha2023-06-261-2/+2
| | | | | | | | | | | * Suppress ReferenceError on some environments (i.e. older iOS) * fix * fix * lint * adopt suggestion by acid-chicken
* enhance(frontend): improve ux of deck scrollsyuilo2023-06-242-8/+14
| | | | Resolve #11007
* Make role tag clickable on user pages (#11019)Yuriha2023-06-241-2/+4
|
* fix(client): サーバーメトリクスが90度傾いている (#11012)NoriDev2023-06-171-0/+1
|