Commit Graph

17 Commits

Author SHA1 Message Date
917d51e54b Make script a module 2024-06-29 15:20:26 +01:00
edb59ffdc6 Small change to implementation for new tab 2024-06-11 20:30:10 +01:00
06b21e3d27 feat: added property new-tab to type: search 2024-06-09 21:18:56 +08:00
e1e7853c34 Update search widget 2024-05-25 03:58:11 +01:00
d1be4637ad Fix registering resize event on wrong object 2024-05-25 02:38:49 +01:00
6663360caa Don't add classes that are no longer needed 2024-05-25 02:38:48 +01:00
8148f09b9c Add more features to clock 2024-05-25 02:28:45 +01:00
4a27ec3271 Add a clock widget
It's a simple clock that shows the current time

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
2024-05-18 22:40:33 +03:00
0bbb4573b2 Revert setTimeout for images
Reduces instances of cached images fading in by giving
the browser a bit more time to load them
2024-05-18 18:52:54 +01:00
eeda28a287 Reduce reliance on setTimeout shenanigans 2024-05-18 18:43:11 +01:00
b0018c3f06 Refactor, again
Make collapsible components reusable
Add ability to collapse video rows in videos-grid style
Lose sanity while dealing with all the intricacies
2024-05-17 12:15:44 +01:00
8977114806 Fix viewport offset after collapsing 2024-05-16 21:17:10 +01:00
36f8eac3e4 Refactor
Delay showing page content until JS has finished setting up page elements
That then allows the following:
Leave relative time to be rendered on the client
Leave collapsible lists to be rendered on the client
Which massively simplfies the backend templates which were error prone
2024-05-16 20:41:50 +01:00
de965dace8 Increase delay before adding class 2024-05-14 16:38:54 +01:00
7e05f8a5eb Add carousel right cutoff by default
Prevents it from fading in when the page loads
2024-05-14 14:32:51 +01:00
4beab6bcec Make images fade in as they load 2024-05-12 03:18:55 +01:00
ec8ba40cf0 Initial commit 2024-04-27 20:10:24 +01:00