feat(frontend): buttons kleiner maken

This commit is contained in:
Joyelle Ndagijimana 2025-04-08 21:44:50 +02:00
parent 9aae5a3a46
commit ce5e9cd342
7 changed files with 55 additions and 53 deletions

View file

@ -17,11 +17,7 @@ import type {GroupDTO} from "@dwengo-1/common/interfaces/group";
import {GroupController} from "@/controllers/groups.ts";
/***
TODO: when clicking the assign button from lp page pass the lp-object like this:
router.push({
path: '/assignment/create',
query: { learningPath: 'learningPathObject' }
});
TODO: when clicking the assign button from lp page pass the lp-object in a state:
*/
const props = defineProps<{
learningPath?: LearningPath | null; // Optional learningPath prop