summaryrefslogtreecommitdiff
path: root/templates/base.html
AgeCommit message (Collapse)Author
2024-12-24Add alert styles and default alert banner to warn of illegal content and abuseHEADmasterJames Mills
2022-10-01Remove external FontAwesome dependency (#30)Jacob Weisz
This fixes #28. Since we only use a single FontAwesome, I decided to just use the SVG (which FontAwesome considers the code comment within appropriate attribution). I further decided "screw it, let's inline it", because it avoids unnecessary complexity, and we can always punt it out to another file later if we need to. Co-authored-by: Jacob Weisz <inbox@jacobweisz.com> Reviewed-on: https://git.mills.io/prologic/tube/pulls/30 Co-authored-by: Jacob Weisz <ocdtrekkie@noreply@mills.io> Co-committed-by: Jacob Weisz <ocdtrekkie@noreply@mills.io>
2021-07-13Fix import pathsJames Mills
2021-06-08Remove proprietary notices about video (#40)Srxr
* Make content proprietary configurable * Update README * Fixed a few template context bugs Co-authored-by: James Mills <prologic@shortcircuit.net.au>
2020-10-16Added opengraphs (https://ogp.me/) tags to support embedding, #24 (#25)Bilel Medimegh
* Added opengraphs (https://ogp.me/) tags to support embedding, #24 * Edited AUTHORS
2020-03-28Refactored quality UI/UX navbar with responsive layout and burger menuJames Mills
2020-03-27Added UI/UX for Importing artbitrary videos from a URLJames Mills
2020-03-26Add a footerJames Mills
2020-03-25Refactor UX of Trending vs. Recent video sortingJames Mills
2020-03-25Add trending and ability to sort playlist by viewsJames Mills
2020-03-25Reworked upload box (#2)imperatormk
2020-03-22Try to improve the style and position of the Upload buttonJames Mills
2020-03-21Added basic upload supportJames Mills