Skip to content
Snippets Groups Projects
Commit a0cd32d8 authored by permcu's avatar permcu
Browse files

Style personal-notes-list a bit

parent ce9f8fb0
No related branches found
No related tags found
1 merge request!361Resolve "Add statistics page for absences"
...@@ -5,21 +5,29 @@ ...@@ -5,21 +5,29 @@
<v-card v-else> <v-card v-else>
<v-virtual-scroll <v-virtual-scroll
:items="personalNotes" :items="personalNotes"
height="100" height="150"
item-height="50" item-height="75"
> >
<template v-slot:default="{ item }"> <template v-slot:default="{ item }">
<v-list-item :key="item"> <v-list-item :key="item">
<v-list-item-content> <v-list-item-content>
<v-list-item-title> <v-list-item-title class="d-flex">
<!-- new_personal_note.documentation.course.groups.FORALL.shortName --> <!-- new_personal_note.documentation.course.groups.FORALL.shortName -->
5a <div>
5a
</div>
<!-- new_personal_note.documentation.subject/amends.subject --> <!-- new_personal_note.documentation.subject/amends.subject -->
<!-- in subject-chip --> <!-- TODO: In subject-chip -->
Ma <div>
Ma
</div>
<v-spacer /> <v-spacer />
<!-- new_personal_note.documentation.datetimeStart.toDate() --> <!-- new_personal_note.documentation.datetimeStart.toDate() -->
01.01.2031 <div>
<v-list-item-subtitle>
01.01.2031
</v-list-item-subtitle>
</div>
</v-list-item-title> </v-list-item-title>
<v-list-item-subtitle> <v-list-item-subtitle>
<!-- new_personal_note.note --> <!-- new_personal_note.note -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment