forked from trent_larson/crowd-funder-for-time-pwa
on brand new ID, go back home (plus some task adjustments)
This commit is contained in:
@@ -15,7 +15,7 @@ tasks:
|
|||||||
- remove "notification push server" advanced setting since it only makes sense on the current domain
|
- remove "notification push server" advanced setting since it only makes sense on the current domain
|
||||||
- prompt user to install on their home screen
|
- 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")
|
- 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
|
- .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
|
- .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
|
- 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
|
- add note after contact addition that they can see your info
|
||||||
- enhance help page instructions for debugging
|
- enhance help page instructions for debugging
|
||||||
- add way to test quickly a push notification
|
- add way to test quickly a push notification
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ export default class NewIdentifierView extends Vue {
|
|||||||
|
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.$router.push({ name: "account" });
|
this.$router.push({ name: "home" });
|
||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user