Moving files modal tag; moving editor logic to service; pulling out resize logic

This commit is contained in:
2025-06-28 21:10:15 -05:00
parent d1dbb7efcc
commit c99013df04
9 changed files with 179 additions and 143 deletions

View File

@@ -3,6 +3,7 @@ import { Component } from '@angular/core';
import { InfoBarComponent } from './editor/info-bar/info-bar.component';
import { TabsComponent } from './editor/tabs/tabs.component';
import { EditorsComponent } from './editor/editors.component';
import { FilesModalComponent } from "./editor/modals/files-modal.component";
@@ -11,7 +12,8 @@ import { EditorsComponent } from './editor/editors.component';
imports: [
InfoBarComponent,
TabsComponent,
EditorsComponent
EditorsComponent,
FilesModalComponent
],
templateUrl: './app.component.html',
styleUrl: './app.component.css',