-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- resuming interupted uploads (closes #1) - dedup of already existing files - multi-part uploads - configurable expiration time - UTF-8 support - copy URLs to clipboard (closes #12) - a ton of other smaller fixes
- Loading branch information
Showing
34 changed files
with
1,508 additions
and
648 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
$color-chart-fill: #f6bad1; | ||
$color-chart-stroke: #eb71a0; | ||
|
||
#chart { | ||
width: 100%; | ||
height: 100%; | ||
|
||
svg { | ||
path { | ||
fill: $color-chart-fill; | ||
stroke: $color-chart-stroke; | ||
stroke-width: 0.4; | ||
fill-opacity: 0.15; | ||
stroke-opacity: 0.8; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.custom-file-button { | ||
input[type="file"] { | ||
margin-left: -2px !important; | ||
|
||
&::-webkit-file-upload-button { | ||
display: none; | ||
} | ||
|
||
&::file-selector-button { | ||
display: none; | ||
} | ||
|
||
height: 52px; | ||
line-height: 38px; | ||
} | ||
|
||
&:hover { | ||
label { | ||
background-color: #dde0e3; | ||
cursor: pointer; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.