Port filemanager to composition style api and sync filemanger/terminal/logs toolbar layout

This commit is contained in:
Johannes Zellner
2025-05-28 16:55:25 +02:00
parent 4135040007
commit 6ec869505e
8 changed files with 461 additions and 453 deletions
+3
View File
@@ -1,5 +1,6 @@
const API_ORIGIN = import.meta.env.VITE_API_ORIGIN || '';
const BASE_URL = import.meta.env.BASE_URL || '/';
// app.accessRestriction:
// null = ANY
@@ -311,6 +312,7 @@ const BACKUP_FORMATS = [
// named exports
export {
API_ORIGIN,
BASE_URL,
ACL_OPTIONS,
APP_TYPES,
ERROR,
@@ -342,6 +344,7 @@ export {
// default export
export default {
API_ORIGIN,
BASE_URL,
ACL_OPTIONS,
APP_TYPES,
ERROR,