-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add file picker #2
Conversation
f764550
to
e9f4c4e
Compare
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.
Looks fine, nothing critical 👍
See comments
src/components/Login.vue
Outdated
<div class="oc-login-card"> | ||
<div class="oc-login-card-body"> | ||
<h3 class="oc-login-card-title"> | ||
Welcome to ownCloud |
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.
feels a bit generic if it's only the file picker
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 might be later themeable but for now, I'll put the ownCloud File picker
@@ -0,0 +1,99 @@ | |||
{ | |||
"7z": "package-x-generic", |
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.
we should eventually load those from the original server, once we provide an endpoint or file to expose them
733fb89
to
5b2e009
Compare
Add basic file/location picker