Commit Graph

23 Commits

Author SHA1 Message Date
Svilen Markov
e1161b9227 Refactor base-url & add documentation 2024-08-05 14:08:16 +01:00
Svilen Markov
c2cdd0fa08
Merge branch 'release/v0.6.0' into main 2024-08-05 13:26:46 +01:00
Svilen Markov
738bcf8bcb Add group widget 2024-08-01 21:34:07 +01:00
CremaLuca
23d6d41148 fix(serve): using paths without base url 2024-07-10 15:40:35 +02:00
Svilen Markov
88ae2b8e83
Merge pull request #164 from dracarys18/main
fix: allow custom bangs without an argument
2024-07-03 19:26:54 +01:00
dracarys18
3805f8b156
fix: allow custom bangs without an argument 2024-07-03 02:46:16 +05:30
Svilen Markov
917d51e54b Make script a module 2024-06-29 15:20:26 +01:00
Svilen Markov
edb59ffdc6 Small change to implementation for new tab 2024-06-11 20:30:10 +01:00
ralphocdol
06b21e3d27 feat: added property new-tab to type: search 2024-06-09 21:18:56 +08:00
Svilen Markov
e1e7853c34 Update search widget 2024-05-25 03:58:11 +01:00
Svilen Markov
d1be4637ad Fix registering resize event on wrong object 2024-05-25 02:38:49 +01:00
Svilen Markov
6663360caa Don't add classes that are no longer needed 2024-05-25 02:38:48 +01:00
Svilen Markov
8148f09b9c Add more features to clock 2024-05-25 02:28:45 +01:00
Yarden Shoham
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
Svilen Markov
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
Svilen Markov
eeda28a287 Reduce reliance on setTimeout shenanigans 2024-05-18 18:43:11 +01:00
Svilen Markov
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
Svilen Markov
8977114806 Fix viewport offset after collapsing 2024-05-16 21:17:10 +01:00
Svilen Markov
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
Svilen Markov
de965dace8 Increase delay before adding class 2024-05-14 16:38:54 +01:00
Svilen Markov
7e05f8a5eb Add carousel right cutoff by default
Prevents it from fading in when the page loads
2024-05-14 14:32:51 +01:00
Svilen Markov
4beab6bcec Make images fade in as they load 2024-05-12 03:18:55 +01:00
Svilen Markov
ec8ba40cf0 Initial commit 2024-04-27 20:10:24 +01:00