Commit Graph

163 Commits

Author SHA1 Message Date
tamaina fc8be99e57 Merge branch 'list-tog' into noman 2023-07-31 08:36:58 +00:00
tamaina 26674c39e8 user list toggle! 2023-07-31 08:32:54 +00:00
tamaina 8a9eb73b6b add comment 2023-07-31 04:17:21 +00:00
tamaina 3734fc8514 Revert "mendokunatta"
This reverts commit 9dc2ea97ec.
2023-07-30 12:23:24 +00:00
tamaina c82cf4457e rn 2023-07-30 12:18:59 +00:00
tamaina 9dc2ea97ec mendokunatta 2023-07-30 12:15:20 +00:00
tamaina 911c368d05 fix 2023-07-30 11:14:02 +00:00
tamaina be2e596027 fix 2023-07-30 11:08:05 +00:00
tamaina f6c2fae089 fix? 2023-07-30 10:40:04 +00:00
tamaina 73f7972d62 fix 2023-07-30 10:15:38 +00:00
tamaina 0c75d9a9f9 wip 2023-07-30 04:05:29 +00:00
tamaina b05f2bb834 fix 2023-07-28 16:38:00 +00:00
tamaina 7e7aece2f5 ✌️ 2023-07-28 15:54:06 +00:00
tamaina 4e29da828f wip 2023-07-28 15:25:50 +00:00
tamaina 796b4ebc0f fix 2023-07-28 07:56:49 +00:00
tamaina 8ad49637c5 wip 2023-07-28 07:37:32 +00:00
tamaina 2d5c1fca68 Merge branch 'develop' into noman 2023-07-28 05:04:31 +00:00
Shun Sakai c2370a1be6
chore: 著作権とライセンスについての情報を各ファイルに追加する (#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>
2023-07-27 14:31:52 +09:00
setaria 78b502bcab
URL取得変数を関数に変更 #11392 (#11393) 2023-07-27 09:00:22 +09:00
tamaina e288d56181 perf(frontend): Notes Manager 2023-07-26 16:40:42 +00:00
tamaina 4785b9bfdd timelineBackTopBehavior 2023-07-26 12:22:26 +00:00
tamaina 51cf5c57f0 Merge branch 'develop' into pag-back 2023-07-25 10:48:01 +00:00
tamaina fe13755be8
refactor: Array.from(iterable).map(mapfn)をArray.from(iterable | { length: number }, mapfn)に (#11337)
* refactor: Array.from(iterable).map(mapfn)をArray.from(iterable, mapfn)に

* Update packages/frontend/src/components/MkTagCloud.vue

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

---------

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2023-07-25 10:46:52 +00:00
tamaina 560a1fecf5 Merge branch 'develop' into pag-back 2023-07-24 06:12:24 +00:00
tamaina 20ae59756f Merge branch 'develop' into pag-back 2023-07-21 11:02:18 +00:00
Acid Chicken (硫酸鶏) 40c5699d93
fix: typo 2023-07-21 10:56:48 +00:00
Acid Chicken (硫酸鶏) a87dd5ddec
fix: response to experimental rIC support on Safari removed due to Google Login bug? 2023-07-21 10:53:37 +00:00
kabo2468 a8cd8ed99e
enhance: 自動でたたまれる機能が返信先や引用RNにも適用されるように (#10989)
* 返信、引用RNでMFMがあったら自動で隠すように

* Update CHANGELOG.md

* Update MkSubNoteContent.vue

* refactor: avoid `Boolean`

* docs: update CHANGELOG.md

---------

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2023-07-21 09:58:57 +00:00
tamaina 72ae8441e1 Merge branch 'develop' into pag-back 2023-07-19 03:24:01 +00:00
syuilo 269cd560c7 enhance(frontend): フォロー/フォロワー非公開時の表示を改善
Close #10934
Resolve #10887
2023-07-18 19:50:23 +09:00
tamaina fd44a29f2b scroll... 2023-07-18 04:39:56 +00:00
tamaina b330ede502 Merge branch 'develop' into pag-back 2023-07-17 07:29:32 +00:00
yutaro 866e3f0432
fix-6096 (#11281) 2023-07-15 10:00:03 +09:00
tamaina 2a434c63df Merge branch 'develop' into pag-back 2023-07-14 07:21:05 +00:00
okayurisotto 2b6dbd4fcb
refactor: 可読性のため一部で`Array.prototype.at`を使うように (#11274)
* refactor: `Array.prototype.at`を使うように

* fixup! refactor: `Array.prototype.at`を使うように
2023-07-14 10:45:01 +09:00
okayurisotto c0dbc3b53f
refactor: `substr` -> `substring` (#11273) 2023-07-14 07:59:54 +09:00
setaria c13fd42015
現在閲覧中のURLを取得するプロパティを追加 (#11234)
* 現在閲覧中のURLを取得するプロパティを追加 #11232

* commit the uncommitted remainder

---------

Co-authored-by: setaria <v.setaria@gmail.com>
2023-07-13 19:52:18 +09:00
tamaina 877a7a81bb ? 2023-07-13 04:38:04 +00:00
tamaina 5f1cd1e532 wip 2023-07-11 12:36:45 +00:00
yupix f4d1fcaf67
feat: ユーザーをcontextmenuからアンテナに追加できるようになど (#11206)
* feat: ユーザーをcontextmenuからアンテナに追加できるように close #11115

* MkAvatars.vue変更

* nanka iroiro

* fix MkAvatars

* ix

* fix

---------

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-10 15:55:10 +09:00
anatawa12 1a096c557e
refactor: fix lint failure (#11214) 2023-07-09 15:46:17 +02:00
yupix 9dd53527ca
feat: プロフィールURLをコピー ボタンを追加 close #11190 (#11205) 2023-07-09 17:20:50 +09:00
yupix 3796da6836
feat: フォルダーやファイルでもIDをコピーできるように (#11189)
* feat: フォルダーやファイルでもIDをコピーできるように close #11188

* docs: update CHANGELOG.md
2023-07-08 18:45:41 +09:00
nomad e40a0b98e4
fix(frontend): search user with trailing space (#11184)
* 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>
2023-07-08 17:41:52 +09:00
okayurisotto d84796588c
cleanup: trim trailing whitespace (#11136)
* cleanup: trim trailing whitespace

* update(`.editorconfig`)

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-07-08 07:08:16 +09:00
Narazaka bc4d27410c
feat: webp convert @frontend (#11150)
* webp convert @frontend

* 0.85 → 0.90

---------

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-07 13:44:31 +09:00
Ryoh827 bc61f37faa
refactor(frontend): fix enum types in scripts/form (#11138) 2023-07-06 20:23:54 +09:00
Kagami Sascha Rosylight ac4245dce1
feat(frontend): allow cropping images on drive (#11092)
* feat(frontend): allow cropping images on drive

* nanka iroiro

* folder

---------

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-05 13:54:40 +09:00
tamaina aa92df4e50 chore(frontend): add comment 2023-07-04 11:21:44 +00:00
syuilo 0cb3c7481c fix typo: schema -> scheme 2023-06-05 10:55:18 +09:00