Compare commits

...

26 Commits

Author SHA1 Message Date
2mal3 346e511bb4 bump to version v0.0.15 2026-01-18 18:01:11 +01:00
2mal3 54e10b98e2 feat: show website button (#15) 2026-01-18 18:00:19 +01:00
E44 83eaf34475 chore(control): add settings with screenshot preview settings 2026-01-18 17:34:57 +01:00
2mal3 b251e8951f deps(control): update package-lock to follow package.json 2026-01-18 15:42:02 +01:00
2mal3 31cb614958 feat(control): about section 2026-01-18 15:38:29 +01:00
E44 8fb9f5b9db refactor(api_handler): better return types, formatting 2026-01-18 13:28:10 +01:00
E44 d13fd347ac chore(control): change visual error structure in api_handler 2026-01-18 13:20:52 +01:00
E44 922b47bd1e chore(control): improve app startup and display status ping behavior 2026-01-18 13:17:53 +01:00
E44 b57ea762bf fix(control): limit loading bar to 100% size 2026-01-18 12:29:06 +01:00
E44 c171706d96 fix(control): improve visual feedback of sync (still not finished) 2026-01-18 12:25:43 +01:00
E44 6d5aa9041f chore(control): add backend of sync, visuals still buggy 2026-01-18 11:59:14 +01:00
E44 c2d9a2b049 refactor(control): create gloabel type CompleteFileLoadingData 2026-01-18 11:58:28 +01:00
E44 f84a7c0520 refactor(control): rename get_current_folder_elements to get_folder_elements 2026-01-18 11:57:26 +01:00
E44 7f6891ecff chore(control): change create_folder api to create_path 2026-01-18 11:55:51 +01:00
2mal3 d63fc5cac4 fix: couldn't open control & display at the same time 2026-01-18 00:34:02 +01:00
E44 12f4ec7d6c refactor(control): improve structure in api_handler 2026-01-17 16:34:49 +01:00
2mal3 86f23077ea refactor(nixos): rename update.sh to update.nu 2026-01-17 15:17:46 +01:00
2mal3 47d462ba76 fix(nixos): wol broken 2026-01-17 15:17:12 +01:00
E44 5533696aad fix(control): rename function remove_file_from_display_recusively 2026-01-17 15:12:59 +01:00
2mal3 ac68939abd fix(control): glitchy add display popup 2026-01-17 13:18:02 +01:00
2mal3 d6bafd4e6f style(control): tailwind.config.js 2026-01-17 13:18:02 +01:00
E44 ce28a1f771 fix(control): delete files now recursively 2026-01-17 13:10:44 +01:00
E44 7632229704 fix(control): add path creation before uploading 2026-01-17 13:10:12 +01:00
2mal3 b5e997e675 chore(control): remove qr-code button for now 2026-01-17 12:56:59 +01:00
2mal3 ca08d6fb6a chore(control): remove "Weitere Einstellungen" for now 2026-01-17 12:51:12 +01:00
2mal3 4ab8f43295 fix(control): doesn't remember added displays 2026-01-17 12:50:12 +01:00
23 changed files with 850 additions and 383 deletions
+28 -28
View File
@@ -9,40 +9,40 @@
"version": "0.0.1", "version": "0.0.1",
"dependencies": { "dependencies": {
"@thisux/sveltednd": "^0.0.20", "@thisux/sveltednd": "^0.0.20",
"@tiptap/core": "^3.11.0", "@tiptap/core": "^3.15.3",
"@tiptap/extension-highlight": "^3.11.0", "@tiptap/extension-highlight": "^3.15.3",
"@tiptap/extension-text-style": "^3.11.0", "@tiptap/extension-text-style": "^3.15.3",
"@tiptap/extensions": "^3.11.0", "@tiptap/extensions": "^3.15.3",
"@tiptap/pm": "^3.11.0", "@tiptap/pm": "^3.15.3",
"@tiptap/starter-kit": "^3.11.0", "@tiptap/starter-kit": "^3.15.3",
"dexie": "^4.2.1", "dexie": "^4.2.1",
"lucide-svelte": "^0.545.0", "lucide-svelte": "^0.545.0",
"svelte-splitpanes": "^8.0.9" "svelte-splitpanes": "^8.0.12"
}, },
"devDependencies": { "devDependencies": {
"@eslint/compat": "^1.2.5", "@eslint/compat": "^1.4.1",
"@eslint/js": "^9.18.0", "@eslint/js": "^9.39.2",
"@playwright/test": "1.56.1", "@playwright/test": "1.56.1",
"@sveltejs/adapter-auto": "^6.0.0", "@sveltejs/adapter-auto": "^6.1.1",
"@sveltejs/adapter-static": "^3.0.9", "@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.22.0", "@sveltejs/kit": "^2.49.3",
"@sveltejs/vite-plugin-svelte": "^6.0.0", "@sveltejs/vite-plugin-svelte": "^6.2.3",
"@tailwindcss/vite": "^4.0.0", "@tailwindcss/vite": "^4.1.18",
"@tiptap/extension-placeholder": "^3.11.0", "@tiptap/extension-placeholder": "^3.15.3",
"eslint": "^9.18.0", "eslint": "^9.39.2",
"eslint-config-prettier": "^10.0.1", "eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.0.0", "eslint-plugin-svelte": "^3.14.0",
"globals": "^16.0.0", "globals": "^16.5.0",
"prettier": "^3.4.2", "prettier": "^3.7.4",
"prettier-plugin-svelte": "^3.3.3", "prettier-plugin-svelte": "^3.4.1",
"sass-embedded": "^1.93.3", "sass-embedded": "^1.97.2",
"svelte": "^5.0.0", "svelte": "^5.46.1",
"svelte-check": "^4.3.5", "svelte-check": "^4.3.5",
"svelte-dnd-action": "^0.9.65", "svelte-dnd-action": "^0.9.69",
"tailwindcss": "^4.0.0", "tailwindcss": "^4.1.18",
"typescript": "^5.0.0", "typescript": "^5.9.3",
"typescript-eslint": "^8.20.0", "typescript-eslint": "^8.52.0",
"vite": "^7.0.4" "vite": "^7.3.1"
} }
}, },
"node_modules/@bufbuild/protobuf": { "node_modules/@bufbuild/protobuf": {
+8
View File
@@ -12,6 +12,14 @@
--color-stone-850: oklch(0.242 0.0065 45.171); --color-stone-850: oklch(0.242 0.0065 45.171);
} }
.link {
@apply text-blue-300 underline;
&:hover {
@apply text-blue-400;
}
}
.button { .button {
&.space { &.space {
@apply px-4; @apply px-4;
@@ -11,7 +11,7 @@
type Inode, type Inode,
get_file_primary_key, get_file_primary_key,
type FileOnDisplay, type FileOnDisplay,
type FileLoadingData type CompleteFileLoadingData
} from '$lib/ts/types'; } from '$lib/ts/types';
import { import {
@@ -29,7 +29,7 @@
import RefreshPlay from '../svgs/RefreshPlay.svelte'; import RefreshPlay from '../svgs/RefreshPlay.svelte';
import { get_file_size_display_string, get_file_type } from '$lib/ts/utils'; import { get_file_size_display_string, get_file_type } from '$lib/ts/utils';
import { open_file } from '$lib/ts/api_handler'; import { open_file } from '$lib/ts/api_handler';
import { run_on_all_selected_displays } from '$lib/ts/stores/displays'; import { get_display_by_id, run_on_all_selected_displays } from '$lib/ts/stores/displays';
import { get_thumbnail_url } from '$lib/ts/stores/thumbnails'; import { get_thumbnail_url } from '$lib/ts/stores/thumbnails';
import { liveQuery, type Observable } from 'dexie'; import { liveQuery, type Observable } from 'dexie';
import { db } from '$lib/ts/database'; import { db } from '$lib/ts/database';
@@ -45,12 +45,7 @@
}); });
let loading_data: let loading_data:
| Observable<{ | Observable<CompleteFileLoadingData>
is_loading: boolean;
total_percentage: number;
total_seconds_until_finish: number;
display_data: FileLoadingData[];
}>
| undefined = $state(); | undefined = $state();
$effect(() => { $effect(() => {
const d = $selected_display_ids; const d = $selected_display_ids;
@@ -197,12 +192,7 @@
async function get_loading_data( async function get_loading_data(
file_primary_key: string, file_primary_key: string,
selected_display_ids: string[] selected_display_ids: string[]
): Promise<{ ): Promise<CompleteFileLoadingData> {
is_loading: boolean;
total_percentage: number;
total_seconds_until_finish: number;
display_data: FileLoadingData[];
}> {
const file_on_display_data: FileOnDisplay[] = await db.files_on_display const file_on_display_data: FileOnDisplay[] = await db.files_on_display
.where('file_primary_key') .where('file_primary_key')
.equals(file_primary_key) .equals(file_primary_key)
@@ -225,7 +215,17 @@
if (!is_loading) is_loading = true; if (!is_loading) is_loading = true;
percentage_sum += fod.loading_data.percentage; percentage_sum += fod.loading_data.percentage;
total_seconds_until_finish += fod.loading_data.seconds_until_finish; total_seconds_until_finish += fod.loading_data.seconds_until_finish;
display_data.push(fod.loading_data); const display = await get_display_by_id(fod.display_id);
if (!display) continue;
const display_data_element = {
loading_data: fod.loading_data,
display_name: display.name
};
if (fod.loading_data.type === 'sync_download') {
display_data.unshift(display_data_element); // insert sync_download element at beginning
} else {
display_data.push(display_data_element);
}
} else { } else {
percentage_sum += 100; percentage_sum += 100;
} }
@@ -303,12 +303,10 @@
class="{get_main_classes()} relative transition-colors duration-200 gap-4 flex flex-row justify-between group w-full min-w-0" class="{get_main_classes()} relative transition-colors duration-200 gap-4 flex flex-row justify-between group w-full min-w-0"
> >
{#if $loading_data?.is_loading} {#if $loading_data?.is_loading}
<!-- <div class="pointer-events-none absolute inset-0"> -->
<div <div
class="absolute pointer-events-none inset-y-0 left-0 transition-[width] duration-200 bg-stone-600 rounded-r-lg" class="absolute pointer-events-none inset-y-0 left-0 transition-[width] duration-200 bg-stone-600 rounded-r-lg"
style={`width: ${$loading_data.total_percentage}%;`} style={`width: ${Math.min($loading_data.total_percentage, 100)}%;`}
></div> ></div>
<!-- </div> -->
{/if} {/if}
<div class="flex flex-row gap-2 min-w-0 w-full z-10"> <div class="flex flex-row gap-2 min-w-0 w-full z-10">
<div class="aspect-square rounded-md flex justify-center items-center"> <div class="aspect-square rounded-md flex justify-center items-center">
@@ -0,0 +1,66 @@
<script lang="ts">
import type { NumberSetting } from '$lib/ts/types';
import { ChevronDown, ChevronUp, Minus, Plus } from 'lucide-svelte';
import Button from './Button.svelte';
let {
number_setting,
on_change,
className = '',
disabled = false,
}: {
number_setting: NumberSetting;
on_change: (new_value: number) => void;
className?: string;
disabled?: boolean;
} = $props();
let el: HTMLInputElement | null = null;
function increase() {
if (!el) return;
el.stepUp();
el.dispatchEvent(new Event('input', { bubbles: true }));
on_change(Number(el.value));
}
function decrease() {
if (!el) return;
el.stepDown();
el.dispatchEvent(new Event('input', { bubbles: true }));
on_change(Number(el.value));
}
function on_blur() {
if (!el) return;
let value = Number(el.value);
if (value > number_setting.max) value = number_setting.max;
else if (value < number_setting.min) value = number_setting.min;
el.value = String(value);
on_change(value);
}
</script>
<div class="flex flex-row {className}">
<Button click_function={increase} className="rounded-r-none" disabled={disabled}>
<ChevronUp />
</Button>
<input
bind:this={el}
class="bg-stone-700 focus:bg-stone-550 focus:outline-none transition-colors duration-200 py-2 px-4 w-15 text-center
{disabled ? 'text-stone-500 cursor-not-allowed' : 'hover:bg-stone-600'}
[appearance:textfield]
[&::-webkit-outer-spin-button]:appearance-none
[&::-webkit-inner-spin-button]:appearance-none"
type="number"
disabled={disabled}
max={number_setting.max}
min={number_setting.min}
value={number_setting.now}
step={number_setting.step}
onblur={on_blur}
/>
<Button click_function={decrease} className="rounded-l-none" disabled={disabled}>
<ChevronDown />
</Button>
</div>
+11 -15
View File
@@ -36,7 +36,7 @@ export async function send_keyboard_input(
await request_display(ip, '/keyboardInput', options); await request_display(ip, '/keyboardInput', options);
} }
export async function show_html(ip: string, html: string) { export async function show_html(ip: string, html: string): Promise<void> {
const options = { const options = {
method: 'PATCH', method: 'PATCH',
headers: { 'content-type': 'application/json' }, headers: { 'content-type': 'application/json' },
@@ -72,6 +72,7 @@ export async function get_file_data(
const json_response = raw_response.json as ShellCommandResponse; const json_response = raw_response.json as ShellCommandResponse;
if (json_response.exitCode === 0 && json_response.stdout.trim() === '') return []; if (json_response.exitCode === 0 && json_response.stdout.trim() === '') return [];
if (handle_shell_error(ip, json_response, command, true)) return null; if (handle_shell_error(ip, json_response, command, true)) return null;
if (json_response.stdout.trim() === '') return null;
const response: FileInfo[] = json_response.stdout const response: FileInfo[] = json_response.stdout
.trim() .trim()
@@ -109,16 +110,8 @@ export async function get_file_tree_data(ip: string, path: string): Promise<Tree
return tree_element?.contents || null; return tree_element?.contents || null;
} }
export async function create_folders( export async function create_path(ip: string, path: string): Promise<void> {
ip: string, const command = `mkdir -p ".${path}"`;
path: string,
folder_names: string[]
): Promise<void> {
let command = `cd ".${path}"`;
for (const part of folder_names) {
command += ` && mkdir "${part}" && cd "${part}/"`;
}
const raw_response = await run_shell_command(ip, command); const raw_response = await run_shell_command(ip, command);
if (!raw_response.ok || !raw_response.json) return; if (!raw_response.ok || !raw_response.json) return;
@@ -242,7 +235,11 @@ async function request(
error_description += '\nCould not parse error description'; error_description += '\nCould not parse error description';
} }
} }
notifications.push('error', `Fehler ${response.status} bei API-Anfrage`, error_description); notifications.push(
'error',
`Fehler bei API-Anfrage`,
`\nHTTP: ${response.status}\n${error_description}`
);
} catch (error: unknown) { } catch (error: unknown) {
if (error instanceof TypeError && /fetch|NetworkError/i.test(error.message)) { if (error instanceof TypeError && /fetch|NetworkError/i.test(error.message)) {
if (dev) { if (dev) {
@@ -276,12 +273,11 @@ function handle_shell_error(
console.error(shell_response); console.error(shell_response);
notifications.push( notifications.push(
'error', 'error',
`Fehler ${shell_response.exitCode} in API-Shell`, `Fehler in API-Shell`,
`${ip}\n${shell_command}\nFehler: ${shell_response.stderr}` `${ip}\n${shell_command}\nFehler (${shell_response.exitCode}): ${shell_response.stderr}`
); );
return true; return true;
} }
if (shell_response.stdout.trim() === '') return true;
return false; return false;
} }
@@ -1,10 +1,11 @@
import { db } from './database'; import { db } from './database';
import { get_display_by_id } from './stores/displays'; import { get_display_by_id } from './stores/displays';
import { import {
get_current_folder_elements, create_path_on_all_selected_displays,
get_folder_elements,
get_file_by_id, get_file_by_id,
remove_all_files_without_display, remove_all_files_without_display,
remove_file_from_display remove_file_from_display_recusively
} from './stores/files'; } from './stores/files';
import { notifications } from './stores/notification'; import { notifications } from './stores/notification';
import { generate_thumbnail } from './stores/thumbnails'; import { generate_thumbnail } from './stores/thumbnails';
@@ -28,8 +29,10 @@ export async function add_upload(
) { ) {
if (file_list.length === 0) return console.warn('Upload canceled: no selected files'); if (file_list.length === 0) return console.warn('Upload canceled: no selected files');
await create_path_on_all_selected_displays(current_file_path, selected_display_ids);
const used_file_names: string[] = await ( const used_file_names: string[] = await (
await get_current_folder_elements(current_file_path, selected_display_ids) await get_folder_elements(current_file_path, selected_display_ids)
).map((e) => e.name); ).map((e) => e.name);
for (const file of file_list) { for (const file of file_list) {
@@ -86,13 +89,32 @@ export async function add_upload(
await start_task_processing(); await start_task_processing();
} }
export async function add_sync(selected_file_id: string, selected_display_ids: string[]) { export async function add_sync_recursively(
selected_file_id: string,
selected_display_ids: string[]
) {
const file_data = await find_file_data_on_active_selected_display( const file_data = await find_file_data_on_active_selected_display(
selected_file_id, selected_file_id,
selected_display_ids selected_display_ids
); );
if (!file_data) return console.warn('Sync canceled: no file_data'); if (!file_data) return console.warn('Sync canceled: no file_data');
if (file_data.file.type === 'inode/directory') {
const new_path = file_data.file.path + file_data.file.name + '/';
const elements_in_folder = await get_folder_elements(new_path, selected_display_ids);
if (elements_in_folder.length === 0) {
await create_path_on_all_selected_displays(new_path, selected_display_ids);
} else {
for (const el of elements_in_folder) {
await add_sync_recursively(get_file_primary_key(el), selected_display_ids);
}
}
return; // cannot sync folder
}
if (file_data.short_displays_without_file.length === 0) return; // file is present on all selected displays
await create_path_on_all_selected_displays(file_data.file.path, selected_display_ids);
tasks.push({ tasks.push({
data: { data: {
type: 'sync', type: 'sync',
@@ -114,18 +136,21 @@ export async function add_sync(selected_file_id: string, selected_display_ids: s
} }
}); });
const display_ids_without_file = file_data.short_displays_without_file.map((d) => d.id); const display_ids_without_file = file_data.short_displays_without_file.map((d) => d.id);
await db.files_on_display const new_file_loading_data: FileLoadingData = {
.where('file_primary_key') type: 'sync_upload',
.equals(selected_file_id) percentage: 0,
.filter((e) => display_ids_without_file.includes(e.display_id)) bytes_per_second: 0,
.modify({ seconds_until_finish: -1
loading_data: { };
type: 'sync_upload', const new_fods: FileOnDisplay[] = display_ids_without_file.map((display_id) => ({
percentage: 0, display_id,
bytes_per_second: 0, file_primary_key: selected_file_id,
seconds_until_finish: -1 date_created: new Date(),
} loading_data: new_file_loading_data
}); }));
console.log("TEST", new_fods)
await db.files_on_display.bulkPut(new_fods);
await start_task_processing(); await start_task_processing();
} }
@@ -244,6 +269,10 @@ export async function sync(task: FileTransferTask) {
} }
await writable.close(); await writable.close();
await db.files_on_display.update([task.display.id, task.file_primary_key], {
loading_data: null
});
// 02 - send downloaded file to every destination_display // 02 - send downloaded file to every destination_display
const temp_file = await file_handle.getFile(); const temp_file = await file_handle.getFile();
@@ -414,11 +443,11 @@ async function show_error(task: FileTransferTask, error: ProgressEvent | string)
`Datei: "${task.file_name}", Display-IP: ${task.display.ip}\nFehler: ${error}` `Datei: "${task.file_name}", Display-IP: ${task.display.ip}\nFehler: ${error}`
); );
if (task_data.type === 'upload') { if (task_data.type === 'upload') {
await remove_file_from_display(task.display.id, task.file_primary_key); await remove_file_from_display_recusively(task.display.id, task.file_primary_key);
await remove_all_files_without_display(); await remove_all_files_without_display();
} else if (task_data.type === 'sync') { } else if (task_data.type === 'sync') {
for (const display_id of task_data.destination_displays.map((e) => e.id)) { for (const display_id of task_data.destination_displays.map((e) => e.id)) {
await remove_file_from_display(display_id, task.file_primary_key); await remove_file_from_display_recusively(display_id, task.file_primary_key);
} }
await remove_all_files_without_display(); await remove_all_files_without_display();
} }
+47 -14
View File
@@ -5,26 +5,59 @@ import { update_folder_elements_recursively } from './stores/files';
import { db } from './database'; import { db } from './database';
const update_display_status_interval_seconds = 20; const update_display_status_interval_seconds = 20;
const update_display_loading_status_interval_seconds = 2;
export async function on_start() { const loading_display_ids: string[] = [];
export async function on_app_start() {
await db.files.clear(); await db.files.clear();
await db.files_on_display.clear(); await db.files_on_display.clear();
await update_all_display_status(); await update_all_display_status(false);
await setInterval(update_all_display_status, update_display_status_interval_seconds * 1000); await setInterval(
() => update_all_display_status(false),
update_display_status_interval_seconds * 1000
);
await setInterval(
() => update_all_display_status(true),
update_display_loading_status_interval_seconds * 1000
);
} }
async function update_all_display_status() { async function update_all_display_status(only_loading_displays: boolean) {
const all_displays: Display[] = await db.displays.toArray(); const not_loading_displays: Display[] = await db.displays
for (const display of all_displays) { .filter((d) =>
const new_status = await ping_ip(display.ip); only_loading_displays
if (new_status === null && display.status !== null) continue; ? loading_display_ids.includes(d.id)
if (new_status === 'app_online' && display.status !== 'app_online') { : !loading_display_ids.includes(d.id)
on_display_start(display); )
} .toArray();
if (new_status !== display.status) { for (const display of not_loading_displays) {
display.status = new_status; await update_display_status(display);
await db.displays.put(display); // save }
}
export async function update_display_status(display: Display) {
const new_status = await ping_ip(display.ip);
if (new_status === null && display.status !== null) return;
if (new_status !== display.status) {
// status change
if (new_status === 'app_offline') {
loading_display_ids.push(display.id);
} else {
remove_display_from_loading_displays(display.id);
if (new_status === 'app_online') {
on_display_start(display);
}
} }
display.status = new_status;
await db.displays.put(display); // save
}
}
export function remove_display_from_loading_displays(display_id: string) {
const index = loading_display_ids.indexOf(display_id);
if (index !== -1) {
loading_display_ids.splice(index, 1);
} }
} }
+21 -9
View File
@@ -12,6 +12,8 @@ import { get_screenshot } from '../api_handler';
import { delete_and_deselect_unique_files_from_display } from './files'; import { delete_and_deselect_unique_files_from_display } from './files';
import { db } from '../database'; import { db } from '../database';
import { dev } from '$app/environment'; import { dev } from '$app/environment';
import { remove_display_from_loading_displays } from '../main';
import { preview_settings } from './ui_behavior';
export const local_displays: Writable<DisplayIdGroup[]> = writable<DisplayIdGroup[]>([]); export const local_displays: Writable<DisplayIdGroup[]> = writable<DisplayIdGroup[]>([]);
@@ -25,8 +27,8 @@ export async function add_display(
mac: string | null, mac: string | null,
name: string, name: string,
status: DisplayStatus status: DisplayStatus
) { ): Promise<Display | null> {
if (await is_display_name_taken(name)) return; if (await is_display_name_taken(name)) return null;
const new_id = get_uuid(); const new_id = get_uuid();
const group = await db.display_groups.toCollection().first(); const group = await db.display_groups.toCollection().first();
let group_id: string; let group_id: string;
@@ -38,7 +40,7 @@ export async function add_display(
} }
const element_count_in_group = (await db.displays.where('group_id').equals(group_id).toArray()) const element_count_in_group = (await db.displays.where('group_id').equals(group_id).toArray())
.length; .length;
await db.displays.put({ const display = {
id: new_id, id: new_id,
ip, ip,
mac, mac,
@@ -47,7 +49,9 @@ export async function add_display(
group_id: group_id, group_id: group_id,
name, name,
status status
}); };
await db.displays.put(display);
return display;
} }
export async function edit_display_data( export async function edit_display_data(
@@ -55,11 +59,12 @@ export async function edit_display_data(
ip: string, ip: string,
mac: string | null, mac: string | null,
name: string name: string
) { ): Promise<Display | null> {
let display = await db.displays.get(display_id); let display = await db.displays.get(display_id);
if (!display) return; if (!display) return null;
display = { ...display, ip: ip, mac: mac, name: name }; display = { ...display, ip: ip, mac: mac, name: name };
await db.displays.put(display); // save await db.displays.put(display); // save
return display;
} }
export async function remove_display(display_id: string) { export async function remove_display(display_id: string) {
@@ -71,6 +76,7 @@ export async function remove_display(display_id: string) {
if (group_id && (await db.displays.where('group_id').equals(group_id).toArray()).length === 0) { if (group_id && (await db.displays.where('group_id').equals(group_id).toArray()).length === 0) {
await db.display_groups.delete(group_id); // delete empty group await db.display_groups.delete(group_id); // delete empty group
} }
await remove_display_from_loading_displays(display_id);
} }
export async function all_displays_of_group_selected( export async function all_displays_of_group_selected(
@@ -112,7 +118,13 @@ export async function get_display_by_id(display_id: string): Promise<Display | n
return (await db.displays.get(display_id)) ?? null; return (await db.displays.get(display_id)) ?? null;
} }
export async function screenshot_loop(display_id: string, initial_retry_count: number = 5) { export async function screenshot_loop(display_id: string) {
const settings = get(preview_settings);
if (settings.mode === 'never') return;
const initial_retry_count = settings.retry_count.now;
const retry_seconds = get(preview_settings).retry_seconds.now;
const display = await db.displays.get(display_id); const display = await db.displays.get(display_id);
if (!display || display.preview.currently_updating) return; if (!display || display.preview.currently_updating) return;
@@ -123,7 +135,7 @@ export async function screenshot_loop(display_id: string, initial_retry_count: n
let retry_count = initial_retry_count; let retry_count = initial_retry_count;
while (retry_count > 0) { while (retry_count > 0) {
retry_count -= 1; if (settings.mode !== 'always') retry_count -= 1;
const new_blob = await get_screenshot(display.ip); const new_blob = await get_screenshot(display.ip);
if (!new_blob) { if (!new_blob) {
@@ -144,7 +156,7 @@ export async function screenshot_loop(display_id: string, initial_retry_count: n
retry_count = initial_retry_count; retry_count = initial_retry_count;
} }
await new Promise((resolve) => setTimeout(resolve, 2000)); // sleep 2s await new Promise((resolve) => setTimeout(resolve, retry_seconds * 1000)); // sleep
} }
display.preview.currently_updating = false; display.preview.currently_updating = false;
+58 -42
View File
@@ -8,7 +8,7 @@ import {
} from '../types'; } from '../types';
import { get_display_by_id } from './displays'; import { get_display_by_id } from './displays';
import { is_selected, select, selected_display_ids, selected_file_ids } from './select'; import { is_selected, select, selected_display_ids, selected_file_ids } from './select';
import { create_folders, get_file_data, get_file_tree_data } from '../api_handler'; import { create_path, get_file_data, get_file_tree_data } from '../api_handler';
import { deactivate_old_thumbnail_urls, generate_thumbnail } from './thumbnails'; import { deactivate_old_thumbnail_urls, generate_thumbnail } from './thumbnails';
import { db } from '../database'; import { db } from '../database';
@@ -42,16 +42,38 @@ export async function delete_and_deselect_unique_files_from_display(display_id:
.equals(display_id) .equals(display_id)
.toArray(); .toArray();
for (const file of files_on_display) { for (const file of files_on_display) {
await remove_file_from_display(display_id, file.file_primary_key); await remove_file_from_display_recusively(display_id, file.file_primary_key);
} }
await remove_all_files_without_display(); await remove_all_files_without_display();
} }
export async function remove_file_from_display(display_id: string, file_primary_key: string) { export async function remove_file_from_display_recusively(
display_id: string,
file_primary_key: string
) {
const found = await db.files_on_display.get([display_id, file_primary_key]); const found = await db.files_on_display.get([display_id, file_primary_key]);
if (!found) return; if (!found) return;
select(selected_file_ids, file_primary_key, 'deselect'); select(selected_file_ids, file_primary_key, 'deselect');
await db.files_on_display.delete([display_id, file_primary_key]); await db.files_on_display.delete([display_id, file_primary_key]);
const inode_element = await get_file_by_id(found.file_primary_key);
if (!inode_element) return;
if (inode_element.type === 'inode/directory') {
const path_inside_folder = inode_element.path + inode_element.name + `/`;
const primary_file_keys_in_folder = (
await db.files.where('path').equals(path_inside_folder).toArray()
).map((e) => get_file_primary_key(e));
const primary_file_keys_in_folder_on_display = (
await db.files_on_display
.where('file_primary_key')
.anyOf(primary_file_keys_in_folder)
.filter((file) => file.display_id === display_id)
.toArray()
).map((e) => e.file_primary_key);
for (const file_key of primary_file_keys_in_folder_on_display) {
await remove_file_from_display_recusively(display_id, file_key);
}
}
} }
export async function remove_all_files_without_display() { export async function remove_all_files_without_display() {
@@ -111,12 +133,11 @@ async function get_display_ids_where_file_is_missing(
); );
} }
export async function get_displays_where_path_exists( export async function get_displays_where_path_not_exists(
path: string, path: string,
selected_display_ids: string[], selected_display_ids: string[]
invert: boolean
): Promise<Display[]> { ): Promise<Display[]> {
if (path === '/') return []; if (path === '/') return await db.displays.where('id').anyOf(selected_display_ids).toArray();
const last_path_part = const last_path_part =
path path
.slice(0, path.length - 1) .slice(0, path.length - 1)
@@ -129,8 +150,7 @@ export async function get_displays_where_path_exists(
.equals(last_path_part) .equals(last_path_part)
.filter((inode) => inode.path === path_without_last_part && inode.type === 'inode/directory') .filter((inode) => inode.path === path_without_last_part && inode.type === 'inode/directory')
.first(); .first();
if (!folders_of_current_path) if (!folders_of_current_path) return [];
return await db.displays.where('id').anyOf(selected_display_ids).toArray();
const folder_primary_key = get_file_primary_key(folders_of_current_path); const folder_primary_key = get_file_primary_key(folders_of_current_path);
const display_ids_with_folder = ( const display_ids_with_folder = (
@@ -138,11 +158,7 @@ export async function get_displays_where_path_exists(
).map((fod) => fod.display_id); ).map((fod) => fod.display_id);
const display_ids = selected_display_ids.filter((display_id) => { const display_ids = selected_display_ids.filter((display_id) => {
if (invert) { return !display_ids_with_folder.includes(display_id);
return !display_ids_with_folder.includes(display_id);
} else {
return display_ids_with_folder.includes(display_id);
}
}); });
return (await db.displays.bulkGet(display_ids)).filter((e) => e !== undefined); return (await db.displays.bulkGet(display_ids)).filter((e) => e !== undefined);
@@ -272,7 +288,7 @@ export async function update_folder_elements_recursively(
if (diff.deleted.length > 0) { if (diff.deleted.length > 0) {
// Remove old Folder-Elements // Remove old Folder-Elements
for (const old_element of diff.deleted) { for (const old_element of diff.deleted) {
remove_file_from_display(display.id, get_file_primary_key(old_element)); remove_file_from_display_recusively(display.id, get_file_primary_key(old_element));
} }
await remove_all_files_without_display(); await remove_all_files_without_display();
} }
@@ -294,8 +310,8 @@ function get_folder_elements_difference(
return { deleted: only_in_old, new: only_in_new }; return { deleted: only_in_old, new: only_in_new };
} }
export async function get_current_folder_elements( export async function get_folder_elements(
current_file_path: string, file_path: string,
selected_display_ids: string[] selected_display_ids: string[]
): Promise<Inode[]> { ): Promise<Inode[]> {
const existing_file_keys_on_selected_displays: [string, string, number, string][] = ( const existing_file_keys_on_selected_displays: [string, string, number, string][] = (
@@ -304,7 +320,7 @@ export async function get_current_folder_elements(
const existing_files_on_selected_displays_in_path: Inode[] = await db.files const existing_files_on_selected_displays_in_path: Inode[] = await db.files
.where('[path+name+size+type]') .where('[path+name+size+type]')
.anyOf(existing_file_keys_on_selected_displays) .anyOf(existing_file_keys_on_selected_displays)
.filter((e) => e.path === current_file_path) .filter((e) => e.path === file_path)
.toArray(); .toArray();
return sort_files(existing_files_on_selected_displays_in_path); return sort_files(existing_files_on_selected_displays_in_path);
@@ -377,32 +393,32 @@ export async function create_folder_on_all_selected_displays(
path: string, path: string,
selected_display_ids: string[] selected_display_ids: string[]
): Promise<void> { ): Promise<void> {
const path_parts = path const path_with_folder_name = (path += folder_name + '/');
.slice(1, path.length - 1) await create_path_on_all_selected_displays(path_with_folder_name, selected_display_ids);
.split('/') }
.filter((e) => e.length !== 0);
let remaining_display_ids = [...selected_display_ids];
const getDisplaysForPath = async (currentPath: string): Promise<Display[]> => { export async function create_path_on_all_selected_displays(
if (currentPath === '/') { path: string,
const displays = await db.displays.bulkGet(remaining_display_ids); selected_display_ids: string[]
return displays.filter((d): d is Display => !!d); ) {
} const displays_without_path = await get_displays_where_path_not_exists(
return get_displays_where_path_exists(currentPath, remaining_display_ids, false); path,
}; selected_display_ids
);
for (let depth = path_parts.length; depth >= 0 && remaining_display_ids.length; depth--) { if (displays_without_path.length === 0) return;
const currentPath = depth === 0 ? '/' : `/${path_parts.slice(0, depth).join('/')}/`; for (const display of displays_without_path) {
await create_path(display.ip, path);
const displays = await getDisplaysForPath(currentPath);
if (!displays.length) continue;
const folders_to_create = [...path_parts.slice(depth), folder_name];
for (const display of displays) {
await create_folders(display.ip, currentPath, folders_to_create);
remaining_display_ids = remaining_display_ids.filter((id) => id !== display.id);
}
} }
setTimeout(async () => {
for (const display of displays_without_path) {
const changed_paths = await get_changed_directory_paths(display, '/');
if (!changed_paths) continue;
console.debug('Update file system from', display.name, ':', changed_paths);
for (const path of changed_paths) {
await update_folder_elements_recursively(display, path);
}
}
}, 0);
} }
export async function get_date_mapping(file_primary_key: string): Promise<Record<string, Date>> { export async function get_date_mapping(file_primary_key: string): Promise<Record<string, Date>> {
@@ -1,4 +1,5 @@
import { writable, type Writable } from 'svelte/store'; import { writable, type Writable } from 'svelte/store';
import type { NumberSetting } from '../types';
export const dnd_flip_duration_ms = 300; export const dnd_flip_duration_ms = 300;
@@ -23,6 +24,30 @@ export const current_height: Writable<Record<string, number>> = writable<Record<
export const is_group_drag: Writable<boolean> = writable<boolean>(false); export const is_group_drag: Writable<boolean> = writable<boolean>(false);
export const is_display_drag: Writable<boolean> = writable<boolean>(false); export const is_display_drag: Writable<boolean> = writable<boolean>(false);
export const preview_settings: Writable<{
mode: 'never' | 'normal' | 'always';
retry_seconds: NumberSetting;
retry_count: NumberSetting;
}> = writable<{
mode: 'never' | 'normal' | 'always';
retry_seconds: NumberSetting;
retry_count: NumberSetting;
}>({
mode: 'normal',
retry_seconds: {
max: 10,
min: 0.5,
now: 2,
step: 0.5
},
retry_count: {
max: 10,
min: 1,
now: 5,
step: 1
}
});
export const pinned_display_id: Writable<string | null> = writable<string | null>(null); export const pinned_display_id: Writable<string | null> = writable<string | null>(null);
export function change_height(key: 'display' | 'file', factor: number) { export function change_height(key: 'display' | 'file', factor: number) {
+14
View File
@@ -66,6 +66,13 @@ export type FileLoadingData = {
seconds_until_finish: number; seconds_until_finish: number;
}; };
export type CompleteFileLoadingData = {
is_loading: boolean;
total_percentage: number;
total_seconds_until_finish: number;
display_data: { loading_data: FileLoadingData; display_name: string }[];
};
export type Inode = { export type Inode = {
path: string; path: string;
name: string; name: string;
@@ -134,6 +141,13 @@ export type PopupContent = {
closable?: boolean; closable?: boolean;
}; };
export type NumberSetting = {
max: number,
min: number,
now: number,
step: number
}
export type DisplayStatus = 'host_offline' | 'app_offline' | 'app_online' | null; export type DisplayStatus = 'host_offline' | 'app_offline' | 'app_online' | null;
export function to_display_status(value: string): DisplayStatus { export function to_display_status(value: string): DisplayStatus {
+158 -7
View File
@@ -1,11 +1,24 @@
<script lang="ts"> <script lang="ts">
import { Monitor, Plus, Radio, Settings, Trash2, Menu } from 'lucide-svelte'; import {
Monitor,
Plus,
Radio,
Settings,
Trash2,
Menu,
ChevronDown,
icons,
SquareCheckBig,
Square,
X,
Info
} from 'lucide-svelte';
import Button from '$lib/components/Button.svelte'; import Button from '$lib/components/Button.svelte';
import FileView from './FileView.svelte'; import FileView from './FileView.svelte';
import ControlView from './ControlView.svelte'; import ControlView from './ControlView.svelte';
import DisplayView from './DisplayView.svelte'; import DisplayView from './DisplayView.svelte';
import PopUp from '$lib/components/PopUp.svelte'; import PopUp from '$lib/components/PopUp.svelte';
import { type PopupContent } from '$lib/ts/types'; import { type Display, type PopupContent } from '$lib/ts/types';
import TextInput from '$lib/components/TextInput.svelte'; import TextInput from '$lib/components/TextInput.svelte';
import { import {
add_display, add_display,
@@ -17,9 +30,11 @@
import { notifications } from '$lib/ts/stores/notification'; import { notifications } from '$lib/ts/stores/notification';
import { ping_ip } from '$lib/ts/api_handler'; import { ping_ip } from '$lib/ts/api_handler';
import { onMount } from 'svelte'; import { onMount } from 'svelte';
import { on_start } from '$lib/ts/main'; import { on_app_start, update_display_status } from '$lib/ts/main';
import { display_status_to_info } from '$lib/ts/utils'; import { display_status_to_info } from '$lib/ts/utils';
import HighlightedText from '$lib/components/HighlightedText.svelte'; import HighlightedText from '$lib/components/HighlightedText.svelte';
import { preview_settings } from '$lib/ts/stores/ui_behavior';
import NumberSettingInput from '$lib/components/NumberSettingInput.svelte';
const ip_regex = const ip_regex =
/^(?:(?:10|127)\.(?:25[0-5]|2[0-4]\d|1?\d?\d)\.(?:25[0-5]|2[0-4]\d|1?\d?\d)\.(?:25[0-5]|2[0-4]\d|1?\d?\d)|192\.168\.(?:25[0-5]|2[0-4]\d|1?\d?\d)\.(?:25[0-5]|2[0-4]\d|1?\d?\d)|172\.(?:1[6-9]|2\d|3[0-1])\.(?:25[0-5]|2[0-4]\d|1?\d?\d)\.(?:25[0-5]|2[0-4]\d|1?\d?\d))$/; /^(?:(?:10|127)\.(?:25[0-5]|2[0-4]\d|1?\d?\d)\.(?:25[0-5]|2[0-4]\d|1?\d?\d)\.(?:25[0-5]|2[0-4]\d|1?\d?\d)|192\.168\.(?:25[0-5]|2[0-4]\d|1?\d?\d)\.(?:25[0-5]|2[0-4]\d|1?\d?\d)|172\.(?:1[6-9]|2\d|3[0-1])\.(?:25[0-5]|2[0-4]\d|1?\d?\d)\.(?:25[0-5]|2[0-4]\d|1?\d?\d))$/;
@@ -55,11 +70,26 @@
const ip = text_inputs_valid.ip.value; const ip = text_inputs_valid.ip.value;
const mac = text_inputs_valid.mac.value === '' ? null : text_inputs_valid.mac.value; const mac = text_inputs_valid.mac.value === '' ? null : text_inputs_valid.mac.value;
const name = text_inputs_valid.name.value; const name = text_inputs_valid.name.value;
let display: Display | null = null;
if (!!existing_display_id) { if (!!existing_display_id) {
await edit_display_data(existing_display_id, ip, mac, name); display = await edit_display_data(existing_display_id, ip, mac, name);
} else { } else {
const status = await ping_ip(text_inputs_valid.ip.value); const status = await ping_ip(text_inputs_valid.ip.value);
await add_display(ip, mac, name, status); display = await add_display(ip, mac, name, status);
}
if (!!display) {
await update_display_status(display);
}
}
function get_display_preview_mode(mode: 'never' | 'normal' | 'always') {
switch (mode) {
case 'never':
return 'Nie';
case 'normal':
return 'Normal';
case 'always':
return 'Dauerhaft';
} }
} }
@@ -75,6 +105,19 @@
title: 'Neuen Bildschirm hinzufügen', title: 'Neuen Bildschirm hinzufügen',
title_icon: Monitor, title_icon: Monitor,
title_class: '!text-xl', title_class: '!text-xl',
window_class: 'w-3xl',
closable: true
};
};
const show_settings_popup = () => {
popup_content = {
open: true,
snippet: settings_popup,
title: 'Einstellungen',
title_icon: Settings,
title_class: '!text-xl',
window_class: 'w-3xl',
closable: true closable: true
}; };
}; };
@@ -111,9 +154,63 @@
}; };
}; };
onMount(on_start); onMount(on_app_start);
const show_about_popup = () => {
popup_content = {
open: true,
snippet: about_popup,
title: 'Über PLG MuDiCS',
title_icon: Info,
title_class: '!text-xl',
closable: true
};
};
</script> </script>
{#snippet about_popup(_: string)}
<div class="px-2">
<h3 class="text-lg font-bold mt-4">Entwickler</h3>
<p>
<a target="_blank" class="link" href="https://github.com/programmer-44">E44</a>
<a target="_blank" class="link" href="https://codeberg.org/2mal3">2mal3</a>,
</p>
<h3 class="text-lg font-bold mt-4">Lizenz</h3>
<a
target="_blank"
class="link"
href="https://github.com/PLG-Development/PLG-MuDiCS/blob/main/LICENSE.txt"
>
GNU Affero General Public License v3 (AGPL-3.0)
</a>
<h3 class="text-lg font-bold mt-4">Verwendete Bibliotheken</h3>
<ul class="list-disc list-inside">
<li><a target="_blank" href="https://svelte.dev/" class="link">Svelte & SvelteKit</a></li>
<li><a target="_blank" href="https://tailwindcss.com/" class="link">TailwindCSS</a></li>
<li><a target="_blank" href="https://lucide.dev/" class="link">Lucide Icons</a></li>
<li><a target="_blank" href="https://tiptap.dev/" class="link">Tiptap</a></li>
<li><a target="_blank" href="https://dexie.org/" class="link">Dexie.js</a></li>
<li>
<a target="_blank" href="https://github.com/orefalo/svelte-splitpanes" class="link"
>svelte-splitpanes</a
>
</li>
<li>
<a target="_blank" href="https://github.com/thisux/sveltednd" class="link"
>@thisux/sveltednd</a
>
</li>
<li><a target="_blank" href="https://echo.labstack.com/" class="link">Echo</a></li>
<li><a target="_blank" href="https://github.com/mdlayher/wol" class="link">wol</a></li>
</ul>
</div>
<div class="flex justify-end pt-2">
<Button click_function={popup_close_function} className="px-4">Schließen</Button>
</div>
{/snippet}
{#snippet remove_display_popup(display_id: string)} {#snippet remove_display_popup(display_id: string)}
<div class="max-w-prose px-2"> <div class="max-w-prose px-2">
Soll der Bildschirm <HighlightedText>{remove_display_name}</HighlightedText> wirklich gelöscht werden? Soll der Bildschirm <HighlightedText>{remove_display_name}</HighlightedText> wirklich gelöscht werden?
@@ -220,6 +317,54 @@
</div> </div>
{/snippet} {/snippet}
{#snippet settings_popup()}
<div class="flex flex-col gap-2 pl-1">
<span class="font-bold text-lg">Vorschau-Verhalten</span>
<div class="flex flex-col gap-2 ml-2">
<span class="text-stone-400 text-sm max-w-prose"
>Die Vorschau eines Bildschirms ist das Bild, welches links neben dem Display-Namen zu sehen
ist. Es zeigt relativ aktuell das an, was auf dem jeweiligen Bildschirm zu sehen ist.</span
>
<div class="flex flex-row justify-between items-center">
<span>Aktualisierungs-Verhalten</span>
<Button
className="gap-3 pl-4 pr-3 w-35"
menu_options={(['never', 'normal', 'always'] as const).map((mode) => ({
icon: mode === $preview_settings.mode ? SquareCheckBig : Square,
name: get_display_preview_mode(mode),
on_select: () => {
$preview_settings.mode = mode;
}
}))}>{get_display_preview_mode($preview_settings.mode)} <ChevronDown /></Button
>
</div>
<div class="flex flex-row justify-between items-center">
<span>Intervall zwischen den Aktualisierungs-Anfragen</span>
<NumberSettingInput
disabled={$preview_settings.mode === 'never'}
number_setting={$preview_settings.retry_seconds}
on_change={(new_value: number) => {
$preview_settings.retry_seconds.now = new_value;
}}
/>
</div>
<div class="flex flex-row justify-between items-center max-w-full gap-8">
<span class="">Anzahl der änderungslosen Aktualisierungen bis pausiert wird</span>
<NumberSettingInput
disabled={$preview_settings.mode !== 'normal'}
number_setting={$preview_settings.retry_count}
on_change={(new_value: number) => {
$preview_settings.retry_count.now = new_value;
}}
/>
</div>
</div>
</div>
<div class="flex justify-end pt-4">
<Button click_function={popup_close_function} className="px-4">Schließen</Button>
</div>
{/snippet}
<main class="bg-stone-900 h-dvh w-dvw text-stone-200 px-4 py-2 gap-2 grid grid-rows-[3rem_auto]"> <main class="bg-stone-900 h-dvh w-dvw text-stone-200 px-4 py-2 gap-2 grid grid-rows-[3rem_auto]">
<div class="w-[calc(100dvw-(8*var(--spacing)))] flex justify-between"> <div class="w-[calc(100dvw-(8*var(--spacing)))] flex justify-between">
<span class="text-4xl font-bold content-center pl-1"> PLG MuDiCS </span> <span class="text-4xl font-bold content-center pl-1"> PLG MuDiCS </span>
@@ -234,7 +379,13 @@
}, },
{ {
icon: Settings, icon: Settings,
name: 'Weitere Einstellungen' name: 'Einstellungen',
on_select: show_settings_popup
},
{
icon: Info,
name: 'Über',
on_select: show_about_popup
} }
]} ]}
> >
+70 -2
View File
@@ -9,18 +9,26 @@
Presentation, Presentation,
SquareTerminal, SquareTerminal,
TextAlignStart, TextAlignStart,
TrafficCone TrafficCone,
Globe
} from 'lucide-svelte'; } from 'lucide-svelte';
import Button from '$lib/components/Button.svelte'; import Button from '$lib/components/Button.svelte';
import PopUp from '$lib/components/PopUp.svelte'; import PopUp from '$lib/components/PopUp.svelte';
import type { PopupContent } from '$lib/ts/types'; import type { PopupContent } from '$lib/ts/types';
import KeyInput from './KeyInput.svelte'; import KeyInput from './KeyInput.svelte';
import { send_keyboard_input, show_blackscreen, shutdown, startup } from '$lib/ts/api_handler'; import {
send_keyboard_input,
show_blackscreen,
shutdown,
startup,
show_html
} from '$lib/ts/api_handler';
import { get_display_by_id, run_on_all_selected_displays } from '$lib/ts/stores/displays'; import { get_display_by_id, run_on_all_selected_displays } from '$lib/ts/stores/displays';
import { selected_display_ids } from '$lib/ts/stores/select'; import { selected_display_ids } from '$lib/ts/stores/select';
import TipTapInput from './TipTapInput.svelte'; import TipTapInput from './TipTapInput.svelte';
import { db } from '$lib/ts/database'; import { db } from '$lib/ts/database';
import { liveQuery, type Observable } from 'dexie'; import { liveQuery, type Observable } from 'dexie';
import TextInput from '$lib/components/TextInput.svelte';
let all_display_states: Observable<'on' | 'off' | 'mixed'> | undefined = $state(); let all_display_states: Observable<'on' | 'off' | 'mixed'> | undefined = $state();
$effect(() => { $effect(() => {
@@ -60,6 +68,17 @@
}; };
}; };
const show_website_popup = () => {
popup_content = {
open: true,
snippet: website_popup,
title: 'Webseite anzeigen',
window_class: 'w-xl',
title_icon: Globe,
closable: true
};
};
async function all_state(selected_display_ids: string[]): Promise<'on' | 'off' | 'mixed'> { async function all_state(selected_display_ids: string[]): Promise<'on' | 'off' | 'mixed'> {
const selected_displays = await Promise.all( const selected_displays = await Promise.all(
selected_display_ids.map(async (id) => await get_display_by_id(id)) selected_display_ids.map(async (id) => await get_display_by_id(id))
@@ -116,8 +135,51 @@
10 10
); );
} }
let website_url = $state('');
let website_url_valid = $state(false);
function validate_website_url(url: string): [boolean, string] {
if (url === '') return [true, ''];
const regex = /^https?:\/\/[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}/;
if (regex.test(url)) {
return [true, ''];
}
return [false, 'Ungültige URL'];
}
async function send_website() {
popup_content.open = false;
await run_on_all_selected_displays((d) =>
show_html(d.ip, `<iframe src="${website_url}"></iframe>`)
);
website_url = '';
}
</script> </script>
{#snippet website_popup()}
<div class="flex flex-col gap-2">
<TextInput
title="URL"
placeholder="https://example.com"
bind:current_value={website_url}
bind:current_valid={website_url_valid}
is_valid_function={validate_website_url}
enter_mode="submit"
enter_function={send_website}
/>
<div class="flex flex-row justify-end gap-2">
<Button className="button space font-bold" click_function={popup_close_function}>
Abbrechen
</Button>
<Button
click_function={send_website}
disabled={!website_url_valid || website_url === ''}
className="button success space">Anzeigen</Button
>
</div>
</div>
{/snippet}
{#snippet ask_shutdonw_popup()} {#snippet ask_shutdonw_popup()}
<p>Bist du sicher, dass du alle ausgewählten Displays herunterfahren möchtest?</p> <p>Bist du sicher, dass du alle ausgewählten Displays herunterfahren möchtest?</p>
@@ -176,6 +238,12 @@
click_function={show_text_popup}><TextAlignStart /> Text anzeigen</Button click_function={show_text_popup}><TextAlignStart /> Text anzeigen</Button
> >
<Button
className="px-3 flex gap-3 w-75 justify-normal"
disabled={$selected_display_ids.length === 0}
click_function={show_website_popup}><Globe /> Webseite anzeigen</Button
>
<Button <Button
className="px-3 flex gap-3 w-75 justify-normal" className="px-3 flex gap-3 w-75 justify-normal"
disabled={$selected_display_ids.length === 0} disabled={$selected_display_ids.length === 0}
+31 -9
View File
@@ -17,11 +17,11 @@
import { selected_display_ids, selected_file_ids } from '$lib/ts/stores/select'; import { selected_display_ids, selected_file_ids } from '$lib/ts/stores/select';
import { import {
current_file_path, current_file_path,
get_current_folder_elements, get_folder_elements,
get_file_by_id, get_file_by_id,
run_for_selected_files_on_selected_displays, run_for_selected_files_on_selected_displays,
update_current_folder_on_selected_displays, update_current_folder_on_selected_displays,
get_displays_where_path_exists, get_displays_where_path_not_exists,
create_folder_on_all_selected_displays create_folder_on_all_selected_displays
} from '$lib/ts/stores/files'; } from '$lib/ts/stores/files';
import { slide } from 'svelte/transition'; import { slide } from 'svelte/transition';
@@ -37,7 +37,7 @@
import { delete_files, rename_file } from '$lib/ts/api_handler'; import { delete_files, rename_file } from '$lib/ts/api_handler';
import HighlightedText from '$lib/components/HighlightedText.svelte'; import HighlightedText from '$lib/components/HighlightedText.svelte';
import { liveQuery, type Observable } from 'dexie'; import { liveQuery, type Observable } from 'dexie';
import { download_file, add_upload } from '$lib/ts/file_transfer_handler'; import { download_file, add_upload, add_sync_recursively } from '$lib/ts/file_transfer_handler';
let current_name: string = $state(''); let current_name: string = $state('');
let current_valid: boolean = $state(false); let current_valid: boolean = $state(false);
@@ -52,15 +52,15 @@
$effect(() => { $effect(() => {
const path = $current_file_path, const path = $current_file_path,
display_ids = $selected_display_ids; display_ids = $selected_display_ids;
current_folder_elements = liveQuery(() => get_current_folder_elements(path, display_ids)); current_folder_elements = liveQuery(() => get_folder_elements(path, display_ids));
}); });
let one_file_selected: Observable<boolean> | undefined = $state(); let one_file_selected: Observable<boolean> | undefined = $state();
$effect(() => { $effect(() => {
const s = $selected_file_ids; const s = $selected_file_ids;
one_file_selected = liveQuery(async () => { one_file_selected = liveQuery(async () => {
return s.length === 1 && (await get_file_by_id(s[0]))?.type !== 'inode/directory'; return s.length === 1 && (await get_file_by_id(s[0]))?.type !== 'inode/directory';
}) });
}) });
let popup_content: PopupContent = $state({ let popup_content: PopupContent = $state({
open: false, open: false,
@@ -128,7 +128,7 @@
current_name = ''; current_name = '';
current_valid = false; current_valid = false;
display_names_where_path_does_not_exist = ( display_names_where_path_does_not_exist = (
await get_displays_where_path_exists($current_file_path, $selected_display_ids, true) await get_displays_where_path_not_exists($current_file_path, $selected_display_ids)
).map((display) => display.name); ).map((display) => display.name);
popup_content = { popup_content = {
open: true, open: true,
@@ -148,6 +148,21 @@
closable: true closable: true
}; };
}; };
async function sync_selected_files(
selected_file_ids: string[],
selected_display_ids: string[],
current_folder_elements: Inode[]
) {
if (selected_file_ids.length === 0 && current_folder_elements.length > 0) {
selected_file_ids = current_folder_elements.map((inode) => get_file_primary_key(inode));
}
if (selected_file_ids.length === 0) return;
// Mit For-Schleife über ausgewählte Elemente gehen
for (const file_id of selected_file_ids) {
await add_sync_recursively(file_id, selected_display_ids);
}
}
</script> </script>
{#snippet new_folder_popup()} {#snippet new_folder_popup()}
@@ -232,7 +247,7 @@
<span class="text-stone-400 px-1" <span class="text-stone-400 px-1"
>{`${$selected_file_ids.length === 1 ? 'Folgendes Objekt' : `Folgende ${$selected_file_ids.length} Objekte`} löschen? (Wiederherstellung nicht möglich)`}</span >{`${$selected_file_ids.length === 1 ? 'Folgendes Objekt' : `Folgende ${$selected_file_ids.length} Objekte`} löschen? (Wiederherstellung nicht möglich)`}</span
> >
<div class="flex flex-col gap-2 overflow-auto h-full min-h-0 grow-0"> <div class="flex flex-col gap-2 overflow-y-auto h-full min-h-0 grow-0">
{#each $selected_files || [] as file} {#each $selected_files || [] as file}
<InodeElement {file} not_interactable /> <InodeElement {file} not_interactable />
{/each} {/each}
@@ -320,13 +335,20 @@
<Button <Button
title="Ausgewählte Datei herunterladen" title="Ausgewählte Datei herunterladen"
className="px-3 flex" className="px-3 flex"
click_function={() => (download_file($selected_file_ids[0], $selected_display_ids))} click_function={async () =>
await download_file($selected_file_ids[0], $selected_display_ids)}
disabled={!$one_file_selected}><Download /></Button disabled={!$one_file_selected}><Download /></Button
> >
<div class="border border-stone-700 my-1"></div> <div class="border border-stone-700 my-1"></div>
<Button <Button
title="Aktuellen Ordner / Ausgewählte Datei(en) zwischen Bildschirmen synchronisieren" title="Aktuellen Ordner / Ausgewählte Datei(en) zwischen Bildschirmen synchronisieren"
className="px-3 flex gap-3" className="px-3 flex gap-3"
click_function={async () =>
await sync_selected_files(
$selected_file_ids,
$selected_display_ids,
$current_folder_elements ?? []
)}
disabled={$selected_display_ids.length === 0} disabled={$selected_display_ids.length === 0}
><RefreshCcw /> ><RefreshCcw />
<span class="hidden 2xl:flex">Synchronisieren</span> <span class="hidden 2xl:flex">Synchronisieren</span>
@@ -66,12 +66,6 @@
is_selected: () => editor_state.editor?.isActive('strike') ?? false, is_selected: () => editor_state.editor?.isActive('strike') ?? false,
title: 'Durchgestrichen', title: 'Durchgestrichen',
icon: Strikethrough icon: Strikethrough
},
{
onclick: () => {},
is_selected: () => false,
title: 'QR-Code anfügen',
icon: QrCode
} }
], ],
[ [
+207 -207
View File
@@ -1,221 +1,221 @@
module.exports = { module.exports = {
content: ['./src/**/*.{html,js,svelte,ts}'], content: ['./src/**/*.{html,js,svelte,ts}'],
safelist: [ safelist: [
'bg-stone-50', 'bg-stone-50',
'bg-stone-100', 'bg-stone-100',
'bg-stone-150', 'bg-stone-150',
'bg-stone-200', 'bg-stone-200',
'bg-stone-250', 'bg-stone-250',
'bg-stone-300', 'bg-stone-300',
'bg-stone-350', 'bg-stone-350',
'bg-stone-400', 'bg-stone-400',
'bg-stone-450', 'bg-stone-450',
'bg-stone-500', 'bg-stone-500',
'bg-stone-550', 'bg-stone-550',
'bg-stone-600', 'bg-stone-600',
'bg-stone-650', 'bg-stone-650',
'bg-stone-700', 'bg-stone-700',
'bg-stone-750', 'bg-stone-750',
'bg-stone-800', 'bg-stone-800',
'bg-stone-850', 'bg-stone-850',
'bg-stone-900', 'bg-stone-900',
'bg-stone-950', 'bg-stone-950',
'hover:bg-stone-50', 'hover:bg-stone-50',
'hover:bg-stone-100', 'hover:bg-stone-100',
'hover:bg-stone-150', 'hover:bg-stone-150',
'hover:bg-stone-200', 'hover:bg-stone-200',
'hover:bg-stone-250', 'hover:bg-stone-250',
'hover:bg-stone-300', 'hover:bg-stone-300',
'hover:bg-stone-350', 'hover:bg-stone-350',
'hover:bg-stone-400', 'hover:bg-stone-400',
'hover:bg-stone-450', 'hover:bg-stone-450',
'hover:bg-stone-500', 'hover:bg-stone-500',
'hover:bg-stone-550', 'hover:bg-stone-550',
'hover:bg-stone-600', 'hover:bg-stone-600',
'hover:bg-stone-650', 'hover:bg-stone-650',
'hover:bg-stone-700', 'hover:bg-stone-700',
'hover:bg-stone-750', 'hover:bg-stone-750',
'hover:bg-stone-800', 'hover:bg-stone-800',
'hover:bg-stone-850', 'hover:bg-stone-850',
'hover:bg-stone-900', 'hover:bg-stone-900',
'hover:bg-stone-950', 'hover:bg-stone-950',
'active:bg-stone-50', 'active:bg-stone-50',
'active:bg-stone-100', 'active:bg-stone-100',
'active:bg-stone-150', 'active:bg-stone-150',
'active:bg-stone-200', 'active:bg-stone-200',
'active:bg-stone-250', 'active:bg-stone-250',
'active:bg-stone-300', 'active:bg-stone-300',
'active:bg-stone-350', 'active:bg-stone-350',
'active:bg-stone-400', 'active:bg-stone-400',
'active:bg-stone-450', 'active:bg-stone-450',
'active:bg-stone-500', 'active:bg-stone-500',
'active:bg-stone-550', 'active:bg-stone-550',
'active:bg-stone-600', 'active:bg-stone-600',
'active:bg-stone-650', 'active:bg-stone-650',
'active:bg-stone-700', 'active:bg-stone-700',
'active:bg-stone-750', 'active:bg-stone-750',
'active:bg-stone-800', 'active:bg-stone-800',
'active:bg-stone-850', 'active:bg-stone-850',
'active:bg-stone-900', 'active:bg-stone-900',
'active:bg-stone-950', 'active:bg-stone-950',
'focus:bg-stone-50', 'focus:bg-stone-50',
'focus:bg-stone-100', 'focus:bg-stone-100',
'focus:bg-stone-150', 'focus:bg-stone-150',
'focus:bg-stone-200', 'focus:bg-stone-200',
'focus:bg-stone-250', 'focus:bg-stone-250',
'focus:bg-stone-300', 'focus:bg-stone-300',
'focus:bg-stone-350', 'focus:bg-stone-350',
'focus:bg-stone-400', 'focus:bg-stone-400',
'focus:bg-stone-450', 'focus:bg-stone-450',
'focus:bg-stone-500', 'focus:bg-stone-500',
'focus:bg-stone-550', 'focus:bg-stone-550',
'focus:bg-stone-600', 'focus:bg-stone-600',
'focus:bg-stone-650', 'focus:bg-stone-650',
'focus:bg-stone-700', 'focus:bg-stone-700',
'focus:bg-stone-750', 'focus:bg-stone-750',
'focus:bg-stone-800', 'focus:bg-stone-800',
'focus:bg-stone-850', 'focus:bg-stone-850',
'focus:bg-stone-900', 'focus:bg-stone-900',
'focus:bg-stone-950', 'focus:bg-stone-950',
'text-stone-50', 'text-stone-50',
'text-stone-150', 'text-stone-150',
'text-stone-200', 'text-stone-200',
'text-stone-250', 'text-stone-250',
'text-stone-300', 'text-stone-300',
'text-stone-350', 'text-stone-350',
'text-stone-100', 'text-stone-100',
'text-stone-400', 'text-stone-400',
'text-stone-450', 'text-stone-450',
'text-stone-500', 'text-stone-500',
'text-stone-550', 'text-stone-550',
'text-stone-600', 'text-stone-600',
'text-stone-650', 'text-stone-650',
'text-stone-700', 'text-stone-700',
'text-stone-750', 'text-stone-750',
'text-stone-800', 'text-stone-800',
'text-stone-850', 'text-stone-850',
'text-stone-900', 'text-stone-900',
'text-stone-950', 'text-stone-950',
'group-hover:text-stone-100', 'group-hover:text-stone-100',
'group-hover:text-stone-150', 'group-hover:text-stone-150',
'group-hover:text-stone-200', 'group-hover:text-stone-200',
'group-hover:text-stone-50', 'group-hover:text-stone-50',
'group-hover:text-stone-250', 'group-hover:text-stone-250',
'group-hover:text-stone-300', 'group-hover:text-stone-300',
'group-hover:text-stone-350', 'group-hover:text-stone-350',
'group-hover:text-stone-400', 'group-hover:text-stone-400',
'group-hover:text-stone-450', 'group-hover:text-stone-450',
'group-hover:text-stone-500', 'group-hover:text-stone-500',
'group-hover:text-stone-550', 'group-hover:text-stone-550',
'group-hover:text-stone-600', 'group-hover:text-stone-600',
'group-hover:text-stone-650', 'group-hover:text-stone-650',
'group-hover:text-stone-700', 'group-hover:text-stone-700',
'group-hover:text-stone-750', 'group-hover:text-stone-750',
'group-hover:text-stone-800', 'group-hover:text-stone-800',
'group-hover:text-stone-850', 'group-hover:text-stone-850',
'group-hover:text-stone-900', 'group-hover:text-stone-900',
'group-hover:text-stone-950', 'group-hover:text-stone-950',
'group-active:text-stone-50', 'group-active:text-stone-50',
'group-active:text-stone-100', 'group-active:text-stone-100',
'group-active:text-stone-150', 'group-active:text-stone-150',
'group-active:text-stone-200', 'group-active:text-stone-200',
'group-active:text-stone-250', 'group-active:text-stone-250',
'group-active:text-stone-300', 'group-active:text-stone-300',
'group-active:text-stone-350', 'group-active:text-stone-350',
'group-active:text-stone-400', 'group-active:text-stone-400',
'group-active:text-stone-450', 'group-active:text-stone-450',
'group-active:text-stone-500', 'group-active:text-stone-500',
'group-active:text-stone-550', 'group-active:text-stone-550',
'group-active:text-stone-600', 'group-active:text-stone-600',
'group-active:text-stone-650', 'group-active:text-stone-650',
'group-active:text-stone-700', 'group-active:text-stone-700',
'group-active:text-stone-750', 'group-active:text-stone-750',
'group-active:text-stone-800', 'group-active:text-stone-800',
'group-active:text-stone-850', 'group-active:text-stone-850',
'group-active:text-stone-950', 'group-active:text-stone-950',
'group-active:text-stone-900', 'group-active:text-stone-900',
'border-stone-50', 'border-stone-50',
'border-stone-100', 'border-stone-100',
'border-stone-150', 'border-stone-150',
'border-stone-200', 'border-stone-200',
'border-stone-250', 'border-stone-250',
'border-stone-300', 'border-stone-300',
'border-stone-350', 'border-stone-350',
'border-stone-400', 'border-stone-400',
'border-stone-450', 'border-stone-450',
'border-stone-500', 'border-stone-500',
'border-stone-550', 'border-stone-550',
'border-stone-600', 'border-stone-600',
'border-stone-650', 'border-stone-650',
'border-stone-700', 'border-stone-700',
'border-stone-750', 'border-stone-750',
'border-stone-800', 'border-stone-800',
'border-stone-850', 'border-stone-850',
'border-stone-900', 'border-stone-900',
'border-stone-950', 'border-stone-950',
'group-hover:border-stone-50', 'group-hover:border-stone-50',
'group-hover:border-stone-100', 'group-hover:border-stone-100',
'group-hover:border-stone-150', 'group-hover:border-stone-150',
'group-hover:border-stone-200', 'group-hover:border-stone-200',
'group-hover:border-stone-250', 'group-hover:border-stone-250',
'group-hover:border-stone-300', 'group-hover:border-stone-300',
'group-hover:border-stone-350', 'group-hover:border-stone-350',
'group-hover:border-stone-400', 'group-hover:border-stone-400',
'group-hover:border-stone-450', 'group-hover:border-stone-450',
'group-hover:border-stone-500', 'group-hover:border-stone-500',
'group-hover:border-stone-550', 'group-hover:border-stone-550',
'group-hover:border-stone-600', 'group-hover:border-stone-600',
'group-hover:border-stone-650', 'group-hover:border-stone-650',
'group-hover:border-stone-700', 'group-hover:border-stone-700',
'group-hover:border-stone-750', 'group-hover:border-stone-750',
'group-hover:border-stone-800', 'group-hover:border-stone-800',
'group-hover:border-stone-850', 'group-hover:border-stone-850',
'group-hover:border-stone-950', 'group-hover:border-stone-950',
'group-hover:border-stone-900', 'group-hover:border-stone-900',
'group-active:border-stone-50', 'group-active:border-stone-50',
'group-active:border-stone-100', 'group-active:border-stone-100',
'group-active:border-stone-150', 'group-active:border-stone-150',
'group-active:border-stone-200', 'group-active:border-stone-200',
'group-active:border-stone-250', 'group-active:border-stone-250',
'group-active:border-stone-300', 'group-active:border-stone-300',
'group-active:border-stone-350', 'group-active:border-stone-350',
'group-active:border-stone-400', 'group-active:border-stone-400',
'group-active:border-stone-450', 'group-active:border-stone-450',
'group-active:border-stone-500', 'group-active:border-stone-500',
'group-active:border-stone-550', 'group-active:border-stone-550',
'group-active:border-stone-600', 'group-active:border-stone-600',
'group-active:border-stone-650', 'group-active:border-stone-650',
'group-active:border-stone-700', 'group-active:border-stone-700',
'group-active:border-stone-750', 'group-active:border-stone-750',
'group-active:border-stone-800', 'group-active:border-stone-800',
'group-active:border-stone-850', 'group-active:border-stone-850',
'group-active:border-stone-900', 'group-active:border-stone-900',
'group-active:border-stone-950', 'group-active:border-stone-950',
'h-10', 'h-10',
'h-15', 'h-15',
'h-20', 'h-20',
'h-25', 'h-25',
'h-30', 'h-30',
'h-35', 'h-35',
'h-40', 'h-40',
'right-0', 'right-0',
'left-0', 'left-0',
'hover:bg-red-400', 'hover:bg-red-400',
'active:bg-red-500', 'active:bg-red-500',
'hover:bg-stone-600/70', 'hover:bg-stone-600/70',
'active:bg-stone-500/80', 'active:bg-stone-500/80'
], ]
} };
+1 -1
View File
@@ -64,7 +64,7 @@ func main() {
os.Exit(1) os.Exit(1)
} }
}() }()
err = shared.OpenBrowserWindow("http://localhost:"+port, false) err = shared.OpenBrowserWindow("http://localhost:"+port, false, "control")
if err != nil { if err != nil {
slog.Error("Failed to open browser window", "error", err) slog.Error("Failed to open browser window", "error", err)
os.Exit(1) os.Exit(1)
+1 -1
View File
@@ -26,7 +26,7 @@ func main() {
// the order is important, the open browser command exitsts as soon as the winodw is closed // the order is important, the open browser command exitsts as soon as the winodw is closed
// and since its the last action in the main go func all other goroutines (e.g. the webserver) are killed // and since its the last action in the main go func all other goroutines (e.g. the webserver) are killed
go web.StartWebServer(shared.Version, port) go web.StartWebServer(shared.Version, port)
err = shared.OpenBrowserWindow("http://localhost:"+port, true) err = shared.OpenBrowserWindow("http://localhost:"+port, true, "display")
if err != nil { if err != nil {
slog.Error("Failed to open browser window", "error", err) slog.Error("Failed to open browser window", "error", err)
os.Exit(1) os.Exit(1)
+12 -1
View File
@@ -116,7 +116,7 @@
after = ["network-online.target"]; after = ["network-online.target"];
wants = ["network-online.target"]; wants = ["network-online.target"];
path = config.environment.systemPackages; path = config.environment.systemPackages;
script = "nu ${./update.sh}"; script = "nu ${./update.nu}";
serviceConfig = { serviceConfig = {
WorkingDirectory = "/home/mudics/mudics"; WorkingDirectory = "/home/mudics/mudics";
User = "mudics"; User = "mudics";
@@ -152,6 +152,17 @@
}; };
}; };
systemd.services.enable-wol = {
wantedBy = ["multi-user.target"];
after = ["network.target"];
path = with pkgs; [ethtool nushell];
script = "nu ${./wol.nu}";
serviceConfig = {
Type = "oneshot";
User = "root";
};
};
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
"d /home/mudics/mudics 0755 mudics - -" "d /home/mudics/mudics 0755 mudics - -"
]; ];
View File
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env nu
ls /sys/class/net | get name | path basename | where $it != "lo" | each {|iface|
print $"Enabling WoL on ($iface)..."
try {
ethtool -s $iface wol g
print $"Successfully enabled WoL on ($iface)"
} catch {
print $"Failed to enable WoL on ($iface). It might not be supported."
}
}
+17 -4
View File
@@ -5,16 +5,29 @@ import (
"fmt" "fmt"
"os" "os"
"os/exec" "os/exec"
"path/filepath"
) )
func OpenBrowserWindow(url string, fullscreen bool) error { func OpenBrowserWindow(url string, fullscreen bool, profile string) error {
bins := []string{"chromium", "chromium-browser"} bins := []string{"chromium", "chromium-browser"}
tempDirPath, err := os.MkdirTemp("", "plg-mudics-browser-") home, err := os.UserHomeDir()
if err != nil { if err != nil {
return err return fmt.Errorf("unable to determine user home directory: %w", err)
}
browserProfileDirPath := filepath.Join(home, ".local", "share", "plg-mudics", fmt.Sprintf("browser-%s", profile))
if err := os.MkdirAll(browserProfileDirPath, os.ModePerm); err != nil {
return fmt.Errorf("failed to create local config directory: %w", err)
}
args := []string{
fmt.Sprintf("--app=%s", url),
"--autoplay-policy=no-user-gesture-required",
fmt.Sprintf("--user-data-dir=%s", browserProfileDirPath),
"--disable-web-security",
"--allow-running-insecure-content",
"--disable-features=XFrameOptions",
} }
args := []string{fmt.Sprintf("--app=%s", url), "--autoplay-policy=no-user-gesture-required", fmt.Sprintf("--user-data-dir=%s", tempDirPath)}
if fullscreen { if fullscreen {
args = append(args, "--start-fullscreen") args = append(args, "--start-fullscreen")
} }
+1 -1
View File
@@ -1 +1 @@
v0.0.13 v0.0.15