mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 12:44:20 +01:00
This commit introduces the ability to clear quiz results and delete quizzes directly from the backoffice. It includes new routes, controllers, modals for user confirmation, and updates to translations. The `QuizRepository` now supports dedicated methods for clearing results and deleting quizzes along with error handling. Related database migrations and front-end adjustments are also included.
6 lines
146 B
JavaScript
6 lines
146 B
JavaScript
import * as bootstrap from 'bootstrap'
|
|
import './bootstrap.js';
|
|
import 'bootstrap/dist/css/bootstrap.min.css'
|
|
|
|
import './styles/backoffice.scss';
|