Skip to content

Commit

Permalink
Added info about component
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick11514 committed Nov 15, 2024
1 parent 3a037a2 commit 6279e26
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/src/components/Notifications.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<script setup lang="ts">
/**
* This components displays bell with number of notifications next to it.
* After opening, it shows list of all notifications, which user got.
* It is available to both teachers and students, and it is accesible from
* It is only available to teachers, and it is accessible from main layout on each page,
* next to name.
*/
import {
notifications,
pushNotifications,
Expand Down

0 comments on commit 6279e26

Please sign in to comment.