-
Notifications
You must be signed in to change notification settings - Fork 304
Add popup for databrowser #593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This depends on the publication of mashlib with solid-auth-client 1.0.0 (through solid-ui), which @dan-f is working on. Popup will need a regeneration for minor issues. I did not find how to trigger the generated popup HTML from mashlib, so any help would be appreciated. |
|
@RubenVerborgh - I can show you how to trigger the login. Easier to explain in person than over GH comments. |
Closes #590.
ee7a495 to
11d4426
Compare
dan-f
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Closes #583.
11d4426 to
f79f7a2
Compare
|
Popup needs to be templated with the name of the app (Solid Home?) |
| UI.authn.checkUser() | ||
| .then(function () { | ||
| var uri = window.location.href | ||
| var dataUri = window.document.title = uri.slice(0, uri.lastIndexOf('/')+1) + '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this uri slicing is causing #603
Closes #590.