summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/channels.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(frontend): MkRadiosの指定をpropsから行うように (#16597)かっこかり2026-01-141-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor(frontend): MkRadiosの指定をpropsから行うように * spdx * fix lint * fix: mkradiosを動的slotsに対応させる * fix: remove comment [ci skip] * fix lint * fix lint * migrate * rename * fix * fix * fix types * remove unused imports * fix * wip --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* enhance(frontend): チャンネル周りのUIの整理 (#16743)かっこかり2025-11-061-11/+3
| | | | | | | | | * enhance(frontend): チャンネル周りのUIの整理 * fix: 共通要素間の一貫性を保つ * Update Changelog * fix: チャンネル新規作成を管理タブに移動・上部ボタン削除
* refactorsyuilo2025-08-281-0/+5
|
* refactor(frontend): improve pagination implementationsyuilo2025-06-291-23/+19
|
* perf(frontend): use css-native implementation for spacer rather than vue ↵syuilo2025-04-271-2/+2
| | | | component
* refactor(frontend): PageWithHeaderにMkSwiperを持たせるようにsyuilo2025-04-271-49/+46
|
* refactor(frontend): MkHorizontalSwipe -> MkSwipersyuilo2025-04-151-3/+3
|
* refactor(frontend): use PageWithHeader instead of ↵syuilo2025-03-201-3/+2
| | | | MkStickyContainer+MkPageHeader combination
* fix(frontend): prevent transition glitch of MkHorizontalSwipesyuilo2025-03-201-5/+5
|
* refactor(frontend): router refactoringsyuilo2025-03-191-1/+1
|
* refactor(frontend): page-metadata -> pagesyuilo2025-03-101-2/+2
|
* refactor(frontend): scripts -> utilitysyuilo2025-03-091-1/+1
|
* enhance(frontend): ↵かっこかり2024-12-161-6/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | PC画面でチャンネルが複数列で表示されるように (#15129) * チャンネル一覧の列を最大3列にした (Otaku-Social#13) * fix * fix * fix * :art: * fix * :art: * Update Changelog * Update Changelog * 要らない_marginを消す --------- Co-authored-by: tmorio <morikapusan@morikapu-denki.com>
* fix(frontend/pageMetadata): ページタイトルが更新されない問題 ↵taiy2024-02-161-2/+2
| | | | | | (#13289) Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
|
* refactor(frontend): global/router -> routersyuilo2024-01-301-1/+1
|
* feat(frontend): 横スワイプでタブを切り替える機能 (#13011)かっこかり2024-01-181-37/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | * (add) 横スワイプでタブを切り替える機能 * Change Changelog * y方向の移動が一定量を超えたらスワイプを中断するように * Update swipe distance thresholds * Remove console.log * adjust threshold * rename, use v-model * fix * Update MkHorizontalSwipe.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * use css module --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(frontend): router.ts解きほぐし (#12907)おさむのひと2024-01-081-1/+1
| | | | | | | | | | | | | | | | | | | * refactor(frontend): router.ts解きほぐし * add debug hmr option * fix comment * fix not working * add comment * fix name * Update definition.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(frontend): ↵Korange2023-12-281-1/+1
| | | | | | | 検索画面においてEnterキー押下で検索できるように (#12752) * enhance: 検索画面においてEnterキー押下で検索できるように * enterイベントを使用するように
* Revert "refactor: paginationの型を明示する (#12809)" (#12810)GrapeApple02023-12-271-5/+5
| | | This reverts commit 6855079811401be883167476726644e5730ea792.
* refactor: paginationの型を明示する (#12809)GrapeApple02023-12-261-5/+5
| | | | | * refactor: paginationの型を明示する * asではなくsatisfiesを使うように
* refactor(frontend): 非推奨となったReactivity ↵zyoshoka2023-12-071-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | Transformを使わないように (#12539) * refactor(frontend): 非推奨となったReactivity Transformを使わないように * refactor: 不要な括弧を除去 * fix: 不要なアノテーションを除去 * fix: Refの配列をrefしている部分の対応 * refactor: 不要な括弧を除去 * fix: lint * refactor: Ref、ShallowRef、ComputedRefの変数の宣言をletからconstに置換 * fix: type error * chore: drop reactivity transform from eslint configuration * refactor: remove unnecessary import * fix: 対応漏れ
* refactor(frontend): use ESMsyuilo2023-09-191-3/+3
|
* 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-2/+2
|
* fix #10666 ↵たーびん2023-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | チャンネル検索ですべてのチャンネルの取得/表示ができるようにする (#10667) * Update CHANGELOG.md * fix : able to search all channels * add chennel/search test * update Changelog --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: atsuchan <83960488+atsu1125@users.noreply.github.com> Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com> Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com> Co-authored-by: xianon <xianon@hotmail.co.jp> Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com> Co-authored-by: YS <47836716+yszkst@users.noreply.github.com> Co-authored-by: Khsmty <me@khsmty.com> Co-authored-by: Soni L <EnderMoneyMod@gmail.com> Co-authored-by: mei23 <m@m544.net> Co-authored-by: daima3629 <52790780+daima3629@users.noreply.github.com> Co-authored-by: Windymelt <1113940+windymelt@users.noreply.github.com> Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com>
* :art:syuilo2023-04-131-1/+1
|
* fix #10554 チャンネルの検索用ページとAPIの追加 (#10555)たーびん2023-04-111-2/+60
| | | | | | | | | | | | | | | | | | | | | | * add channel search * move channel search to channel list page --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: atsuchan <83960488+atsu1125@users.noreply.github.com> Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com> Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com> Co-authored-by: xianon <xianon@hotmail.co.jp> Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com> Co-authored-by: YS <47836716+yszkst@users.noreply.github.com> Co-authored-by: Khsmty <me@khsmty.com> Co-authored-by: Soni L <EnderMoneyMod@gmail.com> Co-authored-by: mei23 <m@m544.net> Co-authored-by: daima3629 <52790780+daima3629@users.noreply.github.com> Co-authored-by: Windymelt <1113940+windymelt@users.noreply.github.com>
* チャンネルのお気に入りが無限に読み込まれる問題を修正syuilo2023-04-091-0/+1
|
* feat: チャンネルをお気に入りに登録できるようにsyuilo2023-03-311-6/+19
| | | | Resolve #10097
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-1/+1
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* refactorsyuilo2023-01-061-3/+3
|
* refactorsyuilo2023-01-051-3/+3
|
* rename: client -> frontendsyuilo2022-12-271-0/+79