diff --git a/project.task.yaml b/project.task.yaml index f695199..83529b9 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,13 +1,7 @@ tasks: -- if there's no identity, handle it on pages which expect an identity (eg. project -- look for JSON.parse identity calls) -- .1 show an appropriate message when there are no contacts - - 01 design ideas for simple gives on the Home page - -- .1 remove commitments from ProjectView UI - 01 add list of 'give' records for a project on ProjectView UI - - 02 Discover page - display results (currently in console.log), spin when searching - 08 search by location, endpoint, etc assignee:trent - 01 add a location for a project via map pin : @@ -39,7 +33,6 @@ tasks: - 01 quick action - send action, maybe choose via canvas tool https://github.com/konvajs/vue-konva - .5 customize favicon -- .2 Hide "Advanced" section in Account page by default - 04 allow user to download claims, mine + ones I can see about me from others - 24 Move to Vite @@ -57,10 +50,9 @@ tasks: - 01 link to world for specific stats - .5 don't load another instance of a bush if it already exists - maybe - allow type annotations in World.js & landmarks.js (since we get this error - "Types are not supported by current JavaScript version") - - 4-8 convert to cleaner implementation (maybe Drie -- https://github.com/janvorisek/drie) + - 08 convert to cleaner implementation (maybe Drie -- https://github.com/janvorisek/drie) - Do we want split first name & last name? -- remove 'about' page - Release Minimum Viable Product : - 08 thorough testing for errors & edge cases @@ -99,7 +91,6 @@ tasks: - Peer DID - - DIDComm - Write to or read from a different ledger (eg. private ACDC, attest.sh) diff --git a/src/router/index.ts b/src/router/index.ts index 5ae7a16..626d971 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -25,12 +25,6 @@ const routes: Array = [ import(/* webpackChunkName: "home" */ "../views/HomeView.vue"), beforeEnter: enterOrStart, }, - { - path: "/about", - name: "about", - component: () => - import(/* webpackChunkName: "about" */ "../views/AboutView.vue"), - }, { path: "/account", name: "account", diff --git a/src/views/AboutView.vue b/src/views/AboutView.vue deleted file mode 100644 index 344a0b1..0000000 --- a/src/views/AboutView.vue +++ /dev/null @@ -1,14 +0,0 @@ - - - diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index 4beb510..2bb9227 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -274,7 +274,6 @@