Commit Graph

32 Commits

Author SHA1 Message Date
Julien Calixte
3b9b26f993 feat: add hint to shrink window to hide config
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 00:40:48 +01:00
Julien Calixte
1d43b87836 feat: add open url button to open countdown link in new tab
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 00:36:58 +01:00
Julien Calixte
d184a8339c chore: remove custom install phase, nixpacks default is sufficient
supportedArchitectures in package.json ensures the linux binding is in
the lockfile, so a standard frozen install now works correctly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 00:34:48 +01:00
Julien Calixte
bf9f27068d fix: force pnpm install to bypass cached store missing linux binding
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 00:33:24 +01:00
Julien Calixte
e4fb05aa27 fix: include linux-x64 in pnpm supportedArchitectures for rolldown binding
Ensures @rolldown/binding-linux-x64-gnu is fetched even when installing
on a non-linux host, fixing the nixpacks Docker build.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 00:31:36 +01:00
Julien Calixte
251ffa2e1a fix: add install phase with --no-frozen-lockfile for linux native bindings
rolldown requires platform-specific bindings (@rolldown/binding-linux-x64-gnu)
that are absent from a lockfile generated on a different OS.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 00:29:14 +01:00
Julien Calixte
2986a5d0fe fix: use nodejs_23 for vite 8 compatibility
Vite 8 requires Node.js 20.19+ or 22.12+; nodejs_22 in nixpkgs resolves to 22.11.0.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 00:25:46 +01:00
Julien Calixte
025cf4072e add nixpacks config and update dependencies
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 00:22:10 +01:00
Julien Calixte
85344ef306 feat: i don't know 2026-03-15 00:06:32 +01:00
Julien Calixte
3066c95563 💬 (no target) add a way to set a target to the user 2023-04-26 23:02:04 +02:00
Julien Calixte
4fff32abcc no autocomplete 2023-03-19 12:28:27 +01:00
Julien Calixte
2bbe912d9f remove vite svg and add a custom favicon 2023-03-19 12:27:02 +01:00
Julien Calixte
9689806680 Merge branch 'master' of github.com:jcalixte/miniminu 2023-03-19 12:13:25 +01:00
Julien Calixte
f02d8aeecc add input style 2023-03-19 12:13:23 +01:00
Julien Calixte
8c4911adf6 sort imports 2023-03-18 14:59:39 +01:00
Julien Calixte
9e6caa46a7 Merge branch 'master' of github.com:jcalixte/miniminu 2023-03-18 14:17:44 +01:00
Julien Calixte
fd6b9fbe83 fix test for the complex target date 2023-03-18 14:17:41 +01:00
Julien Calixte
784e54bbf8 display when the target has passed 2023-03-18 14:17:09 +01:00
Julien Calixte
60991e08da little style tweaks for the form 2023-03-17 16:51:47 +01:00
Julien Calixte
b46c107580 refacto to useTimeUntil hook 2023-03-17 15:45:13 +01:00
Julien Calixte
1f3fcbaa5e change title 2023-03-17 13:53:10 +01:00
Julien Calixte
5e7e1c7bb7 install vue use 2023-03-17 13:52:44 +01:00
Julien Calixte
7ab980d715 better styling 2023-03-17 12:32:09 +01:00
Julien Calixte
22bc33beda add possibility to change title and target date 2023-03-17 12:26:44 +01:00
Julien Calixte
aa772c555f add style and font family 2023-03-14 17:04:50 +01:00
Julien Calixte
08a9751ed3 add minutes and query params for the home 2023-03-14 14:12:23 +01:00
Julien Calixte
5e0c953b1d add minutes to the time until.. 2023-03-14 12:12:46 +01:00
Julien Calixte
2ee8a0de47 init vue router 2023-03-14 12:01:03 +01:00
Julien Calixte
3102d6dc5e Integrate time until visually 2023-03-14 11:18:54 +01:00
Julien Calixte
8b30637066 create time until methods to know how much time it left to a certain target date 2023-03-13 17:51:59 +01:00
Julien Calixte
66cbfacd55 install vitest and luxon 2023-03-13 17:51:00 +01:00
Julien Calixte
219511e0cf initial commit 2023-02-20 22:40:34 +01:00