about summary refs log tree commit diff
path: root/BugMine.Web/wwwroot
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-04-20 23:48:43 +0200
committerRory& <root@rory.gay>2024-04-20 23:48:43 +0200
commit68fe1a2284045908d92ef06c1c26cd937ded784e (patch)
tree71144f404f060888dcc5e4036e038abe857adc4e /BugMine.Web/wwwroot
parentStart adding pages (diff)
downloadBugMine-68fe1a2284045908d92ef06c1c26cd937ded784e.tar.xz
Add basic project management
Diffstat (limited to 'BugMine.Web/wwwroot')
-rw-r--r--BugMine.Web/wwwroot/bugmine.webmanifest6
-rw-r--r--BugMine.Web/wwwroot/sample-data/weather.json27
2 files changed, 3 insertions, 30 deletions
diff --git a/BugMine.Web/wwwroot/bugmine.webmanifest b/BugMine.Web/wwwroot/bugmine.webmanifest

index 27088c0..fd51a9d 100644 --- a/BugMine.Web/wwwroot/bugmine.webmanifest +++ b/BugMine.Web/wwwroot/bugmine.webmanifest
@@ -1,7 +1,7 @@ { - "name": "Rory&::MatrixUtils", - "short_name": "RMU", - "description": "A collection of Matrix utilities.", + "name": "BugMine", + "short_name": "BugMine", + "description": "A [Matrix] based, decentralised issue tracker", "icons": [ { "src": "icon-192.png", diff --git a/BugMine.Web/wwwroot/sample-data/weather.json b/BugMine.Web/wwwroot/sample-data/weather.json deleted file mode 100644
index b745973..0000000 --- a/BugMine.Web/wwwroot/sample-data/weather.json +++ /dev/null
@@ -1,27 +0,0 @@ -[ - { - "date": "2022-01-06", - "temperatureC": 1, - "summary": "Freezing" - }, - { - "date": "2022-01-07", - "temperatureC": 14, - "summary": "Bracing" - }, - { - "date": "2022-01-08", - "temperatureC": -13, - "summary": "Freezing" - }, - { - "date": "2022-01-09", - "temperatureC": -16, - "summary": "Balmy" - }, - { - "date": "2022-01-10", - "temperatureC": -2, - "summary": "Chilly" - } -]