Skip to content

Commit

Permalink
dashboard improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
dedanirungu committed Apr 8, 2023
1 parent 4154714 commit a5b73cc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mybizna/calendar",
"description": "",
"type": "asgard-module",
"version": "1.3.27",
"version": "1.3.28",
"license": "GPL-3.0-or-later",
"authors": [
{
Expand Down
15 changes: 15 additions & 0 deletions views/widgets/calendar.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<template>
<div class="m-1">
<div class="d-flex justify-content-between">
<h3 class="me-3 p-1">Events</h3>
<div class="text-xs text--disabled cursor-pointer p-1">
View All
</div>
</div>
<div class="py-1">
<calendar></calendar>
</div>
</div>
</template>


3 changes: 3 additions & 0 deletions widgets.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php

$this->add_widget("calendar", "dashboard-footer2", "Calendar", "calendar/widgets/calendar.vue", 10);

0 comments on commit a5b73cc

Please sign in to comment.