Browse Source

on brand new ID, go back home (plus some task adjustments)

home-infinite
Trent Larson 9 months ago
parent
commit
17c632eb16
  1. 3
      project.task.yaml
  2. 2
      src/views/NewIdentifierView.vue

3
project.task.yaml

@ -15,7 +15,7 @@ tasks:
- remove "notification push server" advanced setting since it only makes sense on the current domain
- prompt user to install on their home screen
- back-and-forth on project & discovery page led to "You need an identity to load your projects." error when I had an identity
- back-and-forth on discovery & project pages led to "You need an identity to load your projects." error on product page when I had an identity
- fix the projects on /discover to show the issuer (currently all "Someone Anonymous")
- .3 fix the Project-location-selection map display to not show on top of bottom icons (and any other UI tweaks on the map flow) assignee-group:ui
@ -25,7 +25,6 @@ tasks:
- .5 If notifications are not enabled, add message to front page with link/button to enable
- 01 server - show all claim details when issued by the issuer
- fix notification error when first loading the app
- add note after contact addition that they can see your info
- enhance help page instructions for debugging
- add way to test quickly a push notification

2
src/views/NewIdentifierView.vue

@ -88,7 +88,7 @@ export default class NewIdentifierView extends Vue {
this.loading = false;
setTimeout(() => {
this.$router.push({ name: "account" });
this.$router.push({ name: "home" });
}, 1000);
}
}

Loading…
Cancel
Save