Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 2.21 KB

todo.md

File metadata and controls

64 lines (44 loc) · 2.21 KB

Todos

General

  • Basic OG image
  • Per-page bundles for unique JS
  • Per-page bundles for unique CSS that isn't inlined (should be handled via Vue plugin)
  • Remove duplication when the scroll saver thing is used
  • use something like !window.matchMedia('(hover: hover)').matches to turn off Instagram lightbox on 'mobile'
  • Remove Twitter lazyloading as it causes CLS
  • Fix issue of Twitter scrollsaver appearing at top when going from desktop to mobile
  • Connect work screenshots script to Cloudinary uploader
  • Make components for non-homepage header and lede
  • Do some fancy CSS clipping and animating to make a full-page screenshot 'scroll' on hover on portfolio
  • Look at cards that have been de-wrapped up in one big link and see if we can simplify the DOM

Integrations

  • Pull in toots and boosted toots
  • Design new card for Mastodon posts, like Twitter one but different colour scheme

Testing

  • Add Playwright test for audio player, Spotify now playing etc
  • Use MSW for mocking in Playwright
  • Also use MSW for mocking in Vitest
  • Give talk on the above!

Github stars

  • [] Pagination

Alpine

Vite migration

  • Move build dependencies to devDependencies
  • Review dependencies and remove unused
  • Noscript for CSS not working any more

Service worker

CSS

  • Go through old Vue templates and replace scoped CSS with utilities or custom CSS
  • eslint-plugin-tailwind

Eleventy

  • Move speaking data to a collection?
  • Sort out page templates for homepage vs other pages
  • Use navigation plugin to do active link classes in top nav with HTML not JS
  • FINISH portfolio section from local feature branch

Accessibility

  • Review how linked cards work, e.g. have only the heading be a link and handle clicks elsewhere via JS (to reduce SR verbosity)