Remove the old dashboard code

This commit is contained in:
Johannes Zellner
2025-07-04 19:36:07 +02:00
parent ccda1b4523
commit a98fce2160
96 changed files with 78 additions and 32459 deletions
-20
View File
@@ -1,20 +0,0 @@
// for the angular stuff
window.cloudronApiOrigin = import.meta.env.VITE_API_ORIGIN || '';
import '@fortawesome/fontawesome-free/css/all.min.css';
import '@fontsource/noto-sans';
import '@fontsource/dm-sans';
import '@fontsource/arimo';
import '@fontsource/inter';
import 'bootstrap-sass';
import Chart from 'chart.js/auto';
import * as moment from 'moment/min/moment-with-locales';
// attach to global for compatibility
window.moment = moment.default;
window.Chart = Chart;
// hack to disable old bootstrap transitions
setTimeout(() => window.$.support.transition = false, 3000);
File diff suppressed because it is too large Load Diff