diff --git a/project.task.yaml b/project.task.yaml index 05ec92e..83529b9 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,10 +1,7 @@ tasks: - 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 : @@ -36,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,7 +53,6 @@ tasks: - 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 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/ProjectViewView.vue b/src/views/ProjectViewView.vue index dc4b334..8e182b8 100644 --- a/src/views/ProjectViewView.vue +++ b/src/views/ProjectViewView.vue @@ -97,45 +97,6 @@ message="Received from" > - - - - - -