NoriDev
b45b833013
Merge remote-branch 'misskey/develop'
2023-11-06 17:21:36 +09:00
syuilo
67414e0181
perf(frontend): soundConfigStore を defaultStore に統合しAPIリクエストを削減
2023-11-04 10:09:21 +09:00
NoriDev
f6a6fa2d51
Merge remote-branch 'misskey/develop'
2023-11-03 17:42:10 +09:00
かっこかり
24e629ca5c
enhance: 初期設定とチュートリアルを統合 ( #12141 )
...
* better onboarding experience
* enhance: iroiro
* (add) title
* (enhance) 戻る・次へボタンを全ページでstickyに
* fix merging
* (add) iroiro
* remove unnecessary file
* Update CHANGELOG.md
* tweak texts
* (fix) reactionViewer mock
* change strings
* Update MkTutorialDialog.Note.vue
* Update ja-JP.yml
* (fix) reactionViewer error
* (fix) path
* refactor
* fix
* Update MkPostForm.vue
* Update ja-JP.yml
* Update ja-JP.yml
* tweak text
* Update ja-JP.yml
* Update ja-JP.yml
* Update ja-JP.yml
* (add) achivement
* (add) もう一度見れますよメッセージを追加
* Revert "feat: レジストリAPIをサードパーティから利用可能に (#12229 )"
This reverts commit 79346272f8
.
* Revert "(add) もう一度見れますよメッセージを追加"
This reverts commit 6123b35215133f0d5e5db356bb43f4acbafab8fa.
* Revert "Revert "feat: レジストリAPIをサードパーティから利用可能に (#12229 )""
This reverts commit bae684e484ef99308d7ac816a822047117efe1c6.
* tweak
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-11-03 15:35:07 +09:00
Qwreey
5472143365
Merge branch 'kokonect-link:develop' into develop
2023-11-03 07:14:25 +09:00
Qwreey
228f7b230b
feat: double click to open nsfw media
2023-11-02 22:13:47 +00:00
NoriDev
073d96852a
Merge remote-branch 'misskey/develop'
2023-11-02 17:52:27 +09:00
syuilo
f62ad3ed3e
feat: notification grouping
...
Resolve #12211
2023-11-02 15:57:55 +09:00
NoriDev
0344aad405
Merge remote-branch 'misskey/develop'
2023-11-01 17:15:07 +09:00
_
c239058624
feat(frontend): スワイプやボタンでタイムラインを再読込する機能 ( #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
* 🎨
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-10-30 09:12:20 +09:00
NoriDev
647f89585b
Merge pull request #12113 from misskey-dev/misskey
2023-10-24 20:15:06 +09:00
NoriDev
e02338d6bb
Revert "change: 타임라인에서 '다른 사람에 대한 답장 포함하기'를 기본 활성화로 변경"
...
This reverts commit 197a8c212f
.
2023-10-24 18:15:55 +09:00
NoriDev
57d42b6a8a
Merge remote-branch 'misskey/develop'
2023-10-23 17:39:44 +09:00
Fairy-Phy
aab714b277
fact: change to disableStreamingTimeline
2023-10-22 20:08:19 +09:00
Fairy-Phy
3d9ca5d70a
Merge remote-tracking branch 'upstream/develop' into pr-push-refresh
2023-10-22 18:16:16 +09:00
syuilo
18fb7a2080
enhance(frontend): アイコンのデコレーションを非表示にできるように
2023-10-22 16:05:32 +09:00
Fairy-Phy
e9d0e5b81e
add: disable TL websocket option
2023-10-22 16:05:06 +09:00
NoriDev
197a8c212f
change: 타임라인에서 '다른 사람에 대한 답장 포함하기'를 기본 활성화로 변경
2023-10-22 02:06:31 +09:00
NoriDev
0534b039ca
feat: 본문 미리보기의 프로필을 표시하지 않도록 설정할 수 있음
2023-10-22 02:00:23 +09:00
NoriDev
f47c14f086
feat: 노트 편집 시 토스트 알림을 표시하고 사운드를 재생
2023-10-19 17:05:47 +09:00
NoriDev
933ba35069
Merge remote-branch 'misskey/develop'
2023-10-18 16:20:05 +09:00
anatawa12
5a3c6575dd
新規にフォローした人のwithRepliesをtrueにする機能を追加 ( #12048 )
...
* feat: add defaultWithReplies to MiUser
* feat: use defaultWithReplies when creating MiFollowing
* feat: update defaultWithReplies from API
* feat: return defaultWithReplies as a part of $i
* feat(frontend): configure defaultWithReplies
* docs(changelog): 新規にフォローした人のをデフォルトでTL二追加できるように
* fix: typo
* style: fix lint failure
* chore: improve UI text
* chore: make optional params of UserFollowingService.follow() object
* chore: UserFollowingService.follow() accept withReplies
* chore: add withReplies to MiFollowRequest
* chore: process withReplies for follow request
* feat: accept withReplies on 'following/create' endpoint
* feat: store defaultWithReplies in client store
* Revert "feat: return defaultWithReplies as a part of $i"
This reverts commit f2cc4fe6
* Revert "feat: update defaultWithReplies from API"
This reverts commit 95e3cee6
* Revert "feat: add defaultWithReplies to MiUser"
This reverts commit 9f5ab14d7063532de2b049bc2ed40a15658168f5.
* feat: configuring withReplies in import-following
* feat(frontend): configure withReplies
* fix(frontend): incorrectly showRepliesToOthersInTimeline can be shown
* fix(backend): withReplies of following/create not working
* fix(frontend): importFollowing error
* fix: withReplies is not working with follow import
* fix(frontend): use v-model
* style: fix lint
---------
Co-authored-by: Sayamame-beans <61457993+sayamame-beans@users.noreply.github.com>
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2023-10-17 20:56:17 +09:00
NoriDev
94d8c20882
feat: 모달 디자인을 변경할 수 있음
2023-10-16 17:21:32 +09:00
NoriDev
725997932c
Merge remote-branch 'misskey/develop'
2023-10-13 18:57:09 +09:00
syuilo
096fa16c4c
enhance(frontend): TLの返信表示オプションを記憶するように
...
Resolve #12016
2023-10-13 16:49:56 +09:00
NoriDev
f2100011aa
enhance(frontend): 振動機能の改善
2023-10-12 20:09:55 +09:00
NoriDev
0e2f25bc05
Merge pull request #11982 from misskey-dev/misskey
2023-10-12 16:16:35 +09:00
kakkokari-gtyih
45680d7a28
オプトインにする
2023-10-07 18:46:20 +09:00
NoriDev
81dc594742
Merge remote-branch 'misskey/develop'
2023-10-05 14:37:54 +09:00
syuilo
6277a5545c
feat: improve tl performance ( #11946 )
...
* wip
* wip
* wip
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* Update NoteCreateService.ts
* wip
* Update user-notes.ts
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* wip
* Update timelines.ts
* Update timelines.ts
* Update timelines.ts
* wip
* wip
* wip
* Update timelines.ts
* Update misskey-js.api.md
* Update timelines.ts
* Update timelines.ts
* wip
* wip
* wip
* Update timelines.ts
* wip
* Update timelines.ts
* wip
* test
* Update activitypub.ts
* refactor: UserListJoining -> UserListMembership
* Update NoteCreateService.ts
* wip
2023-10-03 20:26:11 +09:00
NoriDev
d8f3f7e0ff
feat: メディアを含むすべてのノートを省略して表示ことができる
2023-10-01 16:29:47 +09:00
NoriDev
909b8f0de3
tweak 7da40193
2023-10-01 14:52:46 +09:00
NoriDev
7da40193b8
feat: アニメーション画像の表示方法を細分化
2023-10-01 02:29:38 +09:00
NoriDev
f1807d29d5
メディア、猫のタイムラインの改善
2023-09-29 22:24:06 +09:00
NoriDev
7d5b3c1bdb
Merge remote-branch 'misskey/develop'
2023-09-29 21:32:03 +09:00
NoriDev
26b99633ea
change(frontend): 「常に広告を表示する」オプションのデフォルトを有効化に変更する
2023-09-28 20:05:06 +09:00
syuilo
eb740e2c72
enhance: タイムラインからRenoteを除外するオプションを追加
2023-09-28 11:41:41 +09:00
NoriDev
776796910f
feat(friendly): 長押しでアカウントメニューを表示するオプションを無効にすることができる
2023-09-27 21:16:14 +09:00
NoriDev
9a55f9a0f8
feat: 振動機能をサポート
2023-09-27 20:39:36 +09:00
NoriDev
fbbb31ef03
feat: モバイルでユーザーページのヘッダーデザインを変更することができる
2023-09-25 20:30:27 +09:00
NoriDev
2936641e0f
lint
2023-09-25 16:54:08 +09:00
NoriDev
dfe2f43152
Merge remote-branch 'misskey/develop'
2023-09-23 20:37:40 +09:00
かっこかり
1924bd20bb
enhance(frontend): プラグインのソースコードを確認・コピーできるように ( #11873 )
...
* (add) plugin: view and copy source code
* (fix) plugin permission ui
* Update Changelog
2023-09-23 09:08:14 +09:00
NoriDev
a6b7f7f921
enhance(frontend): 一部の設定配置を変更
2023-09-22 22:16:26 +09:00
NoriDev
f56c006994
feat: 返信に投稿フォームを表示する機能を追加
2023-09-22 21:58:10 +09:00
かっこかり
7dc9fe4e24
feat(frontend): センシティブなメディアを目立たせる設定を追加 ( #11851 )
...
* (add) highlight sensitive image
* Update Changelog
* (change) 設定の位置
* (add) apply mediaHighlight to video
* (change) image -> media
* Update CHANGELOG
* やっぱもうちょっと太い方がいい
* (fix) style
* Update ja-JP.yml
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-09-22 16:03:10 +09:00
NoriDev
7e20164a5e
feat: リノートと引用ボタンの表示方法を選択できる
2023-09-22 14:57:05 +09:00
NoriDev
887a6d59aa
feat: 通知で返信があるノートの親ノートを表示しないようにする設定を追加
2023-09-22 14:22:19 +09:00
NoriDev
bb21c38e33
revert
2023-09-22 13:18:19 +09:00
NoriDev
076805e914
Merge remote-branch 'misskey/develop'
2023-09-22 13:18:12 +09:00