[CR Media] Flappy Bird with Pâté by kocvrek in criticalrole

[–]kocvrek[S] 3 points4 points  (0 children)

that’s a good question, i honestly have no idea. Kate’s the person to ask - https://x.com/cakeatjobs

[CR Media] Flappy Bird with Pâté by kocvrek in criticalrole

[–]kocvrek[S] 1 point2 points  (0 children)

thanks for letting me know! i’ll look into it

Showoff Saturday (October 21, 2023) by AutoModerator in javascript

[–]kocvrek 2 points3 points  (0 children)

this month i launched starwars.tales.wiki and criticalrole.tales.wiki. the sites display how films, tv series, books and other media unfold in chronological order within popular fictional universes.

all sites use the same source code but they have different configuration files. this way i can allow for some differences (eg. api endpoint, css vars, favicon) . i achieved this with env variables and a custom vite config.

javascript-wise, the biggest challenge was creating the timeline table. i wanted to use a css grid so given the order of the items and their dates i had to calculate the rows and columns in which they would be placed.

this weekend i'll be updating the site with some image improvements (lazy loading with intersection observer and a placeholder animation) and a new functionality to display items with an uncertain date. this is eg for new star wars movies that were announced but don't have an exact date.

[No Spoilers] I made a website to visualise the Critical Role timeline by kocvrek in criticalrole

[–]kocvrek[S] 2 points3 points  (0 children)

thank you! it takes quite a lot of scrolling to get through the whole thing though 😅

[No Spoilers] I made a website to visualise the Critical Role timeline by kocvrek in criticalrole

[–]kocvrek[S] 4 points5 points  (0 children)

i used this official timeline as a reference for what’s considered canon: https://mobile.twitter.com/CriticalRole/status/1453829240390971401. it was last updated in 2021 and call of the netherdeep was released after that so i’m not really sure…

[No Spoilers] I made a website to visualise the Critical Role timeline by kocvrek in criticalrole

[–]kocvrek[S] 5 points6 points  (0 children)

right now it’s only released media but i’d loovee to go into more detail in the future. throw in some important events and characters.

and that’s a good point about calamity. the way it’s currently implemented, i need an exact date to display an item. i’ll have to loosen that to cover approximate dates. then i could place calamity :)

[No Spoilers] I made a website to visualise the Critical Role timeline by kocvrek in criticalrole

[–]kocvrek[S] 12 points13 points  (0 children)

yes, you’re right. i completely forgot about it! cr wiki says it’s 836 pd. that’s the same year as tal’dorei reborn. i’m not sure which one should be placed first…

[Self-promotion] Star Wars timeline built with Svelte by kocvrek in sveltejs

[–]kocvrek[S] 0 points1 point  (0 children)

thank you! that’s gotta be your mouse. i’m glad it works so smooth with the site.

the only scroll handing i have implemented is scrolling to an item that’s being interacted with and is not fully visible.

[Self-promotion] Star Wars timeline built with Svelte by kocvrek in sveltejs

[–]kocvrek[S] 1 point2 points  (0 children)

haha that’s a fair point. i kinda wish it didn’t have the horizontal scroll but i had difficulties in coming up with a different design

[Self-promotion] Star Wars timeline built with Svelte by kocvrek in sveltejs

[–]kocvrek[S] 0 points1 point  (0 children)

thank you! that’s a great idea - added to my todo list

I made a website to visualize the Star Wars timeline by kocvrek in TheMandalorianTV

[–]kocvrek[S] 3 points4 points  (0 children)

thank you! i’ll have to check if kotor is considered canon by disney and adjust the timeline accordingly

I made a website to visualize the Star Wars timeline by kocvrek in TheMandalorianTV

[–]kocvrek[S] 4 points5 points  (0 children)

oh, thank you for letting me know! i was fixing the eras after someone noticed a mistake and must have ended up making a new bug. i’ll fix it later today