Updated previews for external platforms

This commit is contained in:
WardPearce
2025-10-15 22:54:01 +13:00
parent 65ef193a70
commit 629db8fc47
10 changed files with 21 additions and 33 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 356 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

+17 -24
View File
@@ -42,11 +42,23 @@
<screenshots>
<screenshot type="default">
<caption>Popular videos</caption>
<image>https://raw.githubusercontent.com/Materialious/Materialious/7abde6b429d49196d3964ee0a3361712a1a4b4c2/previews/home-preview.png</image>
<image>https://raw.githubusercontent.com/Materialious/Materialious/4baa7b897a46d4e71aaca7d322e4f7dafc870a33/previews/home-preview.png</image>
</screenshot>
<screenshot>
<caption>Watching a video</caption>
<image>https://raw.githubusercontent.com/Materialious/Materialious/7abde6b429d49196d3964ee0a3361712a1a4b4c2/previews/player-preview.png</image>
<image>https://raw.githubusercontent.com/Materialious/Materialious/4baa7b897a46d4e71aaca7d322e4f7dafc870a33/previews/player-preview.png</image>
</screenshot>
<screenshot>
<caption>Modifying settings</caption>
<image>https://raw.githubusercontent.com/Materialious/Materialious/4baa7b897a46d4e71aaca7d322e4f7dafc870a33/previews/setting-preview.png</image>
</screenshot>
<screenshot>
<caption>Browsing a channel</caption>
<image>https://raw.githubusercontent.com/Materialious/Materialious/4baa7b897a46d4e71aaca7d322e4f7dafc870a33/previews/channel-preview.png</image>
</screenshot>
<screenshot>
<caption>Browsing a playlist</caption>
<image>https://raw.githubusercontent.com/Materialious/Materialious/4baa7b897a46d4e71aaca7d322e4f7dafc870a33/previews/playlist-preview.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
@@ -55,28 +67,9 @@
<content_attribute id="social-contacts">intense</content_attribute>
</content_rating>
<releases>
<release version="1.10.16" date="2025-10-15">
<url>https://github.com/Materialious/Materialious/releases/tag/1.10.16</url>
</release>
<release version="1.10.16" date="2025-10-15">
<url>https://github.com/Materialious/Materialious/releases/tag/1.10.16</url>
</release>
<release version="1.10.15" date="2025-10-15">
<url>https://github.com/Materialious/Materialious/releases/tag/1.10.15</url>
</release>
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "Materialious",
"version": "1.10.15",
"version": "1.10.16",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "Materialious",
"version": "1.10.15",
"version": "1.10.16",
"license": "MIT",
"dependencies": {
"@capacitor-community/electron": "^5.0.0",
-1
View File
@@ -24,7 +24,6 @@
"dependencies": {
"@capacitor-community/electron": "^5.0.0",
"bgutils-js": "^3.2.0",
"capacitor-nodejs": "https://github.com/hampoelz/capacitor-nodejs/releases/download/v1.0.0-beta.9/capacitor-nodejs.tgz",
"chokidar": "~4.0.3",
"electron-is-dev": "~2.0.0",
"electron-serve": "~3.0.0",
@@ -1,6 +1,4 @@
/* eslint-disable @typescript-eslint/no-var-requires */
const CapacitorNodejs = require('../../../node_modules/capacitor-nodejs/electron/dist/plugin.js');
module.exports = {
CapacitorNodejs,
}
@@ -94,16 +94,14 @@
<button class="large small-round secondary max" data-ui="#tab-menu">
<i>{tabs[tabIds.indexOf(activeTab)].icon}</i>
<span>{tabs[tabIds.indexOf(activeTab)].label}</span>
<menu style="width: 100%;">
<menu style="width: 100%;" data-ui="#tab-menu" id="tab-menu">
{#each tabs as tab, _}
<li
onclick={() => {
activeTab = tab.id;
const hiddenElement = document.createElement('div');
hiddenElement.click();
}}
role="presentation"
data-ui="#tab-menu"
>
<i>{tab.icon}</i>
<span>{tab.label}</span>