Commit Graph

39 Commits

Author SHA1 Message Date
shockrah
cbe0f7a29d *! Fixing buid pipeline to include JS 2022-02-02 19:44:32 -08:00
shockrah
c2eb93d3af + Proper linkage in navbar 2022-01-10 19:01:44 -08:00
shockrah
5440c508e5 - Removing workspace setup for cargo
This should make building much more straight forward in the future
as currently builds have to follow a much stranger method
- Removed fluff storage file
No longer going to support uploading API. This is with the assumption that
most who use this software are going to know how to upload files to their
server anyway
2022-01-02 14:21:32 -08:00
shockrah
1e2ff50214 * breadcrumb navbar should make navigation easier now 2021-10-26 18:47:24 -07:00
shockrah
baedfc72ea * Better opengraph meta tagging 2021-10-26 18:15:05 -07: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
6bb44e5d05 + Added support on /clips/<cat>/<file> to ignore the file extension
With this the frontend can produce opengraph fetch-friendly url's
2021-10-25 23:31:18 -07:00
shockrah
65ea393b7e * Better video titles
* Clickable images in categories pages
2021-10-22 23:24:59 -07:00
shockrah
46f9000358 + Meta data and page data are now split
More env vars to keep track of and doc in the landing page too -_-
2021-10-22 23:24:28 -07:00
shockrah
5707499af9 * Cleaner thumbnail finder with more controlled state 2021-10-22 23:12:04 -07:00
shockrah
31d9794d7f + Lazy static because we need to start caching
and avoid insane heap allocations
2021-10-22 23:11:24 -07:00
shockrah
c503cc5d9d * Hover divs and clickable images 2021-10-22 22:42:21 -07:00
shockrah
c74ee022fc * Category thumbnails are no longer awful
shug.jpg has entered the chat
2021-10-21 00:19:24 -07:00
shockrah
f42f125766 * Optimizing thumbnail generation so they're 640x?
This makes them literally 30Kb on average for my personal use
Also they're thumbnails so they could actually be smaller
! forcing thumbnails to be jpg as well
2021-10-20 21:45:47 -07:00
shockrah
de51b9141d + DOcker image in registry wew lad
+ Better docs
All around qol for people that don't know what this thing is
2021-10-18 02:18:00 -07:00
shockrah
7f9ff9bb65 - No more grabbing no directory entries in categories
+ Better video sizing
2021-10-17 21:26:04 -07:00
shockrah
c53d9a293e ! Finalizing video fetch endpoint
With this the backend is officially at an MVP stage and now requires polishing
Proper data streaming for larger clips is basically required
for a really good backend(especially async streaming)
and some better css for the video player
2021-10-16 18:14:04 -07:00
shockrah
d6b076970f + Video clip endpoint
Let's users actually request videos
+ Meta data handling for video clip pages
+ Template for video pages
2021-10-13 00:21:27 -07:00
shockrah
d924c2359a * Fixing broken 'missing thumbnail' default
* Fixing frontend TS to accomodate for new thumbnail uri path's
2021-10-12 22:44:08 -07:00
shockrah
254da1ae90 * vid_file_entries now uses common::get_clips_dir
- get_video_preview
This is because of the old base64 requirement
* /api/category/<cat> handler now returns Option<Json<Vec<VideoPreview>>>
While more verbose we can more easily convey intentions
to any consumers of this endpoint.
Those intentions being that None values just mean nothing was found
2021-10-12 22:17:50 -07:00
shockrah
e049512c03 * Sanity refactor to clean up common warnings
! ALso using the new common module
2021-10-12 21:09:20 -07:00
shockrah
ba7cd26f3a + /category page handler now fills out open graph meta data correctly 2021-10-12 17:37:37 -07:00
shockrah
e679ee563a * Frontend now accounts for new /static prefix 2021-10-12 11:20:09 -07:00
shockrah
b13270802f + THumbnail API code
This is all served behind /thumbail/...
2021-10-12 11:19:31 -07:00
shockrah
5836258c25 + Tiny thumbnail api
! Consider some new prefixes for the different API's
2021-10-12 11:18:58 -07:00
shockrah
d5b8fba7f6 * Opting to return a URI pathname to thumbnails now
Because of this the backend now only has to serve data that browsers req
Also helps out api clients since responses are generally smaller
And helps out servers since responses are faster
2021-10-12 11:18:32 -07:00
shockrah
69dfa488d9 * /api/categories/<cat> fully working and cleaned up 2021-10-11 23:39:06 -07:00
shockrah
b9c4cb7c6b * /api/categories/<cat> is now working properly
Output should be correct for the frontend
2021-10-11 20:39:51 -07:00
shockrah
d0413cfff2 + Misc changes that don't belong anywhere alone 2021-10-11 14:36:02 -07:00
shockrah
b763329abd + api::list_categories now re-added and working as intended
! This patch is massive but idc right now im sprinting to finish this conversion
2021-10-11 14:34:50 -07:00
shockrah
e4373560a4 - removing rocket_contrib from deps
+ Adding rocket feature json
2021-10-11 14:33:51 -07:00
shockrah
210e0c3171 - removing compiled js from project 2021-10-11 14:33:03 -07:00
shockrah
e779d88d63 * Fixing URI path issues in template 2021-10-10 14:00:53 -07:00
shockrah
3041d7fb20 removing busted file 2021-10-10 13:40:29 -07:00
shockrah
8ce7c038f9 * Moving frontend to api along
THere's also some deps in there but i cb fucked to doc that
2021-10-10 13:21:34 -07:00
shockrah
4b6ced439d ! Bulk commit of progression
A lot off issues with the current design make 100% more sense by cutting hugo out of the picture entirely
This means we're switching fully to rocket however
we're not going to leave behind the work done with hugo,
we're just going to migrate it over first
2021-10-08 13:21:09 -07:00
shockrah
6b8e7de31a * Thumbnails are now included in api response 2021-10-05 13:47:37 -07:00
shockrah
5b3f6efebf * Simplifying backend api by... alot 2021-10-04 12:19:41 -07:00