Commiting all changes for repo cleaning

This commit is contained in:
Max 2023-03-02 19:46:51 +00:00
parent 27699cd6fc
commit a1ca4c3d06
7 changed files with 1753 additions and 0 deletions

View File

@ -0,0 +1,27 @@
<style type="text/css" scoped></style>
</style>
<template>
<div>
I'm a calednar yo
</div>
</template>
<script>
export default {
props: [
'graphOptions', // options associated with this graph
'tempChartDays', // number of days to display
'cycleData', // all users metric data
],
data: function(){
return {
openModel:true,
}
},
methods: {
closeModel(){
},
}
}
</script>

File diff suppressed because it is too large Load Diff

BIN
staticFiles/assets/logo.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,15 @@
{
"background_color": "purple",
"description": "Take Notes",
"display": "fullscreen",
"icons": [
{
"src": "/api/static/assets/favicon.ico",
"sizes": "192x192",
"type": "image/png"
}
],
"name": "Notes",
"short_name": "Notes",
"start_url": "/#/notes"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Binary file not shown.