aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Make error page uniformboastful-squirrel2019-04-291-0/+4
* | Themed errorsboastful-squirrel2019-04-271-10/+110
* | Made ColorScheme, SortingMethod and SortingOrder enums derive Copyboastful-squirrel2019-04-261-40/+40
|/
* Fixed commentboastful-squirrel2019-04-221-1/+1
* Properly log error + added render_error methodboastful-squirrel2019-04-211-1/+1
* Improved upload error displayboastful-squirrel2019-04-211-2/+1
* Set upload input as requiredboastful-squirrel2019-04-201-1/+1
* Merge pull request #71 from boastful-squirrel/fix70Sven-Hendrik Haase2019-04-171-9/+11
|\
| * Fix issue 70boastful-squirrel2019-04-161-9/+11
* | Merge branch 'master' into word-wrapboastful-squirrel2019-04-161-2/+5
|\ \
| * | Modify back to top buttonwyhaya2019-04-161-2/+5
| |/
* / Wrap title instead of overflowingboastful-squirrel2019-04-161-0/+3
|/
* Fix issue #63boasting-squirrel2019-04-131-48/+68
* Make body take 100% height in HTMLboasting-squirrel2019-04-071-0/+1
* Fix CSS bugboasting-squirrel2019-04-071-2/+0
* Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug d...boasting-squirrel2019-04-071-6/+6
* Fix CSS bugboasting-squirrel2019-04-071-0/+4
* Use strum on Enums to reduce boilerplateboasting-squirrel2019-04-071-3/+3
* Use strum_macros::EnumIter instead of manually listing Enum variantsboasting-squirrel2019-04-071-2/+3
* Fixed upload bug + refactored @ else in templatesboasting-squirrel2019-04-071-40/+44
* Improved mobile viewboasting-squirrel2019-04-061-45/+22
* Added flex wrap to handle overflow on mobileboasting-squirrel2019-04-061-1/+3
* Improved designboasting-squirrel2019-04-061-18/+21
* Changed link description in case of upload errorboasting-squirrel2019-04-061-1/+1
* Merged upload + adapted it to the new designboasting-squirrel2019-04-061-7/+138
|\
| * Improve file upload text.Vojtěch Pejša2019-04-051-1/+1
| * Allow drag and drop file upload with js.Vojtěch Pejša2019-04-041-3/+26
| * Fix typos and indentation.Vojtěch Pejša2019-04-041-5/+5
| * Better error handling for file upload.Vojtěch Pejša2019-04-041-0/+11
| * Fix file upload when used with random route.Vojtěch Pejša2019-04-041-2/+3
| * Add CLI arguments for file uploading.Vojtěch Pejša2019-04-041-0/+3
| * Implement file upload.Vojtěch Pejša2019-04-041-1/+7
* | Removed query params when clicking on a fileboasting-squirrel2019-04-021-1/+1
* | Color schemesboasting-squirrel2019-04-011-150/+391
|/
* Added missing padding on download divboasting-squirrel2019-03-151-0/+1
* Improved designboasting-squirrel2019-03-151-3/+7
* Download folder as a tar workingboasting-squirrel2019-03-081-0/+35
* Added color on hovering rowboasting-squirrel2019-03-041-2/+5
* Reset color of visited link in back to top buttonboasting-squirrel2019-03-021-1/+3
* Added back to top button + various CSS improvements + re-order functions in r...boasting-squirrel2019-03-021-34/+66
* Improved readability on mobile + terminal browsersboasting-squirrel2019-02-271-10/+23
* Improved parent directory link's styleboasting-squirrel2019-02-271-1/+8
* Actually use unicode charactersboasting-squirrel2019-02-271-2/+2
* Switched to unicode characters + improved look and feelboasting-squirrel2019-02-271-36/+10
* Added highlight for current sorting columnboasting-squirrel2019-02-261-3/+12
* Stylized table header + added chevronsboasting-squirrel2019-02-261-0/+45
* Removed sorting from CLI + added sorting from HTMLboasting-squirrel2019-02-251-3/+31
* convert_utc and humanize_systemtime now return option + fixed template accord...boasting-squirrel2019-02-231-29/+28
* Renders file listing using maudboasting-squirrel2019-02-231-0/+230