summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixtamaina2023-01-161-1/+1
|
* customEmojiCategories as computedtamaina2023-01-162-5/+3
|
* :v:tamaina2023-01-161-2/+19
|
* wiptamaina2023-01-163-4/+13
|
* refactorsyuilo2023-01-1613-14/+14
|
* enhance(client): make possible to hide adssyuilo2023-01-162-0/+30
| | | | | Resolve #9590 Resolve #8996
* enhance(client): add timeline flash presetsyuilo2023-01-161-24/+88
|
* tweak flash omikuji presetsyuilo2023-01-161-1/+1
|
* enhance(client): flash作成時のプリセットを追加syuilo2023-01-163-3/+54
|
* :art:syuilo2023-01-161-18/+84
|
* enhance(client): プロフィールが長い場合は折りたたむsyuilo2023-01-161-2/+5
|
* enhance(client): ↵syuilo2023-01-161-5/+4
| | | | カスタム絵文字一覧ページにカスタム絵文字管理ページへのリンクを追加
* enhance(client): improve usability of user selectsyuilo2023-01-161-1/+3
|
* enhance(client): ロールのポリシーを絞り込めるようにsyuilo2023-01-161-15/+25
|
* refactor: rename instance.caughtAt to instance.firstRetrievedAtsyuilo2023-01-163-5/+5
|
* Fix style of messaging form, use css module (#9602)tamaina2023-01-161-113/+113
| | | | | * Fix style of messaging form, use css module * clean up
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2023-01-151-11/+7
|\
| * fix: note embedding in Pages editor (#9604)futchitwo2023-01-151-11/+7
| |
* | fix(client): add :disable-link="true" to some <MkAvatar /> Fix #9606tamaina2023-01-152-2/+2
|/
* refactor: rename role.options -> role.policiessyuilo2023-01-154-139/+146
|
* ロールの各オプションに優先度を設定できるようにsyuilo2023-01-151-96/+126
|
* ロールでレートリミットを調整できるようにsyuilo2023-01-152-14/+43
| | | | Resolve #9584
* refactor(client): use css modulessyuilo2023-01-154-31/+31
|
* ノートをピン留めできる数を設定可能にsyuilo2023-01-142-0/+24
| | | | Resolve #9555
* Update roles.editor.vuesyuilo2023-01-141-3/+3
|
* enhance: ↵syuilo2023-01-142-0/+48
| | | | ユーザーリストおよびユーザーリスト内のユーザーの作成可能数を設定可能に
* enhance: ↵syuilo2023-01-142-0/+48
| | | | クリップおよびクリップ内のノートの作成可能数を設定可能に
* chore: fix ref name (pages/timeline.vue)tamaina2023-01-141-1/+2
|
* Webhookの作成可能数を設定可能にsyuilo2023-01-142-0/+24
|
* フォロワー数、フォロー数もConditional ↵syuilo2023-01-141-0/+11
| | | | roleで利用できるように
* enhance: ハードワードミュートの最大文字数を設定可能にsyuilo2023-01-142-0/+27
| | | | Resolve #7574
* refactor: pagination/date-separated-list系処理を良い感じに? (#8209)tamaina2023-01-133-46/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pages/messaging/messaging-room.vue * wip * wip * wip??? * wip? * :v: * messaaging-room.form.vue rewrite to compositon api * refactor * 関心事でないのでとりあえず置いておく * :art: * :art: * i18n.ts * fix scroll container find function * fix * FIX * :v: * Fix scroll bottom detect * wip * aaaaaaaaaaa * rename * fix * fix? * :v: * :v: * clean up * clena up * refactor * scroll event once or not * fix * fix once * add safe-area-inset-bottom to spacer * fix * :v: * :art: * fix * fix * wip * :v: * clean up * fix lint * Update packages/client/src/components/global/sticky-container.vue Co-authored-by: Johann150 <johann.galle@protonmail.com> * Update packages/client/src/components/ui/pagination.vue Co-authored-by: Johann150 <johann.galle@protonmail.com> * Update packages/client/src/pages/messaging/messaging-room.form.vue Co-authored-by: Johann150 <johann.galle@protonmail.com> * clean up: single line comment * https://github.com/misskey-dev/misskey/pull/8209#discussion_r867386077 * fix * asobi → tolerance * pick form * pick message * pick room * fix lint * fix scroll? * fix scroll.ts * fix directives/sticky-container * update global/sticky-container.vue * fix, :art: * revert merge * :v: * fix lint errors * :art: * Update packages/client/src/types/date-separated-list.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * https://github.com/misskey-dev/misskey/pull/8209#discussion_r917225080 * use ' * Update packages/client/src/scripts/scroll.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * use Number.EPSILON Co-authored-by: acid-chicken <root@acid-chicken.com> * revert * fix * fix * Use % instead of vh * :art: * :art: * :art: * wip * wip * css modules Co-authored-by: Johann150 <johann.galle@protonmail.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* カスタム絵文字の管理を権限を持つユーザーが行えるよ ↵syuilo2023-01-134-2/+27
| | | | | | に Resolve #9542
* 招待コード発行を権限を持つユーザーが行えるようにsyuilo2023-01-133-2/+28
| | | | Resolve #9541
* プロフィールにロールを表示するようにsyuilo2023-01-131-0/+20
|
* fix(client): ロールの条件を削除する手段が無かったのを修正syuilo2023-01-131-1/+17
|
* remoteDriveCapacityMbをロールに統合syuilo2023-01-131-9/+0
|
* :art:syuilo2023-01-131-1/+3
|
* :v:syuilo2023-01-131-3/+5
|
* feat: conditional rolesyuilo2023-01-132-2/+157
| | | | Resolve #9539
* :art:syuilo2023-01-131-7/+7
|
* fix typosyuilo2023-01-131-1/+1
| | | | Fix #9536
* :art:syuilo2023-01-131-5/+5
|
* Role (#9437)syuilo2023-01-1210-92/+572
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* remove katexsyuilo2023-01-111-11/+0
|
* 画面下部に必要なスペース関連の改善 (#9509)あずき⪥™2023-01-101-1/+0
| | | | | | | | | * enhance: apply same safe area processing to the tab bar * fix: remove unnecessary bottom space on messaging room * enhance bottom spacing * fix size of `minBottomSpacing`
* refactor(client): use css modulessyuilo2023-01-101-27/+24
|
* refactorsyuilo2023-01-101-3/+3
|
* refactorsyuilo2023-01-101-3/+3
|
* :art:syuilo2023-01-091-8/+10
|