@turnipxenon/pineapple 2.4.44 → 2.4.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.idea/codeStyles/Project.xml +12 -1
- package/.idea/modules.xml +1 -0
- package/.idea/workspace.xml +308 -262
- package/.svelte-kit/__package__/components/combo_box/ComboBox.svelte +11 -0
- package/.svelte-kit/__package__/components/combo_box/ComboBox.svelte.d.ts +18 -0
- package/.svelte-kit/__package__/components/combo_box/ComboBoxWithButton.svelte +15 -0
- package/.svelte-kit/__package__/components/combo_box/ComboBoxWithButton.svelte.d.ts +19 -0
- package/.svelte-kit/__package__/components/combo_box/combo-box.postcss +22 -0
- package/.svelte-kit/__package__/index.d.ts +1 -1
- package/.svelte-kit/__package__/index.js +1 -1
- package/.svelte-kit/__package__/template/seaweed/RunChaos.d.ts +1 -0
- package/.svelte-kit/__package__/template/seaweed/RunChaos.js +41 -0
- package/.svelte-kit/__package__/template/{Seaweed → seaweed}/SeaweedTemplate.svelte +113 -97
- package/.svelte-kit/__package__/template/{Seaweed → seaweed}/SeaweedTemplate.svelte.d.ts +3 -0
- package/.svelte-kit/__package__/template/seaweed/SeaweedTemplateData.d.ts +23 -0
- package/.svelte-kit/__package__/template/seaweed/SeaweedTemplateData.js +68 -0
- package/.svelte-kit/__package__/template/seaweed/entries/ChefWings.svelte +47 -0
- package/.svelte-kit/__package__/template/seaweed/entries/ChefWings.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/CustomizedYarnspinner.svelte +32 -0
- package/.svelte-kit/__package__/template/seaweed/entries/CustomizedYarnspinner.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/DecentralizedSocialMedia.svelte +52 -0
- package/.svelte-kit/__package__/template/seaweed/entries/DecentralizedSocialMedia.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/EntryProps.d.ts +11 -0
- package/.svelte-kit/__package__/template/seaweed/entries/EntryProps.js +5 -0
- package/.svelte-kit/__package__/template/seaweed/entries/FullStackC.svelte +33 -0
- package/.svelte-kit/__package__/template/seaweed/entries/FullStackC.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Hepcat.svelte +55 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Hepcat.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/ItchPromo.svelte +21 -0
- package/.svelte-kit/__package__/template/seaweed/entries/ItchPromo.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/MigranteAlberta.svelte +54 -0
- package/.svelte-kit/__package__/template/seaweed/entries/MigranteAlberta.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/MockUberApp.svelte +38 -0
- package/.svelte-kit/__package__/template/seaweed/entries/MockUberApp.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Pengi.svelte +49 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Pengi.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Soulwork.svelte +46 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Soulwork.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/ThisWebpage.svelte +45 -0
- package/.svelte-kit/__package__/template/seaweed/entries/ThisWebpage.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Workset.svelte +48 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Workset.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entry_order_config/EntryOrderConfig.d.ts +1 -0
- package/.svelte-kit/__package__/template/seaweed/entry_order_config/EntryOrderConfig.js +3 -0
- package/.svelte-kit/__package__/template/seaweed/entry_order_config/EntryOrderConfig.svelte +209 -0
- package/.svelte-kit/__package__/template/seaweed/entry_order_config/EntryOrderConfig.svelte.d.ts +19 -0
- package/.svelte-kit/adapter-node/.vite/manifest.json +612 -0
- package/.svelte-kit/{output/client/_app/immutable/assets/store.y2fRW0z7.css → adapter-node/_app/immutable/assets/Card.BAkK2DAr.css} +1 -1
- package/.svelte-kit/adapter-node/_app/immutable/assets/NavigationComponent.DAojhPuD.css +1 -0
- package/.svelte-kit/adapter-node/_app/immutable/assets/PineappleBaseLayout.syfctdq0.css +1 -0
- package/.svelte-kit/adapter-node/_app/immutable/assets/ProgressBar.Cirlo5Z8.css +1 -0
- package/.svelte-kit/adapter-node/_app/immutable/assets/SeaweedTemplate.CVXyf0f_.css +1 -0
- package/.svelte-kit/adapter-node/_app/immutable/assets/_layout.h2ESO4YN.css +10 -0
- package/.svelte-kit/adapter-node/_app/immutable/assets/_page.BIMIBpeM.css +1 -0
- package/.svelte-kit/adapter-node/_app/immutable/assets/_page.ClTmhFiH.css +1 -0
- package/.svelte-kit/adapter-node/chunks/Card.js +37 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/DialogManagerStore.js +159 -16
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/ProgressBar.svelte_svelte_type_style_lang.js +1 -1
- package/.svelte-kit/adapter-node/chunks/SeaweedTemplate.js +1094 -0
- package/.svelte-kit/adapter-node/chunks/SlideToggle.js +84 -0
- package/.svelte-kit/adapter-node/chunks/_page.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page2.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page3.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page4.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page5.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page6.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page7.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page8.js +4 -0
- package/.svelte-kit/adapter-node/chunks/client.js +12 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/index.js +1 -1
- package/.svelte-kit/adapter-node/chunks/index2.js +100 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server/chunks/index2.js → .svelte-kit/adapter-node/chunks/index3.js} +2 -37
- package/.svelte-kit/adapter-node/chunks/index4.js +12 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/internal.js +1 -1
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/ssr.js +28 -14
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/store.js +19 -51
- package/.svelte-kit/adapter-node/chunks/stores.js +5 -0
- package/.svelte-kit/adapter-node/chunks/stores2.js +26 -0
- package/.svelte-kit/adapter-node/chunks/stores3.js +38 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/_layout.svelte.js +292 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/_page.svelte.js +23 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page1/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page2/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page5/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page6/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page7/(test_layout)/page8/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page7/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page4/_page.svelte.js +18 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(pineapple)/_page.svelte.js +332 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(pineapple)/_page.ts.js +9 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server/entries/pages → .svelte-kit/adapter-node/entries/pages/(seaweed)}/_layout.svelte.js +5 -98
- package/.svelte-kit/adapter-node/entries/pages/(seaweed)/portfolio/_page.svelte.js +8 -0
- package/.svelte-kit/adapter-node/entries/pages/(seaweed)/portfolio/_page.ts.js +9 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server/entries/pages → .svelte-kit/adapter-node/entries/pages/(seaweed)}/portfolio/actual/_page.svelte.js +4 -4
- package/.svelte-kit/adapter-node/entries/pages/(seaweed)/portfolio/actual/_page.ts.js +9 -0
- package/.svelte-kit/adapter-node/entries/pages/_layout.svelte.js +58 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/index.js +1 -1
- package/.svelte-kit/adapter-node/internal.js +13 -0
- package/.svelte-kit/adapter-node/manifest-full.js +125 -0
- package/.svelte-kit/adapter-node/manifest.js +121 -0
- package/.svelte-kit/adapter-node/nodes/0.js +8 -0
- package/.svelte-kit/adapter-node/nodes/1.js +8 -0
- package/.svelte-kit/adapter-node/nodes/10.js +8 -0
- package/.svelte-kit/adapter-node/nodes/11.js +8 -0
- package/.svelte-kit/adapter-node/nodes/12.js +8 -0
- package/.svelte-kit/adapter-node/nodes/13.js +10 -0
- package/.svelte-kit/adapter-node/nodes/14.js +13 -0
- package/.svelte-kit/adapter-node/nodes/15.js +10 -0
- package/.svelte-kit/adapter-node/nodes/2.js +8 -0
- package/.svelte-kit/adapter-node/nodes/3.js +8 -0
- package/.svelte-kit/adapter-node/nodes/4.js +8 -0
- package/.svelte-kit/adapter-node/nodes/5.js +8 -0
- package/.svelte-kit/adapter-node/nodes/6.js +8 -0
- package/.svelte-kit/adapter-node/nodes/7.js +8 -0
- package/.svelte-kit/adapter-node/nodes/8.js +8 -0
- package/.svelte-kit/adapter-node/nodes/9.js +8 -0
- package/.svelte-kit/ambient.d.ts +4 -4
- package/.svelte-kit/azure-tmp/api/host.json +7 -0
- package/.svelte-kit/azure-tmp/api/local.settings.json +6 -0
- package/.svelte-kit/azure-tmp/api/package.json +1 -0
- package/.svelte-kit/azure-tmp/entry.d.ts +8 -0
- package/.svelte-kit/azure-tmp/entry.js +103 -0
- package/.svelte-kit/azure-tmp/headers.js +67 -0
- package/.svelte-kit/azure-tmp/manifest.js +117 -0
- package/.svelte-kit/generated/client-optimized/app.js +22 -5
- package/.svelte-kit/generated/client-optimized/nodes/10.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/11.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/12.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/13.js +3 -0
- package/.svelte-kit/generated/client-optimized/nodes/14.js +3 -0
- package/.svelte-kit/generated/client-optimized/nodes/15.js +3 -0
- package/.svelte-kit/generated/client-optimized/nodes/2.js +1 -1
- package/.svelte-kit/generated/client-optimized/nodes/3.js +1 -1
- package/.svelte-kit/generated/client-optimized/nodes/4.js +1 -1
- package/.svelte-kit/generated/client-optimized/nodes/5.js +1 -1
- package/.svelte-kit/generated/client-optimized/nodes/6.js +1 -1
- package/.svelte-kit/generated/client-optimized/nodes/7.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/8.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/9.js +1 -0
- package/.svelte-kit/generated/server/internal.js +1 -1
- package/.svelte-kit/output/client/.vite/manifest.json +452 -124
- package/.svelte-kit/output/client/_app/immutable/assets/0.vT28YyQg.css +10 -0
- package/.svelte-kit/output/client/_app/immutable/assets/13.BIMIBpeM.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/assets/4.ClTmhFiH.css +1 -0
- package/.svelte-kit/output/{server/_app/immutable/assets/store.y2fRW0z7.css → client/_app/immutable/assets/Card.BAkK2DAr.css} +1 -1
- package/.svelte-kit/output/client/_app/immutable/assets/NavigationComponent.DAojhPuD.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/assets/PineappleBaseLayout.syfctdq0.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/assets/SeaweedTemplate.CVXyf0f_.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/assets/_layout.h2ESO4YN.css +10 -0
- package/.svelte-kit/output/client/_app/immutable/assets/_page.BIMIBpeM.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/assets/_page.ClTmhFiH.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/Card.DH87RA66.js +5 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/DialogManagerStore.p-R7jA3N.js +7 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/{ProgressBar.svelte_svelte_type_style_lang.sh-s555A.js → ProgressBar.svelte_svelte_type_style_lang.DiY8SXB3.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/SeaweedTemplate.DeqnsKrn.js +1064 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/SlideToggle.DGF7DQhk.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/Toast.Dil_rTuG.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.BCsXwAds.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.CER3LJw4.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.CJqYI1vC.js +7 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.CRke_Vt-.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.CdlE3ZqM.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.D8F_fKwN.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.DOjmKWLN.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.UybeXHGE.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/each.D6YF6ztN.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/entry.DIDAHtmj.js +3 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/index.BwUaF0YV.js +6 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/index.CWCbcDVt.js +4 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/index.DbwYs1Xx.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/{index.DM9YwQfI.js → index.HfS4ysOO.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/index.TTW-3Z8m.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/preload-helper.BQ24v_F8.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/scheduler.LgnVA12N.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/spread.CgU5AtxT.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/store.BMp6_Mv-.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/stores.C1y1vsDB.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/stores.CTStYDmk.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/stores.CmlHsN0j.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/transitions.FXurGCgU.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/util.CpV-3U2s.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/entry/app.DBmRlvle.js +7 -0
- package/.svelte-kit/output/client/_app/immutable/entry/start.DsC5h-eu.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/0.DSodj2wf.js +2 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/{1.D3OJXEpT.js → 1.BRjT3J9Z.js} +2 -2
- package/.svelte-kit/output/client/_app/immutable/nodes/10.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/11.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/12.BYSc8zlB.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/13.BlqYNJ3t.js +61 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/14.CVCdnjGH.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/15.BzziCvFz.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/2.Ug_nHwAt.js +5 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/3.baFnd1R-.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/4.BVz7IBBS.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/5.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/6.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/7.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/8.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/9.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/version.json +1 -1
- package/.svelte-kit/output/client/robots.txt +5 -5
- package/.svelte-kit/output/prerendered/dependencies/portfolio/__data.json +1 -1
- package/.svelte-kit/output/prerendered/pages/portfolio.html +146 -132
- package/.svelte-kit/output/server/.vite/manifest.json +354 -66
- package/{.vercel/output/static/_app/immutable/assets/store.y2fRW0z7.css → .svelte-kit/output/server/_app/immutable/assets/Card.BAkK2DAr.css} +1 -1
- package/.svelte-kit/output/server/_app/immutable/assets/NavigationComponent.DAojhPuD.css +1 -0
- package/.svelte-kit/output/server/_app/immutable/assets/PineappleBaseLayout.syfctdq0.css +1 -0
- package/.svelte-kit/output/server/_app/immutable/assets/SeaweedTemplate.CVXyf0f_.css +1 -0
- package/.svelte-kit/output/server/_app/immutable/assets/_layout.h2ESO4YN.css +10 -0
- package/.svelte-kit/output/server/_app/immutable/assets/_page.BIMIBpeM.css +1 -0
- package/.svelte-kit/output/server/_app/immutable/assets/_page.ClTmhFiH.css +1 -0
- package/.svelte-kit/output/server/chunks/Card.js +37 -0
- package/.svelte-kit/output/server/chunks/DialogManagerStore.js +159 -16
- package/.svelte-kit/output/server/chunks/ProgressBar.svelte_svelte_type_style_lang.js +1 -1
- package/.svelte-kit/output/server/chunks/SeaweedTemplate.js +730 -229
- package/.svelte-kit/output/server/chunks/SlideToggle.js +84 -0
- package/.svelte-kit/output/server/chunks/_page.js +4 -0
- package/.svelte-kit/output/server/chunks/_page2.js +4 -0
- package/.svelte-kit/output/server/chunks/_page3.js +4 -0
- package/.svelte-kit/output/server/chunks/_page4.js +4 -0
- package/.svelte-kit/output/server/chunks/_page5.js +4 -0
- package/.svelte-kit/output/server/chunks/_page6.js +4 -0
- package/.svelte-kit/output/server/chunks/_page7.js +4 -0
- package/.svelte-kit/output/server/chunks/_page8.js +4 -0
- package/.svelte-kit/output/server/chunks/client.js +12 -0
- package/.svelte-kit/output/server/chunks/index.js +1 -1
- package/.svelte-kit/output/server/chunks/index2.js +85 -68
- package/.svelte-kit/output/server/chunks/index3.js +45 -4
- package/.svelte-kit/output/server/chunks/index4.js +12 -0
- package/.svelte-kit/output/server/chunks/internal.js +1 -1
- package/.svelte-kit/output/server/chunks/ssr.js +28 -14
- package/.svelte-kit/output/server/chunks/store.js +19 -51
- package/.svelte-kit/output/server/chunks/stores.js +5 -0
- package/.svelte-kit/output/server/chunks/stores2.js +26 -0
- package/.svelte-kit/output/server/chunks/stores3.js +38 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/_layout.svelte.js +292 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/_page.svelte.js +23 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page1/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page2/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page5/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page6/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page7/(test_layout)/page8/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page7/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page4/_page.svelte.js +18 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(pineapple)/_page.svelte.js +332 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(pineapple)/_page.ts.js +9 -0
- package/.svelte-kit/output/server/entries/pages/(seaweed)/_layout.svelte.js +186 -0
- package/.svelte-kit/output/server/entries/pages/(seaweed)/portfolio/_page.server.ts.js +8 -0
- package/.svelte-kit/output/server/entries/pages/(seaweed)/portfolio/_page.svelte.js +8 -0
- package/.svelte-kit/output/server/entries/pages/(seaweed)/portfolio/_page.ts.js +9 -0
- package/.svelte-kit/output/server/entries/pages/{portfolio → (seaweed)/portfolio}/actual/_page.svelte.js +4 -4
- package/.svelte-kit/output/server/entries/pages/(seaweed)/portfolio/actual/_page.ts.js +9 -0
- package/.svelte-kit/output/server/entries/pages/_layout.svelte.js +49 -270
- package/.svelte-kit/output/server/index.js +1 -1
- package/.svelte-kit/output/server/manifest-full.js +77 -12
- package/.svelte-kit/output/server/manifest.js +75 -10
- package/.svelte-kit/output/server/nodes/0.js +2 -2
- package/.svelte-kit/output/server/nodes/1.js +1 -1
- package/.svelte-kit/output/server/nodes/10.js +8 -0
- package/.svelte-kit/output/server/nodes/11.js +8 -0
- package/.svelte-kit/output/server/nodes/12.js +8 -0
- package/.svelte-kit/output/server/nodes/13.js +10 -0
- package/.svelte-kit/output/server/nodes/14.js +13 -0
- package/.svelte-kit/output/server/nodes/15.js +10 -0
- package/.svelte-kit/output/server/nodes/2.js +3 -3
- package/.svelte-kit/output/server/nodes/3.js +3 -3
- package/.svelte-kit/output/server/nodes/4.js +3 -3
- package/.svelte-kit/output/server/nodes/5.js +4 -6
- package/.svelte-kit/output/server/nodes/6.js +3 -3
- package/.svelte-kit/output/server/nodes/7.js +8 -0
- package/.svelte-kit/output/server/nodes/8.js +8 -0
- package/.svelte-kit/output/server/nodes/9.js +8 -0
- package/build/server/host.json +7 -0
- package/build/server/local.settings.json +6 -0
- package/build/server/package-lock.json +6 -0
- package/build/server/package.json +1 -0
- package/build/server/sk_render/function.json +17 -0
- package/build/server/sk_render/index.js +11489 -0
- package/build/server/sk_render/index.js.map +7 -0
- package/build/static/_app/immutable/assets/0.vT28YyQg.css +10 -0
- package/build/static/_app/immutable/assets/13.BIMIBpeM.css +1 -0
- package/build/static/_app/immutable/assets/4.ClTmhFiH.css +1 -0
- package/build/static/_app/immutable/assets/Card.BAkK2DAr.css +1 -0
- package/build/static/_app/immutable/assets/NavigationComponent.DAojhPuD.css +1 -0
- package/build/static/_app/immutable/assets/PineappleBaseLayout.syfctdq0.css +1 -0
- package/build/static/_app/immutable/assets/ProgressBar.Cirlo5Z8.css +1 -0
- package/build/static/_app/immutable/assets/SeaweedTemplate.CVXyf0f_.css +1 -0
- package/build/static/_app/immutable/assets/_layout.h2ESO4YN.css +10 -0
- package/build/static/_app/immutable/assets/_page.BIMIBpeM.css +1 -0
- package/build/static/_app/immutable/assets/_page.ClTmhFiH.css +1 -0
- package/build/static/_app/immutable/assets/ares_blushing.B6Q0SsBp.webp +0 -0
- package/build/static/_app/immutable/assets/ares_disappointed.LOpkh7Q7.webp +0 -0
- package/build/static/_app/immutable/assets/ares_happy.Cz9WhdwO.webp +0 -0
- package/build/static/_app/immutable/assets/ares_lets_go.BxjJjKUv.webp +0 -0
- package/build/static/_app/immutable/assets/ares_logo.C_a3ZQAP.webp +0 -0
- package/build/static/_app/immutable/assets/ares_mad.DofDLDmM.webp +0 -0
- package/build/static/_app/immutable/assets/ares_neutral.Hp923t8N.webp +0 -0
- package/build/static/_app/immutable/assets/ares_slightly_mad.DdwOp6J5.webp +0 -0
- package/build/static/_app/immutable/assets/ares_surprised.BxbNH_w8.webp +0 -0
- package/build/static/_app/immutable/assets/ares_yay.EM2SNr0e.webp +0 -0
- package/build/static/_app/immutable/assets/bg_tiled_ares.DTcFskeK.png +0 -0
- package/build/static/_app/immutable/assets/bg_tiled_corn.D22ZwTZ0.png +0 -0
- package/build/static/_app/immutable/assets/bg_tiled_pineapple.D28N65_A.png +0 -0
- package/build/static/_app/immutable/assets/bg_tiled_reinhard.D22NV0xw.png +0 -0
- package/build/static/_app/immutable/assets/bg_tiled_tomato.O9Z7_E07.png +0 -0
- package/build/static/_app/immutable/assets/bg_tiled_turnip.DMU0uHH4.png +0 -0
- package/build/static/_app/immutable/assets/footage-chef-wings.dVBm8Uit.gif +0 -0
- package/build/static/_app/immutable/assets/header-hep-cat.DcyPS3Oy.mp4 +0 -0
- package/build/static/_app/immutable/assets/header-pengi.DWAOeO4q.mp4 +0 -0
- package/build/static/_app/immutable/assets/header-soulwork.BQRWmhTu.mp4 +0 -0
- package/build/static/_app/immutable/assets/placeholder_circle.Ij3bN7bI.png +0 -0
- package/build/static/_app/immutable/assets/seaweed-showcase.TTVTTC5m.mp4 +0 -0
- package/build/static/_app/immutable/assets/weaver-footage.sjDEbkrX.gif +0 -0
- package/build/static/_app/immutable/assets/window-set.IpgsYUna.png +0 -0
- package/build/static/_app/immutable/chunks/Card.DH87RA66.js +5 -0
- package/build/static/_app/immutable/chunks/DialogManagerStore.p-R7jA3N.js +7 -0
- package/{.vercel/output/static/_app/immutable/chunks/ProgressBar.svelte_svelte_type_style_lang.CmgCUata.js → build/static/_app/immutable/chunks/ProgressBar.svelte_svelte_type_style_lang.DiY8SXB3.js} +1 -1
- package/build/static/_app/immutable/chunks/SeaweedTemplate.DeqnsKrn.js +1064 -0
- package/build/static/_app/immutable/chunks/SlideToggle.DGF7DQhk.js +1 -0
- package/build/static/_app/immutable/chunks/Toast.Dil_rTuG.js +1 -0
- package/build/static/_app/immutable/chunks/_page.BCsXwAds.js +8 -0
- package/build/static/_app/immutable/chunks/_page.CER3LJw4.js +8 -0
- package/build/static/_app/immutable/chunks/_page.CJqYI1vC.js +7 -0
- package/build/static/_app/immutable/chunks/_page.CRke_Vt-.js +8 -0
- package/build/static/_app/immutable/chunks/_page.CdlE3ZqM.js +8 -0
- package/build/static/_app/immutable/chunks/_page.D8F_fKwN.js +8 -0
- package/build/static/_app/immutable/chunks/_page.DOjmKWLN.js +8 -0
- package/build/static/_app/immutable/chunks/_page.UybeXHGE.js +8 -0
- package/build/static/_app/immutable/chunks/each.D6YF6ztN.js +1 -0
- package/build/static/_app/immutable/chunks/entry.DIDAHtmj.js +3 -0
- package/build/static/_app/immutable/chunks/index.BwUaF0YV.js +6 -0
- package/build/static/_app/immutable/chunks/index.CWCbcDVt.js +4 -0
- package/build/static/_app/immutable/chunks/index.DbwYs1Xx.js +1 -0
- package/{.vercel/output/static/_app/immutable/chunks/index.Duksw40K.js → build/static/_app/immutable/chunks/index.HfS4ysOO.js} +1 -1
- package/build/static/_app/immutable/chunks/index.TTW-3Z8m.js +1 -0
- package/build/static/_app/immutable/chunks/preload-helper.BQ24v_F8.js +1 -0
- package/build/static/_app/immutable/chunks/scheduler.LgnVA12N.js +1 -0
- package/build/static/_app/immutable/chunks/spread.CgU5AtxT.js +1 -0
- package/build/static/_app/immutable/chunks/store.BMp6_Mv-.js +1 -0
- package/build/static/_app/immutable/chunks/stores.C1y1vsDB.js +1 -0
- package/build/static/_app/immutable/chunks/stores.CTStYDmk.js +1 -0
- package/build/static/_app/immutable/chunks/stores.CmlHsN0j.js +1 -0
- package/build/static/_app/immutable/chunks/transitions.FXurGCgU.js +1 -0
- package/build/static/_app/immutable/chunks/util.CpV-3U2s.js +1 -0
- package/build/static/_app/immutable/entry/app.DBmRlvle.js +7 -0
- package/build/static/_app/immutable/entry/start.DsC5h-eu.js +1 -0
- package/build/static/_app/immutable/nodes/0.DSodj2wf.js +2 -0
- package/{.vercel/output/static/_app/immutable/nodes/1.I7DMxkG1.js → build/static/_app/immutable/nodes/1.BRjT3J9Z.js} +2 -2
- package/build/static/_app/immutable/nodes/10.CNjqd06K.js +1 -0
- package/build/static/_app/immutable/nodes/11.CNjqd06K.js +1 -0
- package/build/static/_app/immutable/nodes/12.BYSc8zlB.js +1 -0
- package/build/static/_app/immutable/nodes/13.BlqYNJ3t.js +61 -0
- package/build/static/_app/immutable/nodes/14.CVCdnjGH.js +1 -0
- package/build/static/_app/immutable/nodes/15.BzziCvFz.js +1 -0
- package/build/static/_app/immutable/nodes/2.Ug_nHwAt.js +5 -0
- package/build/static/_app/immutable/nodes/3.baFnd1R-.js +1 -0
- package/build/static/_app/immutable/nodes/4.BVz7IBBS.js +1 -0
- package/build/static/_app/immutable/nodes/5.CNjqd06K.js +1 -0
- package/build/static/_app/immutable/nodes/6.CNjqd06K.js +1 -0
- package/build/static/_app/immutable/nodes/7.CNjqd06K.js +1 -0
- package/build/static/_app/immutable/nodes/8.CNjqd06K.js +1 -0
- package/build/static/_app/immutable/nodes/9.CNjqd06K.js +1 -0
- package/build/static/_app/version.json +1 -0
- package/build/static/portfolio/__data.json +1 -0
- package/build/static/portfolio.html +239 -0
- package/{.vercel/output → build}/static/robots.txt +5 -5
- package/build/staticwebapp.config.json +39 -0
- package/dist/components/combo_box/ComboBox.svelte +11 -0
- package/dist/components/combo_box/ComboBox.svelte.d.ts +18 -0
- package/dist/components/combo_box/ComboBoxWithButton.svelte +15 -0
- package/dist/components/combo_box/ComboBoxWithButton.svelte.d.ts +19 -0
- package/dist/components/combo_box/combo-box.postcss +22 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/template/seaweed/RunChaos.d.ts +1 -0
- package/dist/template/seaweed/RunChaos.js +41 -0
- package/dist/template/{Seaweed → seaweed}/SeaweedTemplate.svelte +113 -97
- package/dist/template/{Seaweed → seaweed}/SeaweedTemplate.svelte.d.ts +3 -0
- package/dist/template/seaweed/SeaweedTemplateData.d.ts +23 -0
- package/dist/template/seaweed/SeaweedTemplateData.js +68 -0
- package/dist/template/seaweed/entries/ChefWings.svelte +47 -0
- package/dist/template/seaweed/entries/ChefWings.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/CustomizedYarnspinner.svelte +32 -0
- package/dist/template/seaweed/entries/CustomizedYarnspinner.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/DecentralizedSocialMedia.svelte +52 -0
- package/dist/template/seaweed/entries/DecentralizedSocialMedia.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/EntryProps.d.ts +11 -0
- package/dist/template/seaweed/entries/EntryProps.js +5 -0
- package/dist/template/seaweed/entries/FullStackC.svelte +33 -0
- package/dist/template/seaweed/entries/FullStackC.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/Hepcat.svelte +55 -0
- package/dist/template/seaweed/entries/Hepcat.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/ItchPromo.svelte +21 -0
- package/dist/template/seaweed/entries/ItchPromo.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/MigranteAlberta.svelte +54 -0
- package/dist/template/seaweed/entries/MigranteAlberta.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/MockUberApp.svelte +38 -0
- package/dist/template/seaweed/entries/MockUberApp.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/Pengi.svelte +49 -0
- package/dist/template/seaweed/entries/Pengi.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/Soulwork.svelte +46 -0
- package/dist/template/seaweed/entries/Soulwork.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/ThisWebpage.svelte +45 -0
- package/dist/template/seaweed/entries/ThisWebpage.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/Workset.svelte +48 -0
- package/dist/template/seaweed/entries/Workset.svelte.d.ts +17 -0
- package/dist/template/seaweed/entry_order_config/EntryOrderConfig.d.ts +1 -0
- package/dist/template/seaweed/entry_order_config/EntryOrderConfig.js +3 -0
- package/dist/template/seaweed/entry_order_config/EntryOrderConfig.svelte +209 -0
- package/dist/template/seaweed/entry_order_config/EntryOrderConfig.svelte.d.ts +19 -0
- package/docs/archive/MigrationToAzure.md +102 -0
- package/package.json +5 -3
- package/src/lib/components/combo_box/ComboBox.svelte +13 -0
- package/src/lib/components/combo_box/ComboBoxWithButton.svelte +18 -0
- package/src/lib/components/combo_box/combo-box.postcss +22 -0
- package/src/lib/index.ts +1 -1
- package/src/lib/template/seaweed/RunChaos.ts +44 -0
- package/src/lib/template/{Seaweed → seaweed}/SeaweedTemplate.svelte +138 -121
- package/src/lib/template/seaweed/SeaweedTemplateData.ts +93 -0
- package/src/lib/template/seaweed/entries/ChefWings.svelte +54 -0
- package/src/lib/template/seaweed/entries/CustomizedYarnspinner.svelte +34 -0
- package/src/lib/template/seaweed/entries/DecentralizedSocialMedia.svelte +54 -0
- package/src/lib/template/seaweed/entries/EntryProps.ts +13 -0
- package/src/lib/template/seaweed/entries/FullStackC.svelte +36 -0
- package/src/lib/template/seaweed/entries/Hepcat.svelte +58 -0
- package/src/lib/template/seaweed/entries/ItchPromo.svelte +23 -0
- package/src/lib/template/seaweed/entries/MigranteAlberta.svelte +62 -0
- package/src/lib/template/seaweed/entries/MockUberApp.svelte +41 -0
- package/src/lib/template/seaweed/entries/Pengi.svelte +51 -0
- package/src/lib/template/seaweed/entries/Soulwork.svelte +48 -0
- package/src/lib/template/seaweed/entries/ThisWebpage.svelte +48 -0
- package/src/lib/template/seaweed/entries/Workset.svelte +51 -0
- package/src/lib/template/seaweed/entry_order_config/EntryOrderConfig.svelte +166 -0
- package/src/lib/template/seaweed/entry_order_config/EntryOrderConfig.ts +3 -0
- package/src/routes/(seaweed)/portfolio/+page.svelte +2 -2
- package/src/routes/(seaweed)/portfolio/actual/+page.svelte +4 -1
- package/src/routes/(seaweed)/portfolio/actual/RandomComponent.svelte +7 -0
- package/svelte.config.js +1 -1
- package/yarn.lock +305 -312
- package/.svelte-kit/__package__/template/Seaweed/GameSection.svelte +0 -207
- package/.svelte-kit/__package__/template/Seaweed/GameSection.svelte.d.ts +0 -17
- package/.svelte-kit/__package__/template/Seaweed/ProjectSection.svelte +0 -289
- package/.svelte-kit/__package__/template/Seaweed/ProjectSection.svelte.d.ts +0 -17
- package/.svelte-kit/output/client/_app/immutable/assets/0.CIpy7FrR.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/assets/4.B8rxJaIe.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/assets/PineappleBaseLayout.zNkuL9Xf.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/assets/SeaweedTemplate.Dne103Fv.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/assets/_layout.h10Yaexo.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/assets/_page.B8rxJaIe.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/DialogManagerStore.CauD3dIa.js +0 -3
- package/.svelte-kit/output/client/_app/immutable/chunks/PineappleBaseLayout.DLZBJSuK.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/SeaweedTemplate.3-zGXu-z.js +0 -98
- package/.svelte-kit/output/client/_app/immutable/chunks/entry.C_e0Mj5-.js +0 -3
- package/.svelte-kit/output/client/_app/immutable/chunks/index.BgUXYai5.js +0 -4
- package/.svelte-kit/output/client/_app/immutable/chunks/index.CvmYViMX.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/public.kPGcNb8-.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/scheduler.DJdG0Qxb.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/store.DeTea_VV.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/transitions.DM45rqx4.js +0 -3
- package/.svelte-kit/output/client/_app/immutable/entry/app.CtI5urfJ.js +0 -7
- package/.svelte-kit/output/client/_app/immutable/entry/start.xt1NqQCl.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/0.5ibwyEBM.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/2.tgk_XChV.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/3.CxPwEJYT.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/4.Is9K1FIL.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/5.Bt89_iH4.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/6.BEdq2882.js +0 -1
- package/.svelte-kit/output/server/_app/immutable/assets/PineappleBaseLayout.zNkuL9Xf.css +0 -1
- package/.svelte-kit/output/server/_app/immutable/assets/SeaweedTemplate.Dne103Fv.css +0 -1
- package/.svelte-kit/output/server/_app/immutable/assets/_layout.h10Yaexo.css +0 -1
- package/.svelte-kit/output/server/_app/immutable/assets/_page.B8rxJaIe.css +0 -1
- package/.svelte-kit/output/server/chunks/PineappleBaseLayout.js +0 -94
- package/.svelte-kit/output/server/chunks/public.js +0 -4
- package/.svelte-kit/output/server/entries/pages/_page.svelte.js +0 -18
- package/.svelte-kit/output/server/entries/pages/personal/_layout.svelte.js +0 -13
- package/.svelte-kit/output/server/entries/pages/personal/_page.svelte.js +0 -13
- package/.svelte-kit/output/server/entries/pages/portfolio/_page.svelte.js +0 -12
- package/.vercel/output/config.json +0 -34
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/chunks/PineappleBaseLayout.js +0 -94
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/chunks/SeaweedTemplate.js +0 -597
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/chunks/index3.js +0 -7
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/chunks/public.js +0 -4
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/entries/pages/_page.svelte.js +0 -18
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/entries/pages/personal/_layout.svelte.js +0 -13
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/entries/pages/personal/_page.svelte.js +0 -13
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/0.js +0 -8
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/1.js +0 -8
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/2.js +0 -8
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/3.js +0 -8
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/4.js +0 -8
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/6.js +0 -8
- package/.vercel/output/functions/fn.func/.svelte-kit/vercel-tmp/index.js +0 -46
- package/.vercel/output/functions/fn.func/.svelte-kit/vercel-tmp/manifest.js +0 -52
- package/.vercel/output/functions/fn.func/.vc-config.json +0 -6
- package/.vercel/output/functions/fn.func/package.json +0 -1
- package/.vercel/output/static/_app/immutable/assets/4.B8rxJaIe.css +0 -1
- package/.vercel/output/static/_app/immutable/assets/PineappleBaseLayout.zNkuL9Xf.css +0 -1
- package/.vercel/output/static/_app/immutable/assets/ProgressBar.CaHExdkQ.css +0 -1
- package/.vercel/output/static/_app/immutable/assets/ProgressBar.DmpmGWm6.css +0 -1
- package/.vercel/output/static/_app/immutable/assets/SeaweedTemplate.CjiLUExY.css +0 -1
- package/.vercel/output/static/_app/immutable/assets/_layout.B_SY1GJM.css +0 -0
- package/.vercel/output/static/_app/immutable/assets/_page.B8rxJaIe.css +0 -1
- package/.vercel/output/static/_app/immutable/chunks/DialogManagerStore.CGTbGbVf.js +0 -3
- package/.vercel/output/static/_app/immutable/chunks/PineappleBaseLayout.Juc0v1b7.js +0 -1
- package/.vercel/output/static/_app/immutable/chunks/SeaweedTemplate.DS-Z3LcL.js +0 -98
- package/.vercel/output/static/_app/immutable/chunks/entry.BViziCKK.js +0 -3
- package/.vercel/output/static/_app/immutable/chunks/index.CvmYViMX.js +0 -1
- package/.vercel/output/static/_app/immutable/chunks/index.DcUpu3_h.js +0 -4
- package/.vercel/output/static/_app/immutable/chunks/public.kPGcNb8-.js +0 -1
- package/.vercel/output/static/_app/immutable/chunks/scheduler.DXwjFp5a.js +0 -1
- package/.vercel/output/static/_app/immutable/chunks/store.D47Cl8J0.js +0 -1
- package/.vercel/output/static/_app/immutable/chunks/transitions.BzalH0R-.js +0 -3
- package/.vercel/output/static/_app/immutable/entry/app.hYBk6umV.js +0 -7
- package/.vercel/output/static/_app/immutable/entry/start.bPtW9zOj.js +0 -1
- package/.vercel/output/static/_app/immutable/nodes/0.Dp97myFE.js +0 -1
- package/.vercel/output/static/_app/immutable/nodes/2.C7G9m2NJ.js +0 -1
- package/.vercel/output/static/_app/immutable/nodes/3.D9NOS4Wy.js +0 -1
- package/.vercel/output/static/_app/immutable/nodes/4.C0MZnSyC.js +0 -1
- package/.vercel/output/static/_app/immutable/nodes/5.ARW_iEad.js +0 -1
- package/.vercel/output/static/_app/immutable/nodes/6.CJVGAs6D.js +0 -1
- package/.vercel/output/static/_app/version.json +0 -1
- package/.vercel/output/static/portfolio/__data.json +0 -1
- package/.vercel/output/static/portfolio.html +0 -225
- package/dist/template/Seaweed/GameSection.svelte +0 -207
- package/dist/template/Seaweed/GameSection.svelte.d.ts +0 -17
- package/dist/template/Seaweed/ProjectSection.svelte +0 -289
- package/dist/template/Seaweed/ProjectSection.svelte.d.ts +0 -17
- package/src/lib/template/Seaweed/GameSection.svelte +0 -213
- package/src/lib/template/Seaweed/ProjectSection.svelte +0 -298
- /package/.svelte-kit/__package__/template/{Seaweed → seaweed}/seaweed.postcss +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_blushing.B6Q0SsBp.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_disappointed.LOpkh7Q7.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_happy.Cz9WhdwO.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_lets_go.BxjJjKUv.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_logo.C_a3ZQAP.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_mad.DofDLDmM.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_neutral.Hp923t8N.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_slightly_mad.DdwOp6J5.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_surprised.BxbNH_w8.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_yay.EM2SNr0e.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_ares.DTcFskeK.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_corn.D22ZwTZ0.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_pineapple.D28N65_A.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_reinhard.D22NV0xw.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_tomato.O9Z7_E07.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_turnip.DMU0uHH4.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/footage-chef-wings.dVBm8Uit.gif +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/header-hep-cat.DcyPS3Oy.mp4 +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/header-pengi.DWAOeO4q.mp4 +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/header-soulwork.BQRWmhTu.mp4 +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/placeholder_circle.Ij3bN7bI.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/seaweed-showcase.TTVTTC5m.mp4 +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/weaver-footage.sjDEbkrX.gif +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/window-set.IpgsYUna.png +0 -0
- /package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/exports.js +0 -0
- /package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/prod-ssr.js +0 -0
- /package/.svelte-kit/{output/server/entries/pages → adapter-node/entries/pages/(seaweed)}/portfolio/_page.server.ts.js +0 -0
- /package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/entries/pages/_error.svelte.js +0 -0
- /package/{.vercel/output → build}/static/default-card.png +0 -0
- /package/{.vercel/output → build}/static/favicon.png +0 -0
- /package/{.vercel/output/static/_app/immutable/assets/0.B_SY1GJM.css → build/static/index.html} +0 -0
- /package/dist/template/{Seaweed → seaweed}/seaweed.postcss +0 -0
- /package/src/lib/template/{Seaweed → seaweed}/seaweed.postcss +0 -0
|
@@ -1,52 +1,68 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export let email = "turnipxenon@gmail.com";
|
|
5
|
-
export let linkedinSlug = "turnip-xenon";
|
|
6
|
-
export let domain = "http://localhost:5173/portfolio/actual/";
|
|
7
|
-
|
|
2
|
+
import EntryOrderConfig from "$pkg/template/seaweed/entry_order_config/EntryOrderConfig.svelte";
|
|
3
|
+
import { runChaos } from "$pkg/template/seaweed/RunChaos";
|
|
8
4
|
import SocialSection from "$pkg/components/SocialSection.svelte";
|
|
9
5
|
import "./seaweed.postcss";
|
|
10
6
|
import SeaweedBaseLayout from "$pkg/components/layouts/SeaweedBaseLayout.svelte";
|
|
11
7
|
import { Accordion, AccordionItem, CodeBlock, SlideToggle } from "@skeletonlabs/skeleton";
|
|
12
8
|
import { page } from "$app/stores";
|
|
13
9
|
import Card from "$pkg/components/Card.svelte";
|
|
14
|
-
import { onMount } from "svelte";
|
|
10
|
+
import { type ComponentType, onMount } from "svelte";
|
|
15
11
|
import ElementVisbilityDetector from "$pkg/components/ElementVisbilityDetector.svelte";
|
|
16
|
-
import
|
|
17
|
-
import
|
|
12
|
+
import selfContent from "./SeaweedTemplate.svelte?raw";
|
|
13
|
+
import {
|
|
14
|
+
type EntryGroup,
|
|
15
|
+
GetEntryFromGlobal,
|
|
16
|
+
type SeaweedTemplateData,
|
|
17
|
+
seaweedTemplateData
|
|
18
|
+
} from "./SeaweedTemplateData";
|
|
19
|
+
import type { EntryProps } from "$pkg/template/seaweed/entries/EntryProps";
|
|
20
|
+
import type { RawGlob } from "$pkg/util/util";
|
|
21
|
+
|
|
22
|
+
export let letChaos = true;
|
|
23
|
+
export let name = "Turnip";
|
|
24
|
+
export let email = "turnipxenon@gmail.com";
|
|
25
|
+
export let linkedinSlug = "turnip-xenon";
|
|
26
|
+
export let domain = "http://localhost:5173/portfolio/actual/";
|
|
27
|
+
export let serverSideQueryParams = "";
|
|
28
|
+
export let extraComponent: ComponentType | undefined = undefined;
|
|
29
|
+
|
|
30
|
+
// region query params
|
|
31
|
+
const entryProps: EntryProps = {
|
|
32
|
+
email
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
const entryList = import.meta.glob("./entries/*.svelte", { query: "?raw", eager: true });
|
|
36
|
+
const paramQTSet = new Set<string>();
|
|
18
37
|
|
|
19
38
|
let isVisible = true;
|
|
20
39
|
let isAdvanceSettingOn = false;
|
|
21
|
-
let shouldAddFunNote = false;
|
|
22
|
-
|
|
23
40
|
$: isSocialsGone = !isVisible;
|
|
24
41
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
import projectContent from "./ProjectSection.svelte?raw";
|
|
28
|
-
import selfContent from "./SeaweedTemplate.svelte?raw";
|
|
42
|
+
let qtfontWeight = "normal";
|
|
43
|
+
let additionalFontWeight = "";
|
|
29
44
|
|
|
30
|
-
let
|
|
31
|
-
|
|
45
|
+
let chaosDone = false;
|
|
46
|
+
let mainVisibility = "visible";
|
|
47
|
+
$: mainVisibility = letChaos && !chaosDone ? "hidden" : "visible";
|
|
32
48
|
|
|
33
49
|
const syncQT = () => {
|
|
34
|
-
if (
|
|
50
|
+
if (seaweedTemplateData.queryTermMap.size === 0 || paramQTSet.size === 0) {
|
|
35
51
|
return;
|
|
36
52
|
}
|
|
37
53
|
|
|
38
|
-
|
|
39
|
-
|
|
54
|
+
seaweedTemplateData.queryTermMap.forEach((_, k) => {
|
|
55
|
+
seaweedTemplateData.queryTermMap.set(k, paramQTSet.has(k));
|
|
40
56
|
});
|
|
41
57
|
|
|
42
58
|
// force svelte refresh
|
|
43
|
-
|
|
59
|
+
seaweedTemplateData.queryTermMap = seaweedTemplateData.queryTermMap;
|
|
44
60
|
};
|
|
45
61
|
|
|
46
62
|
const parseQTTerms = async () => {
|
|
47
63
|
const qtSet = new Set<string>();
|
|
48
64
|
const rawTermList: string[] = [];
|
|
49
|
-
[
|
|
65
|
+
[...Object.values(entryList).map(e => (e as RawGlob).default), selfContent].forEach(body => {
|
|
50
66
|
// parse the qt-* term which exists within elements like:
|
|
51
67
|
// <span class="qt-*">TERM</span>
|
|
52
68
|
rawTermList.push(
|
|
@@ -72,18 +88,11 @@
|
|
|
72
88
|
});
|
|
73
89
|
|
|
74
90
|
// activate svelte reactivity
|
|
75
|
-
qtSet.forEach(t =>
|
|
91
|
+
qtSet.forEach(t => seaweedTemplateData.queryTermMap.set(t, true));
|
|
76
92
|
syncQT();
|
|
77
93
|
};
|
|
78
94
|
parseQTTerms();
|
|
79
95
|
|
|
80
|
-
// todo: fix fragile relative reference to the root
|
|
81
|
-
// const fileList = import.meta.glob("./**/+page.svelte", { query: "?raw", eager: true });
|
|
82
|
-
// const titleToLink = new Map<string, string>();
|
|
83
|
-
|
|
84
|
-
let gameSectionFirst = true;
|
|
85
|
-
let qtfontWeight = "normal";
|
|
86
|
-
let additionalFontWeight = "";
|
|
87
96
|
/** qt values and what they mean:
|
|
88
97
|
* undefined: set all qt terms to font-weight: bold
|
|
89
98
|
* todo: implement clear
|
|
@@ -96,91 +105,79 @@
|
|
|
96
105
|
const filterSearchParams = (searchParams: URLSearchParams) => {
|
|
97
106
|
const isFunOn = searchParams.get("fun")?.trim();
|
|
98
107
|
if (isFunOn === "true") {
|
|
99
|
-
shouldAddFunNote = true;
|
|
108
|
+
seaweedTemplateData.shouldAddFunNote = true;
|
|
100
109
|
}
|
|
101
110
|
|
|
102
111
|
const gameSectionFirstParam = searchParams.get("game-section-first")?.trim();
|
|
103
112
|
if (gameSectionFirstParam === "false") {
|
|
104
|
-
gameSectionFirst = false;
|
|
113
|
+
seaweedTemplateData.gameSectionFirst = false;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
// region Order
|
|
117
|
+
const orderParam = searchParams.get("order")?.trim();
|
|
118
|
+
if (orderParam) {
|
|
119
|
+
seaweedTemplateData.groupedEntries = [];
|
|
120
|
+
|
|
121
|
+
orderParam.split(",").forEach(groupDefinition => {
|
|
122
|
+
const pair = groupDefinition.split(":");
|
|
123
|
+
console.log(pair);
|
|
124
|
+
if (pair.length >= 2) {
|
|
125
|
+
const group: EntryGroup = {
|
|
126
|
+
name: pair[0],
|
|
127
|
+
items: [],
|
|
128
|
+
gridClass: pair[2]
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
pair[1].split("|").forEach(e => {
|
|
132
|
+
const component = GetEntryFromGlobal(e);
|
|
133
|
+
if (component) {
|
|
134
|
+
group.items.push(component);
|
|
135
|
+
}
|
|
136
|
+
});
|
|
137
|
+
|
|
138
|
+
seaweedTemplateData.groupedEntries.push(group);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
});
|
|
142
|
+
|
|
143
|
+
seaweedTemplateData.groupedEntries = seaweedTemplateData.groupedEntries;
|
|
105
144
|
}
|
|
145
|
+
// endregion
|
|
106
146
|
|
|
107
147
|
// region Bold terms
|
|
108
148
|
const qtValue = searchParams.get("qt")?.trim();
|
|
109
|
-
if (qtValue
|
|
149
|
+
if (qtValue !== undefined) {
|
|
150
|
+
qtfontWeight = "normal";
|
|
151
|
+
const dynamicStyle = qtValue.split(",").map((term) => {
|
|
152
|
+
// side-effect
|
|
153
|
+
paramQTSet.add(`qt-${term}`);
|
|
154
|
+
|
|
155
|
+
// main effect
|
|
156
|
+
return `span.qt-${term} { font-weight: bold !important; }`;
|
|
157
|
+
}).join("\n");
|
|
158
|
+
|
|
159
|
+
// https://stackoverflow.com/a/24285947/17836168
|
|
160
|
+
const style = document.createElement("style");
|
|
161
|
+
// noinspection JSDeprecatedSymbols
|
|
162
|
+
style.type = "text/css";
|
|
163
|
+
style.innerText = dynamicStyle;
|
|
164
|
+
document.head.appendChild(style);
|
|
165
|
+
syncQT();
|
|
166
|
+
} else {
|
|
110
167
|
qtfontWeight = "bold";
|
|
111
|
-
return;
|
|
112
168
|
}
|
|
113
|
-
qtfontWeight = "normal";
|
|
114
|
-
const dynamicStyle = qtValue.split(",").map((term) => {
|
|
115
|
-
// side-effect
|
|
116
|
-
paramQTSet.add(`qt-${term}`);
|
|
117
|
-
|
|
118
|
-
// main effect
|
|
119
|
-
return `span.qt-${term} { font-weight: bold !important; }`;
|
|
120
|
-
}).join("\n");
|
|
121
|
-
|
|
122
|
-
// https://stackoverflow.com/a/24285947/17836168
|
|
123
|
-
const style = document.createElement("style");
|
|
124
|
-
// noinspection JSDeprecatedSymbols
|
|
125
|
-
style.type = "text/css";
|
|
126
|
-
style.innerText = dynamicStyle;
|
|
127
|
-
document.head.appendChild(style);
|
|
128
|
-
syncQT();
|
|
129
169
|
// endregion Bold terms
|
|
130
170
|
};
|
|
131
171
|
// endregion query params
|
|
132
172
|
|
|
133
173
|
/* region chaos scripts */
|
|
134
|
-
|
|
135
|
-
let chaosDone = false;
|
|
136
|
-
const runChaos = (node: Element) => {
|
|
137
|
-
// change all text content to gibberish
|
|
138
|
-
for (let child of Array.from(node.children)) {
|
|
139
|
-
if (child.nodeType === Node.ELEMENT_NODE) {
|
|
140
|
-
runChaos(child);
|
|
141
|
-
for (const childOfChild of child.childNodes) {
|
|
142
|
-
if (childOfChild.nodeType === Node.TEXT_NODE && childOfChild.textContent?.trim()) {
|
|
143
|
-
const max = childOfChild.textContent.length;
|
|
144
|
-
childOfChild.textContent = "";
|
|
145
|
-
while (childOfChild.textContent.length < max) {
|
|
146
|
-
childOfChild.textContent += (chaoticWordBank[Math.floor(Math.random() * chaoticWordBank.length)] + " ");
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
// change all links to crouton
|
|
152
|
-
if (child.hasAttribute("href")) {
|
|
153
|
-
child.setAttribute("href", "https://crouton.net/");
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
// change all images to niko if aria != hidden?
|
|
157
|
-
if (child.hasAttribute("src") && !child.hasAttribute("aria-hidden")) {
|
|
158
|
-
if (child.hasAttribute("alt")) {
|
|
159
|
-
child.setAttribute("src", "https://p.potaufeu.asahi.com/a2b9-p/picture/21583312/5c3310aec77068e24844c663aa62b37c.jpg");
|
|
160
|
-
} else {
|
|
161
|
-
child.setAttribute("src", "https://video.twimg.com/ext_tw_video/1318728494256410624/pu/vid/640x360/TMklz6hiTkQu3xhn.mp4");
|
|
162
|
-
child.setAttribute("muted", "true");
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
if (child.tagName.trim() === "VIDEO") {
|
|
166
|
-
child.setAttribute("src", "https://video.twimg.com/ext_tw_video/1318728494256410624/pu/vid/640x360/TMklz6hiTkQu3xhn.mp4");
|
|
167
|
-
child.setAttribute("muted", "true");
|
|
168
|
-
}
|
|
174
|
+
/* endregion chaos scripts */
|
|
169
175
|
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
child.setAttribute("disabled", "true");
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
+
onMount(async () => {
|
|
177
|
+
if (!letChaos && serverSideQueryParams) {
|
|
178
|
+
filterSearchParams(new URLSearchParams(serverSideQueryParams));
|
|
176
179
|
}
|
|
177
|
-
};
|
|
178
180
|
|
|
179
|
-
let mainVisibility = "visible";
|
|
180
|
-
$: mainVisibility = letChaos && !chaosDone ? "hidden" : "visible";
|
|
181
|
-
/* endregion chaos scripts */
|
|
182
|
-
|
|
183
|
-
onMount(() => {
|
|
184
181
|
if (!letChaos && $page.url.searchParams) {
|
|
185
182
|
filterSearchParams($page.url.searchParams);
|
|
186
183
|
}
|
|
@@ -192,17 +189,22 @@
|
|
|
192
189
|
});
|
|
193
190
|
|
|
194
191
|
const toggleTerm = (term: string) => {
|
|
195
|
-
|
|
196
|
-
|
|
192
|
+
seaweedTemplateData.queryTermMap.set(term, !seaweedTemplateData.queryTermMap.get(term));
|
|
193
|
+
seaweedTemplateData.queryTermMap = seaweedTemplateData.queryTermMap;
|
|
197
194
|
};
|
|
198
195
|
|
|
199
196
|
// when either gameSectionFirst or the queryTerms are updated, update advancedUrl
|
|
197
|
+
let orderUrl = "";
|
|
200
198
|
let advancedUrl = domain;
|
|
201
|
-
const updateUrl = () => {
|
|
199
|
+
const updateUrl = (seaweedTemplateData: SeaweedTemplateData) => {
|
|
202
200
|
const queryParams: string[] = [];
|
|
203
201
|
|
|
202
|
+
if (orderUrl) {
|
|
203
|
+
queryParams.push(orderUrl);
|
|
204
|
+
}
|
|
205
|
+
|
|
204
206
|
const qtList: string[] = [];
|
|
205
|
-
|
|
207
|
+
seaweedTemplateData.queryTermMap.forEach((shouldBold, term) => {
|
|
206
208
|
if (shouldBold) {
|
|
207
209
|
qtList.push(term);
|
|
208
210
|
}
|
|
@@ -210,17 +212,17 @@
|
|
|
210
212
|
|
|
211
213
|
if (qtList.length === 0) {
|
|
212
214
|
queryParams.push("qt=clear");
|
|
213
|
-
} else if (
|
|
215
|
+
} else if (seaweedTemplateData.queryTermMap.size !== qtList.length) {
|
|
214
216
|
// we'll only add if the lengths are not equal
|
|
215
217
|
// dont need to add query if all terms in qtMap is true
|
|
216
218
|
queryParams.push(`qt=${qtList.map(t => t.slice(3, t.length)).join(",")}`);
|
|
217
219
|
}
|
|
218
220
|
|
|
219
|
-
if (shouldAddFunNote) {
|
|
221
|
+
if (seaweedTemplateData.shouldAddFunNote) {
|
|
220
222
|
queryParams.push("fun=true");
|
|
221
223
|
}
|
|
222
224
|
|
|
223
|
-
if (!gameSectionFirst) {
|
|
225
|
+
if (!seaweedTemplateData.gameSectionFirst) {
|
|
224
226
|
queryParams.push("game-section-first=false");
|
|
225
227
|
}
|
|
226
228
|
|
|
@@ -230,9 +232,8 @@
|
|
|
230
232
|
advancedUrl = domain;
|
|
231
233
|
}
|
|
232
234
|
};
|
|
233
|
-
$:
|
|
234
|
-
|
|
235
|
-
// $: gameSectionQuery = gameSectionFirst ? "" : "game-section-first=false";
|
|
235
|
+
$: updateUrl(seaweedTemplateData);
|
|
236
|
+
|
|
236
237
|
</script>
|
|
237
238
|
|
|
238
239
|
<SeaweedBaseLayout bind:shouldDisplayLeadingIcons={isSocialsGone}>
|
|
@@ -261,7 +262,7 @@
|
|
|
261
262
|
I also graduated with BS Computing Science, Specializing in Software Practice, and a
|
|
262
263
|
certificate in Computer Game Development at University of Alberta.
|
|
263
264
|
</p>
|
|
264
|
-
{#if shouldAddFunNote}
|
|
265
|
+
{#if seaweedTemplateData.shouldAddFunNote}
|
|
265
266
|
<p>
|
|
266
267
|
I'm inspired by games like Harvest Moon: Friends of Mineral Town, Rune Factory 4, Theatrhythm,
|
|
267
268
|
Bravely Default: Flying Fairy, Boku no Natsuyasumi 2, and A Short Hike.
|
|
@@ -377,13 +378,21 @@
|
|
|
377
378
|
|
|
378
379
|
</div>
|
|
379
380
|
|
|
380
|
-
{#
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
381
|
+
{#each seaweedTemplateData.groupedEntries as group}
|
|
382
|
+
{#if group.items.length > 0}
|
|
383
|
+
<Card>
|
|
384
|
+
<section class="section-card title-card" slot="content">
|
|
385
|
+
<h1 class="text-center">{group.name}</h1>
|
|
386
|
+
</section>
|
|
387
|
+
</Card>
|
|
388
|
+
|
|
389
|
+
<section class={group.gridClass}>
|
|
390
|
+
{#each group.items as entry}
|
|
391
|
+
<svelte:component this={entry} props={entryProps}></svelte:component>
|
|
392
|
+
{/each}
|
|
393
|
+
</section>
|
|
394
|
+
{/if}
|
|
395
|
+
{/each}
|
|
387
396
|
|
|
388
397
|
{#if (!letChaos)}
|
|
389
398
|
<div aria-hidden="true" style="height: 25vh" />
|
|
@@ -392,20 +401,22 @@
|
|
|
392
401
|
<div slot="content" class="default-card advanced-setting">
|
|
393
402
|
<h1>Advanced settings</h1>
|
|
394
403
|
<p>This one is for those curious how I customize this page.</p>
|
|
404
|
+
|
|
395
405
|
<SlideToggle name="advanced-setting-slider" bind:checked={isAdvanceSettingOn}>
|
|
396
406
|
Advanced settings: {isAdvanceSettingOn ? "On" : "Off"}
|
|
397
407
|
</SlideToggle>
|
|
408
|
+
|
|
398
409
|
{#if (isAdvanceSettingOn)}
|
|
399
|
-
<SlideToggle name="game-section-slider" bind:checked={gameSectionFirst}>
|
|
400
|
-
Should game section appear first over projects: {gameSectionFirst ? "On" : "Off"}
|
|
410
|
+
<SlideToggle name="game-section-slider" bind:checked={seaweedTemplateData.gameSectionFirst}>
|
|
411
|
+
Should game section appear first over projects: {seaweedTemplateData.gameSectionFirst ? "On" : "Off"}
|
|
401
412
|
</SlideToggle>
|
|
402
|
-
<SlideToggle name="fun-note-slider" bind:checked={shouldAddFunNote}>
|
|
403
|
-
Should add fun note in description: {shouldAddFunNote ? "On" : "Off"}
|
|
413
|
+
<SlideToggle name="fun-note-slider" bind:checked={seaweedTemplateData.shouldAddFunNote}>
|
|
414
|
+
Should add fun note in description: {seaweedTemplateData.shouldAddFunNote ? "On" : "Off"}
|
|
404
415
|
</SlideToggle>
|
|
405
416
|
|
|
406
417
|
<h3>Query terms to bold</h3>
|
|
407
418
|
<div class="query-term-grid">
|
|
408
|
-
{#each
|
|
419
|
+
{#each seaweedTemplateData.queryTermMap.entries() as [term, shouldBold]}
|
|
409
420
|
<!--{@const shouldBold = false}-->
|
|
410
421
|
<button
|
|
411
422
|
class="chip {shouldBold ? 'variant-filled-tertiary' : 'variant-soft-tertiary'}"
|
|
@@ -418,9 +429,15 @@
|
|
|
418
429
|
{/each}
|
|
419
430
|
</div>
|
|
420
431
|
|
|
432
|
+
<EntryOrderConfig bind:seaweedEntries={seaweedTemplateData.groupedEntries}
|
|
433
|
+
bind:orderUrl={orderUrl}
|
|
434
|
+
updateUrl={updateUrl}></EntryOrderConfig>
|
|
435
|
+
|
|
421
436
|
<br>
|
|
422
437
|
<p>Copy the url below and open a new page with it</p>
|
|
423
438
|
<CodeBlock language="url" code={advancedUrl}></CodeBlock>
|
|
439
|
+
|
|
440
|
+
<svelte:component this={extraComponent}></svelte:component>
|
|
424
441
|
{/if}
|
|
425
442
|
</div>
|
|
426
443
|
</Card>
|
|
@@ -451,4 +468,4 @@
|
|
|
451
468
|
gap: 0.25em;
|
|
452
469
|
flex-wrap: wrap;
|
|
453
470
|
}
|
|
454
|
-
</style>
|
|
471
|
+
</style>
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import type { ComponentType } from "svelte";
|
|
2
|
+
import { DefaultHeader } from "$pkg/template/seaweed/entries/EntryProps";
|
|
3
|
+
import Pengi from "$pkg/template/seaweed/entries/Pengi.svelte";
|
|
4
|
+
import Hepcat from "$pkg/template/seaweed/entries/Hepcat.svelte";
|
|
5
|
+
import ChefWings from "$pkg/template/seaweed/entries/ChefWings.svelte";
|
|
6
|
+
import Soulwork from "$pkg/template/seaweed/entries/Soulwork.svelte";
|
|
7
|
+
import ItchPromo from "$pkg/template/seaweed/entries/ItchPromo.svelte";
|
|
8
|
+
import MigranteAlberta from "$pkg/template/seaweed/entries/MigranteAlberta.svelte";
|
|
9
|
+
import DecentralizedSocialMedia from "$pkg/template/seaweed/entries/DecentralizedSocialMedia.svelte";
|
|
10
|
+
import CustomizedYarnspinner from "$pkg/template/seaweed/entries/CustomizedYarnspinner.svelte";
|
|
11
|
+
import FullStackC from "$pkg/template/seaweed/entries/FullStackC.svelte";
|
|
12
|
+
import Workset from "$pkg/template/seaweed/entries/Workset.svelte";
|
|
13
|
+
import ThisWebpage from "$pkg/template/seaweed/entries/ThisWebpage.svelte";
|
|
14
|
+
import MockUberApp from "$pkg/template/seaweed/entries/MockUberApp.svelte";
|
|
15
|
+
import { removeProxyWrapperOnString } from "$pkg/template/seaweed/entry_order_config/EntryOrderConfig";
|
|
16
|
+
|
|
17
|
+
export enum GroupGridClass {
|
|
18
|
+
Games = "games-section",
|
|
19
|
+
Projects = "projects-section"
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export interface EntryGroup {
|
|
23
|
+
name: string;
|
|
24
|
+
items: ComponentType[];
|
|
25
|
+
gridClass: string;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export const GameEntries: Readonly<EntryGroup> = {
|
|
29
|
+
name: DefaultHeader.Games.toString(),
|
|
30
|
+
items: [Pengi, Hepcat, ChefWings, Soulwork, ItchPromo],
|
|
31
|
+
gridClass: GroupGridClass.Games.toString()
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export const ProjectEntries: Readonly<EntryGroup> = {
|
|
35
|
+
name: DefaultHeader.Projects.toString(),
|
|
36
|
+
items: [MigranteAlberta, DecentralizedSocialMedia, CustomizedYarnspinner, FullStackC, Workset, ThisWebpage, MockUberApp],
|
|
37
|
+
gridClass: GroupGridClass.Projects.toString()
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export const AllGroupedEntries: ReadonlyArray<EntryGroup> = [
|
|
41
|
+
{
|
|
42
|
+
name: "Relevant projects",
|
|
43
|
+
items: [],
|
|
44
|
+
gridClass: GroupGridClass.Games.toString()
|
|
45
|
+
},
|
|
46
|
+
GameEntries,
|
|
47
|
+
ProjectEntries
|
|
48
|
+
];
|
|
49
|
+
|
|
50
|
+
const allFlatEntries: Map<string, ComponentType> = new Map<string, ComponentType>();
|
|
51
|
+
|
|
52
|
+
export const lazyInitializeAllFlatEntries = () => {
|
|
53
|
+
if (allFlatEntries.size === 0) {
|
|
54
|
+
[...ProjectEntries.items, ...GameEntries.items].forEach(e => {
|
|
55
|
+
allFlatEntries.set(removeProxyWrapperOnString(e.name), e);
|
|
56
|
+
});
|
|
57
|
+
}
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
export const GetAllEntryFromGlobal = () => {
|
|
61
|
+
lazyInitializeAllFlatEntries();
|
|
62
|
+
return allFlatEntries;
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
export const GetEntryFromGlobal = (name: string) => {
|
|
67
|
+
lazyInitializeAllFlatEntries();
|
|
68
|
+
return allFlatEntries.get(name);
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
export interface SeaweedTemplateData {
|
|
72
|
+
groupedEntries: EntryGroup[];
|
|
73
|
+
shouldAddFunNote: boolean;
|
|
74
|
+
queryTermMap: Map<string, boolean>;
|
|
75
|
+
gameSectionFirst: boolean;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export const seaweedTemplateData: SeaweedTemplateData = {
|
|
79
|
+
shouldAddFunNote: false,
|
|
80
|
+
queryTermMap: new Map<string, boolean>(),
|
|
81
|
+
// todo: gameSectionFirst currently has no functionality
|
|
82
|
+
gameSectionFirst: false,
|
|
83
|
+
// copy the readonly properties into mutable values
|
|
84
|
+
groupedEntries: AllGroupedEntries.map(g => {
|
|
85
|
+
return {
|
|
86
|
+
name: g.name,
|
|
87
|
+
gridClass: g.gridClass,
|
|
88
|
+
items: g.items.map(e => e)
|
|
89
|
+
};
|
|
90
|
+
})
|
|
91
|
+
};
|
|
92
|
+
|
|
93
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
export let props: EntryProps;
|
|
3
|
+
|
|
4
|
+
import { type EntryProps } from "./EntryProps";
|
|
5
|
+
import HeaderChefWings from "$pkg/assets/game_dev/footage-chef-wings.gif";
|
|
6
|
+
import LinkIcon from "$pkg/assets/icons/link-icon.svg";
|
|
7
|
+
import Card from "$pkg/components/Card.svelte";
|
|
8
|
+
import type { ModalSettings } from "@skeletonlabs/skeleton";
|
|
9
|
+
import { getModalStore } from "@skeletonlabs/skeleton";
|
|
10
|
+
|
|
11
|
+
const modalStore = getModalStore();
|
|
12
|
+
const chefWingsWarning: ModalSettings = {
|
|
13
|
+
type: "confirm",
|
|
14
|
+
title: "Warning: please confirm",
|
|
15
|
+
body: "This will directly link to the game itself, since this game does not have any game page or any " +
|
|
16
|
+
"publicly viewable source code. The game is only playable on desktop. " +
|
|
17
|
+
`Are you sure you wish to proceed? If there are any bugs, please report at <a href='mailto:${props.email}' target='_blank'>` +
|
|
18
|
+
`${props.email}</a>.`,
|
|
19
|
+
response: (r: boolean) => {
|
|
20
|
+
if (r) {
|
|
21
|
+
window.open("https://selk.io/birb-project/trunk/");
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
</script>
|
|
26
|
+
|
|
27
|
+
<Card>
|
|
28
|
+
<section class="game-card" slot="content">
|
|
29
|
+
<img src={HeaderChefWings} alt="todo" loading="lazy">
|
|
30
|
+
<section class="game-card-body">
|
|
31
|
+
|
|
32
|
+
<h1>Chef Wings</h1>
|
|
33
|
+
<p>
|
|
34
|
+
A “roguelite-lite” where you gather ingredients in a procedurally-generated dungeon and use
|
|
35
|
+
them to cook for customers and then critics!
|
|
36
|
+
</p>
|
|
37
|
+
<p>
|
|
38
|
+
I built and documented several of the game’s systems including the game state management
|
|
39
|
+
system that extends <span class="qt-unity">Unity’s</span> existing Monobehavior lifecycle with new events,
|
|
40
|
+
and the dialogue, event, and level systems that coordinate the game flow using the interactive
|
|
41
|
+
dialogue tool YarnSpinner
|
|
42
|
+
</p>
|
|
43
|
+
|
|
44
|
+
<section class="game-link-section">
|
|
45
|
+
<button type="button" class="game-button turnip-button"
|
|
46
|
+
title="https://selk.io/birb-project/trunk/"
|
|
47
|
+
on:click={()=>modalStore.trigger(chefWingsWarning)}>
|
|
48
|
+
<img alt="itch.io icon" src={LinkIcon}>
|
|
49
|
+
<span>selk.io/birb-project/trunk/</span>
|
|
50
|
+
</button>
|
|
51
|
+
</section>
|
|
52
|
+
</section>
|
|
53
|
+
</section>
|
|
54
|
+
</Card>
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
import Card from "$pkg/components/Card.svelte";
|
|
4
|
+
import GithubIcon from "$pkg/assets/icons/github-mark.svg";
|
|
5
|
+
import WeaverFootage from "$pkg/assets/others/weaver-footage.gif";
|
|
6
|
+
|
|
7
|
+
export let props: EntryProps;
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
<Card>
|
|
12
|
+
<section class="project-card" slot="content">
|
|
13
|
+
<img alt="Footage of a visual novel-like dynamic dialog interaction happening on the same page we are on"
|
|
14
|
+
src={WeaverFootage} />
|
|
15
|
+
|
|
16
|
+
<div class="project-card-body">
|
|
17
|
+
<h2>Customized Yarnspinner interpreter and dialog runner</h2>
|
|
18
|
+
|
|
19
|
+
A custom dialog interpreter, written in <span class="qt-ts">Typescript</span>, that tokenizes then
|
|
20
|
+
transpiles custom Yarnspinner dialog into a <span class="qt-ts">Typescript</span> file. The said files can
|
|
21
|
+
be used on a corresponding runner or library, also implemented alongside it, allowing the ability to play a
|
|
22
|
+
custom-flavor of YarnSpinner dialogs on <span class="qt-svelte">Svelte</span>.
|
|
23
|
+
|
|
24
|
+
<section class="game-link-section">
|
|
25
|
+
<button type="button" class="game-button turnip-button"
|
|
26
|
+
role="link"
|
|
27
|
+
title="https://github.com/TurnipXenon/pineapple/blob/main/docs/PineappleFiberSpec.md"
|
|
28
|
+
on:click={() => window.open("https://github.com/TurnipXenon/pineapple/blob/main/docs/PineappleFiberSpec.md")}>
|
|
29
|
+
<img src={GithubIcon} alt="github icon">
|
|
30
|
+
</button>
|
|
31
|
+
</section>
|
|
32
|
+
</div>
|
|
33
|
+
</section>
|
|
34
|
+
</Card>
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
import Card from "$pkg/components/Card.svelte";
|
|
4
|
+
import GithubIcon from "$pkg/assets/icons/github-mark.svg";
|
|
5
|
+
|
|
6
|
+
export let props: EntryProps;
|
|
7
|
+
</script>
|
|
8
|
+
|
|
9
|
+
<Card>
|
|
10
|
+
<section class="project-card" slot="content">
|
|
11
|
+
<div class="project-card-body">
|
|
12
|
+
|
|
13
|
+
<h2>Decentralized social media</h2>
|
|
14
|
+
|
|
15
|
+
<p>We made a full stack decentralized social media app made with <span class="qt-react">React</span> +
|
|
16
|
+
<span class="qt-js">Javascript</span> for the client code, <span class="qt-django">Django</span> + <span
|
|
17
|
+
class="qt-python">Python</span> for the backend code, and <span class="qt-heroku">Heroku</span> for
|
|
18
|
+
deployment. This project was made
|
|
19
|
+
for
|
|
20
|
+
our Web Applications and Architecture class.</p>
|
|
21
|
+
<p>The application can connect with three other decentralized social media app in the same class:
|
|
22
|
+
</p>
|
|
23
|
+
<ul>
|
|
24
|
+
<li>
|
|
25
|
+
<a href="https://github.com/hgshah/cmput404-project/blob/main/docs/testing_other_teams.md#team-14"
|
|
26
|
+
target="_blank">Also
|
|
27
|
+
a social media with the same Django + Python backend server where they act on behalf of
|
|
28
|
+
our users interacting with theirs</a></li>
|
|
29
|
+
<li>
|
|
30
|
+
<a href="https://github.com/hgshah/cmput404-project/blob/main/docs/testing_other_teams.md#team-7"
|
|
31
|
+
target="_blank">A
|
|
32
|
+
social media that uses Fast API + Python for their backend server</a></li>
|
|
33
|
+
<li>
|
|
34
|
+
<a href="https://github.com/hgshah/cmput404-project/blob/main/docs/testing_other_teams.md#team-12"
|
|
35
|
+
target="_blank">Another
|
|
36
|
+
social media that has Django + Python for their backend but we have to act on behalf of
|
|
37
|
+
our
|
|
38
|
+
users interacting with their users</a>
|
|
39
|
+
</li>
|
|
40
|
+
</ul>
|
|
41
|
+
|
|
42
|
+
<!-- todo: add tags with Javascript, React, Python, Django, Heroku -->
|
|
43
|
+
|
|
44
|
+
<section class="game-link-section">
|
|
45
|
+
<button type="button" class="game-button turnip-button"
|
|
46
|
+
role="link"
|
|
47
|
+
title="https://github.com/hgshah/cmput404-project"
|
|
48
|
+
on:click={() => window.open("https://github.com/hgshah/cmput404-project")}>
|
|
49
|
+
<img src={GithubIcon} alt="github icon">
|
|
50
|
+
</button>
|
|
51
|
+
</section>
|
|
52
|
+
</div>
|
|
53
|
+
</section>
|
|
54
|
+
</Card>
|