Find a file
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
assets Initial commit: Nuxt portfolio with local data 2026-02-18 03:06:14 +01:00
components Clean up data files and fix icon/PDF links 2026-02-18 20:16:09 +01:00
layouts Initial commit: Nuxt portfolio with local data 2026-02-18 03:06:14 +01:00
pages Clean up data files and fix icon/PDF links 2026-02-18 20:16:09 +01:00
public Clean up data files and fix icon/PDF links 2026-02-18 20:16:09 +01:00
scripts Clean up data files and fix icon/PDF links 2026-02-18 20:16:09 +01:00
server Clean up data files and fix icon/PDF links 2026-02-18 20:16:09 +01:00
stores Initial commit: Nuxt portfolio with local data 2026-02-18 03:06:14 +01:00
.gitignore Initial commit: Nuxt portfolio with local data 2026-02-18 03:06:14 +01:00
.npmrc Initial commit: Nuxt portfolio with local data 2026-02-18 03:06:14 +01:00
AGENTS.md Upgrade to Nuxt 4 and fix icon issues 2026-02-18 17:34:37 +01:00
app.vue Initial commit: Nuxt portfolio with local data 2026-02-18 03:06:14 +01:00
Dockerfile Initial commit: Nuxt portfolio with local data 2026-02-18 03:06:14 +01:00
Dockerfile_upgrade Initial commit: Nuxt portfolio with local data 2026-02-18 03:06:14 +01:00
export-gridfs.js Initial commit: Nuxt portfolio with local data 2026-02-18 03:06:14 +01:00
nuxt.config.ts Upgrade to Nuxt 4 and fix icon issues 2026-02-18 17:34:37 +01:00
package-lock.json Clean up data files and fix icon/PDF links 2026-02-18 20:16:09 +01:00
package.json Clean up data files and fix icon/PDF links 2026-02-18 20:16:09 +01:00
tsconfig.json Initial commit: Nuxt portfolio with local data 2026-02-18 03:06:14 +01:00