このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
076server/resources/views/theme/techsuwa/component/peertube/parts/w/info/save.blade.php

53 行
2.7 KiB
PHP

<!--div placement="bottom auto" role="button" autoclose="outside" class="action-dropdown ng-star-inserted dropdown">
<button class="dropdown-toggle action-button action-button-save" aria-expanded="false">
<my-global-icon iconname="playlist-add" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 426.7 426.7">
<defs></defs>
<path fill="currentColor" d="M0 64h256v42.7H0zM0 149.3h256V192H0zM0 234.7h170.7v42.7H0z"></path>
<path fill="currentColor" d="M341.3 234.7v-85.4h-42.6v85.4h-85.4v42.6h85.4v85.4h42.6v-85.4h85.4v-42.6z"></path>
</svg>
</my-global-icon>
<span class="icon-text">保存する</span>
</button>
<div x-placement="bottom" class="dropdown-menu">
<my-video-add-to-playlist>
<div class="root">
<div class="header">
<div class="first-row">
<div class="title">保存</div>
</div>
</div>
<div class="input-container">
<input type="text" placeholder="再生リストを検索" class="ng-untouched ng-pristine ng-valid">
</div>
<div class="playlists">
<div class="playlist dropdown-item ng-star-inserted">
<div class="primary-row">
<my-peertube-checkbox class="ng-untouched ng-pristine ng-valid">
<div class="root flex-column">
<div class="d-flex">
<label class="form-group-checkbox">
<input type="checkbox" id="in-playlist-primary-4584" class="ng-untouched ng-pristine ng-valid">
<span role="checkbox" aria-checked="false"></span>
</label>
</div>
<div class="ml-4 d-flex flex-column">
<small class="wrapper mt-2 text-muted"></small>
<span class="wrapper mt-3"></span>
</div>
</div>
</my-peertube-checkbox>
<label class="display-name"> 東方夢時空 Phantasmagoria of Dim.Dream 全曲Win風アレンジ </label>
</div>
</div>
</div>
<div class="new-playlist-button dropdown-item">
<my-global-icon iconname="add" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus-circle"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line></svg>
</my-global-icon>
<span>非公開プレイリストを作成</span>
</div>
</div>
</my-video-add-to-playlist>
</div>
</div-->