mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 16:51:36 +02:00
Added an uploading dialog to dashboard, more tweaks
This commit is contained in:
parent
5b1b1003a6
commit
0f9c1fc83c
3 changed files with 63 additions and 5 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
<div class="col col-50">
|
||||
<h2 class="eps">My Website</h2>
|
||||
<p class="site-url" style="margin-top: -11px;"><a href="http://<%= current_site.username %>.neocities.org" target="_blank">http://<%= current_site.username %>.neocities.org</a></p>
|
||||
<p class="site-url" style="margin-top: -9px;"><a href="http://<%= current_site.username %>.neocities.org" target="_blank">http://<%= current_site.username %>.neocities.org</a></p>
|
||||
<ul>
|
||||
<% if current_site.updated_at %>
|
||||
<li>Last updated <%= current_site.updated_at.ago %></li>
|
||||
|
@ -80,6 +80,13 @@
|
|||
|
||||
|
||||
<div class="files">
|
||||
<div class="uploading-overlay">
|
||||
<div class="uploading">
|
||||
<p>Uploading <strong>heartcat.png</strong>...</p>
|
||||
<p>Uploading <strong>tipcat.png</strong>...</p>
|
||||
<div class="progress-bar"><div class="progress" style="width:60%;"></div></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="header">
|
||||
<div class="breadcrumbs">My Files</div> <!-- Should be Home when Folders are implemented -->
|
||||
<div class="actions">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue