Commit graph

115 commits

Author SHA1 Message Date
254c40ca5a fix: video player stretch 2022-12-08 16:55:01 +01:00
32d3aeb1cf fix: play button (live...) 2022-12-08 16:43:33 +01:00
485c4e8479 fix: overflowing videos 2022-12-08 16:35:32 +01:00
8774fbc306 feat: video player animations 2022-12-08 15:44:28 +01:00
8b97f20167 feat: video player 2022-12-08 15:38:48 +01:00
502a7121cd fix: don't engage fullscreen 2022-12-08 15:35:02 +01:00
e30650a931 fix: button styling 2022-12-08 14:53:07 +01:00
542de6a082 feat: back to start button 2022-12-08 14:30:34 +01:00
68589d23ba feat: add audio players 2022-12-08 13:50:36 +01:00
1bb6be50b1 feat: placeholder rects for images 2022-12-08 00:14:18 +01:00
f108129222 chore: tidy css 2022-12-08 00:14:11 +01:00
1a19e9849f settings: min/max zoom 2022-12-07 23:35:08 +01:00
08ef016837 settings: fonts - Avenir, Montserrat 2022-12-07 23:35:08 +01:00
09af078300 feat: image logging 2022-12-07 23:35:08 +01:00
fb16fb4fee settings: las -> enerpe 2022-12-07 23:35:06 +01:00
b170941535 feat: relativize linked images 2022-12-07 15:40:18 +01:00
0f0afeae8d fix: background doesn't default to black 2022-12-07 15:17:04 +01:00
1a93571eb4 fix: prevent 404s due to relative image paths of VideoScrolls 2022-08-17 22:42:00 +02:00
a3311a67fb fix: not hiding images is faster 2022-08-17 22:24:13 +02:00
a5f1846491 feat: add authoring notes to README 2022-07-26 22:52:15 +02:00
261ac832b2 chore: don't include .gitkeep in artifacts 2022-07-26 20:00:41 +02:00
d6e02406d8 feat: show version in dev panel 2022-07-26 19:43:55 +02:00
637eaa7f55 fix: relative path to main.ts 2022-07-26 19:33:19 +02:00
258c812383 feat: deploy to dev 2022-07-26 19:15:20 +02:00
7a84ef1b8a chore: remove forgotten debug console.log 2022-07-26 19:08:25 +02:00
a13fd66f47 feat: add sentry 2022-07-26 19:08:22 +02:00
c909d12d6a 🎉 Svelte port 🏗️
fixes #14
2022-07-26 18:45:01 +02:00
e9516556e2 move app/* to root of repo 2021-05-16 21:33:59 +02:00
0eefaa7f44 VUE_APP_BASE_URL can override publicPath 2021-05-16 21:21:36 +02:00
7bff008853 autoformat 2021-04-22 11:33:33 +02:00
bfa569853b improve logging 2021-04-22 11:32:39 +02:00
50b9883f99 safely ignore unknown directions 2021-04-22 11:31:14 +02:00
bfc364fe4b add ids, missing :keys... 2021-04-09 20:31:02 +02:00
85e6fc7670 add npm cache to CI 2021-04-09 20:23:22 +02:00
88dcb89ca7 only run CI on master 2021-04-09 17:49:02 +02:00
b6fcd09a3b Add LICENSE 2021-04-09 17:38:46 +02:00
9003761097 gamepad support 2021-04-08 20:54:59 +02:00
c104a70dbe autoformat + npm update 2021-04-08 20:43:21 +02:00
66852229bd fix VideoScroll rotate property 2021-01-20 23:07:02 +01:00
Tomáš Mládek
f09faa3944 fix space -> home not working if location in hash 2021-01-17 18:04:00 +01:00
Tomáš Mládek
b66c5113a1 put/read current location in/from url fragment (fix #6) 2021-01-17 16:34:49 +01:00
Tomáš Mládek
2dc16e7362 invert dev hiding logic 2021-01-17 15:18:18 +01:00
Tomáš Mládek
4e3dc29337 also hide devpanel 2021-01-17 15:11:03 +01:00
Tomáš Mládek
a0a9b02bcf conditionally allow debug if '?debug' in url 2021-01-17 14:59:21 +01:00
bceb4dec7a zoom after larger delay 2021-01-17 12:34:48 +01:00
74ef8288b1 rework classes to be more semantic, images outside of viewport are hidden 2021-01-16 22:32:37 +01:00
c0ae3c7354 fix loading line centering 2021-01-16 22:22:02 +01:00
15b377d4a2 Revert all the way back before "turn <img> in VideoScroll into its own component" 2021-01-16 22:13:18 +01:00
91d6af38a0 add key to VideoScrollImage elements, increase performance 2021-01-16 20:44:19 +01:00
826ec2d9f0 rewrite VideoScrollImage.vue to be more vue-like, return visibility: hidden
https://engineering.linkedin.com/linkedin-ipad-5-techniques-smooth-infinite-scrolling-html5
2021-01-16 18:30:04 +01:00