refactor(client): tree CSS

This commit is contained in:
Elian Doran 2025-05-17 23:11:11 +03:00
parent 901ab54e64
commit 84d9198396
No known key found for this signature in database
3 changed files with 1 additions and 5 deletions

View File

@ -31,6 +31,7 @@ import "jquery.fancytree";
import "jquery.fancytree/dist/modules/jquery.fancytree.dnd5.js";
import "jquery.fancytree/dist/modules/jquery.fancytree.clones.js";
import "jquery.fancytree/dist/modules/jquery.fancytree.filter.js";
import "../stylesheets/tree.css";
const TPL = /*html*/`
<div class="tree-wrapper">

View File

@ -34,9 +34,6 @@
<!-- Required for correct loading of scripts in Electron -->
<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
<!-- Include Fancytree library and skip -->
<link href="<%= assetPath %>/stylesheets/tree.css" rel="stylesheet">
<link href="<%= assetPath %>/stylesheets/ckeditor-theme.css" rel="stylesheet">
<link href="api/fonts" rel="stylesheet">
<link href="<%= assetPath %>/stylesheets/theme-light.css" rel="stylesheet">

View File

@ -111,8 +111,6 @@
<%- include("./partials/windowGlobal.ejs", locals) %>
<link href="<%= assetPath %>/stylesheets/tree.css" rel="stylesheet">
<script src="<%= appPath %>/runtime.js" crossorigin type="module"></script>
<script src="<%= appPath %>/mobile.js" crossorigin type="module"></script>