Commit Graph

26 Commits

Author SHA1 Message Date
d77d595370 feat: centralize all screen related callbacks in useScreen 2025-12-29 21:01:19 +01:00
9827e7f929 feat(projects): disable prev/next at edges 2025-12-18 16:33:41 +01:00
e186ac848d feat(projects): confirmation popup before opening link 2025-12-18 16:19:46 +01:00
d606dff53c feat(projects): projects scrolling animation 2025-12-17 21:34:53 +01:00
9eed7fe3e6 fix(projects): block interactions during animation 2025-12-17 21:02:21 +01:00
4aac82a97c feat(projects): intro and outro animations 2025-12-17 20:06:46 +01:00
b85899617b feat(assets): new assets loading system (currently only for images) 2025-12-17 12:28:48 +01:00
05398d5252 feat(projects): animate buttons on click 2025-12-16 12:17:49 +01:00
a65ba42f06 feat(nds): use custom NDS_ keys in events 2025-12-15 11:53:20 +01:00
3b34961f0d feat: display projects as pokemons in pokemon platinum 2025-12-11 17:16:00 +01:00
8dcc3c660d feat(projects): add project scope 2025-11-27 22:49:43 +01:00
da516c6e55 refactor(projects): load previews directly 2025-11-27 19:38:42 +01:00
58a8c3e32e feat(projects): add technology badges on the previews 2025-11-27 18:37:59 +01:00
986ec216ac feat(projects): synchronize previews with thumbnails scrolling 2025-11-23 15:04:50 +01:00
3323022a3b refactor(projects): use store.loading instead of async component 2025-11-23 13:32:28 +01:00
b7843f8586 feat(projects): load preview image in component instead of doing it in the store 2025-11-23 13:28:59 +01:00
eda85b7435 feat: useMouseWheel -> useScreenMouseWheel 2025-11-21 21:01:46 +01:00
02ee08b4b0 feat(projects): render preview in top screen, also prepare for markdown rendering 2025-11-20 23:57:10 +01:00
a664b2660e feat(projects): load projects from content/ 2025-11-19 12:48:45 +01:00
23a395a9ed feat(projects): projects scrolling using mouse wheel 2025-11-19 01:30:08 +01:00
adde290312 feat(assets): convert png -> webp 2025-11-19 01:13:53 +01:00
8945745bc8 feat(projects): click based navigation 2025-11-19 00:44:18 +01:00
05c89563cb feat(projects): visit projects 2025-11-19 00:28:45 +01:00
694b64f0dd feat: use useImages composable instead of <img> + useTemplateRef 2025-11-18 21:12:00 +01:00
6e510890ec feat(projects): move data to store and render thumbnails 2025-11-18 19:48:44 +01:00
8b492e1392 feat(projects): scrolling projects 2025-11-18 14:56:28 +01:00