aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-13Fix issue #63boasting-squirrel1-48/+68
2019-04-07Make body take 100% height in HTMLboasting-squirrel1-0/+1
2019-04-07Fix CSS bugboasting-squirrel1-2/+0
2019-04-07Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug ↵boasting-squirrel1-6/+6
derives
2019-04-07Fix CSS bugboasting-squirrel1-0/+4
2019-04-07Use strum on Enums to reduce boilerplateboasting-squirrel1-3/+3
2019-04-07Use strum_macros::EnumIter instead of manually listing Enum variantsboasting-squirrel1-2/+3
2019-04-07Fixed upload bug + refactored @ else in templatesboasting-squirrel1-40/+44
2019-04-06Improved mobile viewboasting-squirrel1-45/+22
2019-04-06Added flex wrap to handle overflow on mobileboasting-squirrel1-1/+3
2019-04-06Improved designboasting-squirrel1-18/+21
2019-04-06Changed link description in case of upload errorboasting-squirrel1-1/+1
2019-04-05Improve file upload text.Vojtěch Pejša1-1/+1
2019-04-04Allow drag and drop file upload with js.Vojtěch Pejša1-3/+26
2019-04-04Fix typos and indentation.Vojtěch Pejša1-5/+5
2019-04-04Better error handling for file upload.Vojtěch Pejša1-0/+11
2019-04-04Fix file upload when used with random route.Vojtěch Pejša1-2/+3
2019-04-04Add CLI arguments for file uploading.Vojtěch Pejša1-0/+3
2019-04-04Implement file upload.Vojtěch Pejša1-1/+7
2019-04-02Removed query params when clicking on a fileboasting-squirrel1-1/+1
2019-04-01Color schemesboasting-squirrel1-150/+391
2019-03-15Added missing padding on download divboasting-squirrel1-0/+1
2019-03-15Improved designboasting-squirrel1-3/+7
2019-03-08Download folder as a tar workingboasting-squirrel1-0/+35
2019-03-04Added color on hovering rowboasting-squirrel1-2/+5
2019-03-02Reset color of visited link in back to top buttonboasting-squirrel1-1/+3
2019-03-02Added back to top button + various CSS improvements + re-order functions in ↵boasting-squirrel1-34/+66
renderer
2019-02-27Improved readability on mobile + terminal browsersboasting-squirrel1-10/+23
2019-02-27Improved parent directory link's styleboasting-squirrel1-1/+8
2019-02-27Actually use unicode charactersboasting-squirrel1-2/+2
2019-02-27Switched to unicode characters + improved look and feelboasting-squirrel1-36/+10
2019-02-26Added highlight for current sorting columnboasting-squirrel1-3/+12
2019-02-26Stylized table header + added chevronsboasting-squirrel1-0/+45
2019-02-25Removed sorting from CLI + added sorting from HTMLboasting-squirrel1-3/+31
2019-02-23convert_utc and humanize_systemtime now return option + fixed template ↵boasting-squirrel1-29/+28
accordingly
2019-02-23Renders file listing using maudboasting-squirrel1-0/+230