Skip to content

Commit

Permalink
add drive selection and folder support for your files
Browse files Browse the repository at this point in the history
  • Loading branch information
anadius committed Jun 15, 2020
1 parent 55e1cb4 commit 9ee57df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ <h5 class="modal-title">Select destination folder</h5>
<button type="button" class="close" data-dismiss="modal"><span>&times;</span></button>
</div>
<div class="modal-body">
<p>Enter the folder URL in one of the following formats:</p>
<div id="drive_select"></div>
<p>Or enter the folder URL in one of the following formats:</p>
<code><pre>https://drive.google.com/drive/folders/&lt;folder id&gt;
https://drive.google.com/open?id=&lt;folder id&gt;</pre></code>
<p>Leave it empty or type <code>root</code> if you want to use main folder of your Google Drive.
Expand All @@ -218,6 +219,7 @@ <h5 class="modal-title"></h5>
<div class="modal-body">
<div class="prompt_body"></div>
<textarea class="form-control my-3" rows="3"></textarea>
<input class="form-control my-3" type="text">
<button class="btn btn-primary btn-block">Continue</button>
</div>
</div>
Expand Down Expand Up @@ -290,6 +292,7 @@ <h5>Best practices</h5>
<table><tbody>
<tr class="account_row"><td class="col"></td><td class="col-auto" style="padding-top: 2px;"><button type="button" class="close remove-acc"><span class="remove-acc">&times;</span></button><div role="status" class="spinner-border spinner-border-sm"></div></td></tr>
<tr class="file_row"><td><div class="custom-control custom-checkbox"><input type="checkbox" class="custom-control-input"><label class="filename custom-control-label"></label></div></td><td class="filesize text-right"></td></tr>
<tr class="folder_row"><td colspan="2"></td></tr>
</tbody></table>

<div class="file_button col-3 col-md-2"><button class="btn btn-primary btn-block"></button></div>
Expand Down
2 changes: 1 addition & 1 deletion main.obf.js

Large diffs are not rendered by default.

0 comments on commit 9ee57df

Please sign in to comment.