Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions lang/en/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@
'proxy_tooltip' => 'Original video file replaced with short placeholder clip',
'details' => 'Details',
'details_tooltip' => 'Show Mux asset data',
'info' => 'Info',
'copied' => ':label copied to clipboard',
'copy' => [
'asset_id' => 'Asset ID',
'playback_id' => 'Playback ID',
'player_url' => 'Player URL',
'stream_url' => 'Stream URL',
'thumbnail_url' => 'Thumbnail URL',
'gif_url' => 'Thumbnail URL',
'embed_code' => 'Embed code',
'signed' => 'signed',
],
'not_uploaded' => 'Not uploaded',
'upload_on_save' => 'Upload to Mux on save',
'reupload_on_save' => 'Reupload to Mux on save',
Expand Down
250 changes: 125 additions & 125 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions resources/dist/build/assets/addon-BNv7da6H.css

This file was deleted.

1 change: 1 addition & 0 deletions resources/dist/build/assets/addon-BiYct5_h.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions resources/dist/build/assets/addon-CVorINHh.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion resources/dist/build/assets/addon-D2cJ2QL5.js

This file was deleted.

10 changes: 10 additions & 0 deletions resources/dist/build/assets/streaming-BqnmyHbL.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
var e=`<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14">
<g>
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M0.5 5.49939v3.00003" stroke-width="1"></path>
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M7.00024 0.5c0 4.33333 0.00008 8.66667 -0.00024 13" stroke-width="1"></path>
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M10.25 2.99976V11" stroke-width="1"></path>
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M3.75024 2.99976V11" stroke-width="1"></path>
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M13.5 5.49939v3.00003" stroke-width="1"></path>
</g>
</svg>
`;export{e as default};
11 changes: 9 additions & 2 deletions resources/dist/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resources/css/addon.css": {
"file": "assets/addon-BNv7da6H.css",
"file": "assets/addon-CVorINHh.css",
"name": "addon",
"names": [
"addon.css"
Expand All @@ -9,7 +9,7 @@
"isEntry": true
},
"resources/js/addon.js": {
"file": "assets/addon-D2cJ2QL5.js",
"file": "assets/addon-BiYct5_h.js",
"name": "addon",
"src": "resources/js/addon.js",
"isEntry": true,
Expand All @@ -25,6 +25,7 @@
"resources/svg/icons/play-button.svg?raw",
"resources/svg/icons/reload-vertical.svg?raw",
"resources/svg/icons/reload.svg?raw",
"resources/svg/icons/streaming.svg?raw",
"resources/svg/icons/thumbnail.svg?raw",
"resources/svg/icons/video-card.svg?raw",
"resources/svg/icons/video-folder.svg?raw",
Expand Down Expand Up @@ -103,6 +104,12 @@
"src": "resources/svg/icons/reload.svg?raw",
"isDynamicEntry": true
},
"resources/svg/icons/streaming.svg?raw": {
"file": "assets/streaming-BqnmyHbL.js",
"name": "streaming",
"src": "resources/svg/icons/streaming.svg?raw",
"isDynamicEntry": true
},
"resources/svg/icons/thumbnail.svg?raw": {
"file": "assets/thumbnail-iB5XWDPH.js",
"name": "thumbnail",
Expand Down
Loading
Loading