diff --git a/project.task.yaml b/project.task.yaml
index 0695e2f18..b36633ce8 100644
--- a/project.task.yaml
+++ b/project.task.yaml
@@ -4,6 +4,7 @@
- add infinite scroll assignee:matthew
blocks: ref:https://raw.githubusercontent.com/trentlarson/lives-of-gifts/master/project.yaml#kickstarter%20for%20time
+- fix error with server getting reset back to default on every code change & app refresh
- allow new (random) user creation, and make accurate message about registration
- allow type annotations in World.js & landmarks.js (since we get this error: "Types are not supported by current JavaScript version")
- replace user-affecting console.log & console.error with error messages (eg. catches)
@@ -35,6 +36,7 @@
- .5 customize favicon
- .5 make advanced features harder to access; advanced build?
+- 04 allow user to download claims, mine + ones I can see about me from others
- Release Minimum Viable Product :
- Turn off stats-world or ensure it's usable (eg. cannot zoom out too far and lose world, cannot screenshot).
diff --git a/src/main.ts b/src/main.ts
index c3bec57ce..9595c5b97 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -10,6 +10,7 @@ import "./assets/styles/tailwind.css";
import { library } from "@fortawesome/fontawesome-svg-core";
import {
+ faBurst,
faCalendar,
faChevronLeft,
faCircle,
@@ -43,6 +44,7 @@ import {
} from "@fortawesome/free-solid-svg-icons";
library.add(
+ faBurst,
faCalendar,
faChevronLeft,
faCircle,
diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue
index 9eafe2e17..b86e3d296 100644
--- a/src/views/AccountViewView.vue
+++ b/src/views/AccountViewView.vue
@@ -263,10 +263,10 @@
/>