Commit graph

204 commits

Author SHA1 Message Date
19472cda14 feat: add trait-card component 2025-06-28 18:48:25 +02:00
eae81d6528 fix: 💄 limit max page content width 2025-06-28 18:48:06 +02:00
6e77bf539b feat: make slider nav optional 2025-06-28 18:47:32 +02:00
f5d526d79b refactor: ♻️ update naming of variables, classes and attributes 2025-06-28 18:46:44 +02:00
b85675eb45 refactor: 🚚 rename gallery to slider
It will do more than just slide images
2025-06-28 18:29:01 +02:00
f5f7cf5d94 refactor: ♻️ clean up transitions, reduce unnecessary clutter
Using @starting-style allows to proper transitions on dialog element. Also turns out the use of pseudo elements was unnecessary.
2025-06-28 02:09:37 +02:00
3e7d50dc1b fix: 🐛 scroll locking not always working correctly 2025-06-27 23:23:16 +02:00
9552e4713f feat: add OpenGraph and Twitter Card metadata and image generation 2025-06-27 19:58:14 +02:00
fcb4b092db feat: 💬 minor text adjustments 2025-06-27 00:19:15 +02:00
504d0cdc1e feat: pass down util function to template 2025-06-27 00:18:36 +02:00
c9597353a1 fix: 🐛 menu icon missing on mobile 2025-06-26 23:55:07 +02:00
170ba39981 fix: 💄 prevent pre-mature text wrap 2025-06-26 23:43:25 +02:00
b5814108c8 feat: show dynamic page title 2025-06-26 23:10:48 +02:00
33e603cf05 docs: 📝 add README 2025-06-26 20:23:47 +02:00
54882773a2 fix: 💄 border-radius affects svg icon 2025-06-26 20:17:23 +02:00
dc62b893b5 fix: 🩹 remove superfluous elements 2025-06-26 20:08:49 +02:00
d7d00046b1 refactor: ♻️ restructure character data files, move shared functionality into library 2025-06-26 20:08:49 +02:00
23c06bcd3a fix: 🐛 add transform so prevent generation of invalid markup
Occasionally, WebC components in Markdown cause unintended paragraph tags to appear in places which produce invalid markup and break styling
2025-06-26 20:08:24 +02:00
db8cf3f93c refactor: ♻️ use SVG sprite instead of individual SVGs
This prevents 11ty with WebC/Markdown to produce excessive newlines in output markup
2025-06-26 16:03:51 +02:00
779e7f92a3 refactor: ♻️ make ability component standalone
This allows to move things that are actually content out of the character data file into page content files
2025-06-26 15:19:01 +02:00
0b9a604b92 refactor: ♻️ move gallery data out of content pages and into json data file 2025-06-24 17:43:38 +02:00
9477160d92 feat: add description for viktor 2025-06-23 20:39:44 +02:00
841c76c13a feat: add hobbies to sebin index page 2025-06-23 19:18:15 +02:00
2ac721058f chore: 🚚 use iconify identifiers for icon names
This allows to distinguish icons from different packs and allows VS Code extensions to display the icon in the code editor
2025-06-23 19:10:55 +02:00
166df1cff1 fix: 🐛 remove duplicate icon in set 2025-06-23 18:52:18 +02:00
e42c36756a feat: 🍱 update assets for viktor 2025-06-22 02:57:50 +02:00
38a9c19699 feat: 🩹 add balanced text wrapping to popup modal message text 2025-06-22 02:57:13 +02:00
bf7f80f83f feat: add nsfw barrier to images that have nsfw variant 2025-06-22 02:56:33 +02:00
167f86922f feat: switch button label between view modes 2025-06-22 02:55:50 +02:00
26977635bd feat: 💬 update popup modal text 2025-06-22 02:55:07 +02:00
cbcac29561 fix: 🐛 popup modal does not trigger when more than one button on page 2025-06-22 01:45:07 +02:00
1e3566bd95 fix: 💄 set popup modal button text color correctly 2025-06-21 17:53:23 +02:00
48e9914215 build: 📦 update packages 2025-06-20 22:45:20 +02:00
7280829591 feat: add nsfw barrier component 2025-06-20 22:44:59 +02:00
76473e5a78 fix: 🍱 update clothing ref image
Major historical events attach connotations to wearing the scarf that the owner does not share
2025-06-20 21:36:24 +02:00
251560baf1 feat: 🍱 add nsfw ref images 2025-06-20 21:32:15 +02:00
05bae8229f refactor: ♻️ modularize button gradients
This allows for more flexibility when recoloring buttons
2025-06-20 21:30:26 +02:00
5a3b2ac3d4 fix: 🐛 calculate quick info gradient from base color 2025-06-20 21:21:38 +02:00
45337e216b feat: add image switching 2025-06-20 17:17:42 +02:00
fa19ee5e91 refactor: ♻️ use custom property for gradient direction 2025-06-20 15:08:46 +02:00
788dc36364 feat: 💄 update button styles of filter list
Harmonize filter list button styles with rest of the page
2025-06-20 14:49:34 +02:00
3a52d4a004 feat: add popup modal component 2025-06-20 14:46:04 +02:00
bf29aa9bd7 feat: add button component 2025-06-20 14:03:38 +02:00
e8f7d61ed0 feat: add wrapper around sessionStorage API
The native 'storage' event does not fire on the same browsing context if a change to the store happens, so wrapping the sessionStorage API is necessary to work around this limitation
2025-06-20 14:01:48 +02:00
Sebin Nyshkim
031d698949 build: 🔧 use incremental mode when serving locally 2025-06-10 17:21:17 +02:00
Sebin Nyshkim
ae5c391d4b build: 📦 update to eleventy v3.1.0 2025-06-10 17:21:17 +02:00
c40d7d1ec8 refactor: ♻️ clean up gallery code
- cast images collection to array for clarity in galleryObserver
- shorten debounce function
- do not destructure track object for isAtEnd (no space savings or readability improvements)
- remove unused argument in updateActiveStates
- call functions directly during page initialization
2025-06-10 17:14:54 +02:00
778e206f9a fix: 🩹 do not add attributes to parent component that do not belong there 2025-06-10 16:58:09 +02:00
Sebin Nyshkim
9d9e00c560 feat: add filter list component 2025-05-02 16:50:24 +02:00
Sebin Nyshkim
aa410f916a refactor: ♻️ use more of the webc feature set proper 2025-04-25 00:15:50 +02:00