Add welcome window (with Terms and Conditions) #106
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Siderus/Orion!106
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/115-user-agreement-window"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What changed?
Instead of the loading window, now we show the welcome window (which ToS) until you have accepted them.
Fixes: https://dev.siderus.team/issues/115
@ -0,0 +1,31 @@import React from 'react'We should probably fetch this content from an URL to be always sure to have the latest content.
https://siderus.io/tos.html
@ -0,0 +1,31 @@import React from 'react'We need to allow CORS.
@ -0,0 +1,31 @@import React from 'react'Will a download work? You don’t need to use an iFrame, but we could download the content and then display it. What do you say?
@ -0,0 +1,31 @@import React from 'react'Updated. We should keep in mind though that it relies on an internet connection, but I guess that shouldn't be a problem.
@ -0,0 +1,31 @@import React from 'react'Yes, it already relies on it due to the Siderus Network
@ -0,0 +1,89 @@import React from 'react'Change to "I have read and I agree to Siderus Terms and Conditions and Privacy policy"
Can in case change the Terms and Conditions and Privacy Policy to links that will open in the browser? :S
Well done 👍