Commit Graph

15 Commits

Author SHA1 Message Date
4416d08994 + admin::populate_video_list now populates t he video list
The ul here is meant to serve as a quick
way to check what videos are being served
as well as removing videos

+ category::VideoMeta::as_li built for admin video list
This is basically how we spit this out onto
the DOM
2022-03-27 00:00:50 -07:00
40e2d9d4be + category::fetch_category_videos for easy json fetches 2022-03-26 22:13:55 -07:00
28d9c2aa30 * Frontend restructure with webpack
Doing this means we only have to serve up a single js
file across all pages, reducing the amount of fuckery the backend
has to do. Also we can start marking the js to require much heavier caching
2022-03-22 17:17:15 -07:00
shockrah
f8052a6ecf * Fixing url generation on thumbnails
This is mostly to remove the extensions which mess with OpenGraph meta fetching
Most services like Discord/Twitter/Facebook/Linkedin will not bother using the
Available opengraph metadata if an extension is detected as its assumed to be
a plain file
2022-01-31 15:09:55 -08:00
shockrah
683dcffd6f *+ More env flags listed in readme
*! Async requests for category pictures

With async requests in place HTTP2 should be defaulted more often now
It is recommended now however to enable it with the reverse proxy of choice
2022-01-28 13:39:19 -08:00
shockrah
57181ee75e Merge branch 'master' of gitlab.com:shockrah/clippable 2021-10-26 09:57:21 -07:00
shockrah
64ef933267 + Adding simple navbar menu at the top
In theory breadcrumbs would look/feel better to use but for now
this will do to massively improve the UX
2021-10-26 09:57:08 -07:00
shockrah
3b0249e58a - Removed file extensions from frontend 2021-10-25 23:35:51 -07:00
shockrah
f327d993c5 * Fixing broken video links in href 2021-10-22 23:59:27 -07:00
shockrah
65ea393b7e * Better video titles
* Clickable images in categories pages
2021-10-22 23:24:59 -07:00
shockrah
501916cb57 * typo in og tags 2021-10-17 21:22:13 -07:00
shockrah
e9b2507ec5 + Category field on VideoMeta objects
This is basically just used to build url's for video links
2021-10-16 18:16:04 -07:00
shockrah
2f6719081a - Removing old bs that doesn't do anything
* Frontend noow expects the newer endpoints in place
2021-10-12 22:51:47 -07:00
shockrah
574bcc0473 * Fixing clip links for individual clips 2021-10-12 00:16:27 -07:00
shockrah
7725ff5e1d * Frontend caught up to videos api 2021-10-11 23:38:26 -07:00