mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2026-05-17 01:01:30 +00:00
feat: redesign user tasks with advanced scheduling
- Complete UI/UX redesign of user tasks interface - Add cron selector with examples - Improved task scheduling interface - Enhanced task management and monitoring
This commit is contained in:
parent
b20a3d7826
commit
2f68c49936
4 changed files with 884 additions and 184 deletions
|
|
@ -9,6 +9,9 @@ import {
|
|||
GridModule,
|
||||
ModalModule,
|
||||
ButtonGroupModule,
|
||||
BadgeModule,
|
||||
AlertModule,
|
||||
ToastModule,
|
||||
} from "@coreui/angular";
|
||||
import { UserTasksRoutingModule } from "./user_tasks-routing.module";
|
||||
import { UserTasksComponent } from "./user_tasks.component";
|
||||
|
|
@ -25,6 +28,9 @@ import { NgxSuperSelectModule} from "ngx-super-select";
|
|||
FormModule,
|
||||
ButtonModule,
|
||||
ButtonGroupModule,
|
||||
BadgeModule,
|
||||
AlertModule,
|
||||
ToastModule,
|
||||
GuiGridModule,
|
||||
ModalModule,
|
||||
ReactiveFormsModule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue