summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/timeline.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance: 初期設定とチュートリアルを統合 (#12141)かっこかり2023-11-031-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 79346272f8792d35955efd3aaaa1e42e0cd2a6e3. * Revert "(add) もう一度見れますよメッセージを追加" This reverts commit 6123b35215133f0d5e5db356bb43f4acbafab8fa. * Revert "Revert "feat: レジストリAPIをサードパーティから利用可能に (#12229)"" This reverts commit bae684e484ef99308d7ac816a822047117efe1c6. * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: ↵果物リン2023-10-311-28/+34
| | | | | | | headerActionにPC以外で空のボタンが出てしまうバグの修正 (#12202) * headerActionにPC以外で空のボタンが出てしまうバグの修正 * fix eslint
* feat(frontend): ↵_2023-10-301-21/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | スワイプやボタンでタイムラインを再読込する機能 (#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>
* enhance(frontend): TLの返信表示オプションを記憶するようにsyuilo2023-10-131-1/+5
| | | | Resolve #12016
* .jssyuilo2023-10-131-1/+1
|
* enhance: ↵syuilo2023-10-111-2/+8
| | | | | | ローカルタイムライン、ソーシャルタイムラインで返信を含むかどうか設定可能に Resolve #12001
* feat: improve tl performance (#11946)syuilo2023-10-031-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* fixsyuilo2023-09-291-1/+1
|
* enhance(frontend): ↵syuilo2023-09-291-1/+8
| | | | タイムラインでファイルが添付されたノートのみ表示するオプションを追加
* :art:syuilo2023-09-291-2/+2
|
* enhance: タイムラインからRenoteを除外するオプションを追加syuilo2023-09-281-2/+22
|
* refactor(frontend): use ESMsyuilo2023-09-191-8/+8
|
* feat(frontend): ↵syuilo2023-09-191-4/+15
| | | | 任意のユーザーリストをタイムラインページにピン留めできるように
* enhance(dev): ↵syuilo2023-09-191-1/+1
| | | | 関数呼び出しの前にスペースを入れることを許可しない
* enhance(frontend): improve some cachessyuilo2023-09-111-14/+3
|
* enhance(frontend): cache user lists / antennassyuilo2023-09-101-2/+15
|
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#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>
* refactorsyuilo2023-05-191-7/+7
|
* refactorsyuilo2023-05-191-2/+2
|
* feat(frontend): アカウント初期設定ウィザード (#10799)syuilo2023-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * :art: * :art: * wip * wip * :art: * Update CHANGELOG.md * wip * Update MkUserSetupDialog.vue * add stories Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * update stories * Update MkUserSetupDialog.Follow.stories.impl.ts * test: load mock user account * :v: * :v: * test: reset on each render * test: use id to identify --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* refactor(frontend): remove $storesyuilo2023-04-011-2/+2
|
* feat: チャンネルをお気に入りに登録できるようにsyuilo2023-03-311-1/+1
| | | | Resolve #10097
* enhance(client): improve entrance pagesyuilo2023-02-221-3/+3
| | | | Resolve #9986
* fix(client): ↵syuilo2023-02-171-2/+4
| | | | | | MkHeader及びデッキのカラムでチャンネル一覧を選択したとき、最大5個までしか表示されない Fix #9904
* refactor(client): Refactor MkPageHeader #9869 (#9878)tamaina2023-02-111-3/+4
| | | | | | | | | | * disable animation * refactor(client): MkPageHeaderのタブをMkPageHeader.tabsに分離 animationをフォローするように * update CHANGELOG.md * remove unnecessary props
* enhance(client): ヘッダー(MkPageHeader)関連 (#9869)tamaina2023-02-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * MkPageHeader大改造 * ユーザーページのノート一覧をタブにするなど * :v: * :art: * fix * wheel * clean up * :art: * :art: * remove console.log * update CHANGELOG.md * fix * fix * fix * :v: * header avatar clickable * !hideTitle * Revert "!hideTitle" This reverts commit 19cad428c906f555b73730d602e401a1e943cdef. * fix changelog
* fix: newNoteReceived indicator causes Layout Shift (#9843)Acid Chicken (硫酸鶏)2023-02-111-0/+5
| | | | | | | | | | | | | * fix: newNoteReceived indicator causes Layout Shift * chore: tweak position * chore: apply to user-list-timeline * style: unitless * chore: apply to antenna-timeline * fix: redundant margin
* feat(client): add channel column to decksyuilo2023-02-091-2/+2
|
* feat: timeline page for non-login users (#9795)futchitwo2023-02-051-3/+20
|
* refactor: rename role.options -> role.policiessyuilo2023-01-151-2/+2
|
* chore: fix ref name (pages/timeline.vue)tamaina2023-01-141-1/+2
|
* Role (#9437)syuilo2023-01-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * wip * wip * wip * Update create.ts * wip * wip * Update CHANGELOG.md * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * wip * Update delete.ts * Update delete.ts * wip * wip * wip * Update account-info.vue * wip * wip * Update settings.vue * Update user-info.vue * wip * Update show-file.ts * Update show-user.ts * wip * wip * Update delete.ts * wip * wip * Update overview.moderators.vue * Create 1673500412259-Role.js * wip * wip * Update roles.vue * 色 * Update roles.vue * integrate silence * wip * wip
* refactor(client): use css modulessyuilo2023-01-101-27/+24
|
* fix stylesyuilo2023-01-061-2/+2
|
* refactorsyuilo2023-01-061-3/+3
|
* perf(client): use shallowRef instead of ref for template referencesyuilo2023-01-031-1/+1
|
* perf(client): use shallowRef for html element refsyuilo2023-01-031-1/+1
|
* :art:syuilo2022-12-311-4/+4
|
* Revert "perf?(client): remove needless scoped annotation for style"syuilo2022-12-271-1/+1
| | | | This reverts commit ada04c1932dd694af1775e562fdcfa2c506454de.
* perf?(client): remove needless scoped annotation for stylesyuilo2022-12-271-1/+1
|
* rename: client -> frontendsyuilo2022-12-271-0/+183