Commit graph

6 commits

Author SHA1 Message Date
Michael Winter 789389af65 Fix works_list.vue for clean JSON data format 2026-02-18 22:00:11 +01:00
Michael Winter cf427f0848 Fix unmatched works in event programs
- Correct work titles to match works.json:
  - economy study → economy study (in one dimension)
  - Lamentations I: Remembering Clive Wearing → Remembering Clive Wearing
  - remembering clive wearing → Remembering Clive Wearing
  - Rise I from 4 Ascents for James Tenney → 4 Ascents for James Tenney
  - seeds and ledgers (abstract) → seeds and ledgers 1 - 3
  - steady state → steady state: a study in taxation
  - flux → Flux
- Fix corrupted event ID
2026-02-18 20:24:43 +01:00
Michael Winter 711b5b93c2 Clean up data files and fix icon/PDF links
- Clean all JSON data files: convert MongoDB format to clean JSON
  - works.json, images.json, publications.json, pubs.json, talks.json
  - releases.json, album_art.json, scores.json, my_image_gallery.json
  - events.json (with legacy program → program transformation)
  - resume.json (simplified structure)
- Simplify all API routes (remove cleanData functions)
- Fix PDF links to open in new tab (scores, writings, albums)
- Upgrade to Nuxt 4.3.1 and fix carousel (nuxt-swiper)
- Replace nuxt-icon with @nuxt/icon
- Fix IconButton component for new tab links
- Update cv.vue for resume data structure changes
- Add icon collections (@iconify-json packages)
2026-02-18 20:16:09 +01:00
Michael Winter 61332c28ef Upgrade to Nuxt 4 and fix icon issues
- Upgrade from Nuxt 3.6.0 to Nuxt 4.3.1
- Replace nuxt-icon with @nuxt/icon (Nuxt 4 compatible)
- Install missing icon collections (@iconify-json/ion, heroicons, etc.)
- Fix icon colors: use style instead of color prop
- Add AGENTS.md with coding guidelines
- Fix icon alignment in index.vue (items-center)
2026-02-18 17:34:37 +01:00
Michael Winter 72d2d67842 Improve print styles: add page margins and prevent awkward breaks 2026-02-18 05:30:42 +01:00
Michael Winter 22a3b8d00f Initial commit: Nuxt portfolio with local data 2026-02-18 03:06:14 +01:00