Commiting all changes for repo cleaning
This commit is contained in:
parent
27699cd6fc
commit
a1ca4c3d06
27
client/src/components/Metrictracking/PillCalendarGraph.vue
Normal file
27
client/src/components/Metrictracking/PillCalendarGraph.vue
Normal 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>
|
1711
client/src/pages/MetrictrackingPage.vue
Normal file
1711
client/src/pages/MetrictrackingPage.vue
Normal file
File diff suppressed because it is too large
Load Diff
BIN
staticFiles/assets/logo.png
Executable file
BIN
staticFiles/assets/logo.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
15
staticFiles/assets/manifest.webmanifest
Normal file
15
staticFiles/assets/manifest.webmanifest
Normal 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"
|
||||
}
|
BIN
staticFiles/assets/marketing/wallet.png
Normal file
BIN
staticFiles/assets/marketing/wallet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
staticFiles/assets/roboto-latin-bold.woff2
Normal file
BIN
staticFiles/assets/roboto-latin-bold.woff2
Normal file
Binary file not shown.
BIN
staticFiles/assets/roboto-latin.woff2
Normal file
BIN
staticFiles/assets/roboto-latin.woff2
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user