Richard Osborne
ea45e8b3a3
fix(preview): add missing font MIME types to web server
...
- Added MIME type mappings for .otf, .woff, and .woff2 font formats
- Fixed missing break statement after .wav case (was falling through to .mp4)
- Fonts now load correctly in editor preview without 404 errors
- Resolves OTS parsing error messages in console
The web server was already serving project directory files correctly,
but browsers were rejecting font files due to missing/incorrect MIME types.
Related to TASK-006
2025-12-15 22:57:48 +01:00
Richard Osborne
0b47d19776
Finished inital project migration workflow
2025-12-15 11:58:55 +01:00
Richard Osborne
e927df760f
Tasks completed to update Storybook and Typescript versions. Please see phase-1-summary.md for details
2025-12-08 16:19:56 +01:00
Richard Osborne
ef1ffdd593
feat(typescript): upgrade TypeScript to 5.9.3, remove transpileOnly workaround
...
- Upgrade TypeScript from 4.9.5 to 5.9.3
- Upgrade @typescript-eslint/parser from 5.62.0 to 7.18.0
- Upgrade @typescript-eslint/eslint-plugin from 5.62.0 to 7.18.0
- Remove transpileOnly: true workaround from webpack.renderer.core.js
- Fix 9 type errors from TS5's stricter checks:
- PropertyPanelBaseInput.tsx: Fix event handler types
- keyboardhandler.ts: Fix KeyMod return type
- model.ts: Remove unused @ts-expect-error directives
- ScreenSizes.ts: Add proper type guard predicate
Closes TASK-006
2025-12-08 16:09:31 +01:00
Richard Osborne
8fed72d025
Updated project to React 19
2025-12-07 17:32:53 +01:00
Richard Osborne
2153baf627
Finished task 1. Added task for backwards compatibility on existing Noodl projects
2025-12-06 23:24:55 +01:00
Richard Osborne
da40209322
Merge remote-tracking branch 'origin/13-remove-tsfixmes' into cline-dev
2025-12-06 22:23:59 +01:00
Axel Wretman
960f38c120
Remove TSFixme from property panel UI.
2025-09-09 10:11:22 +02:00
Axel Wretman
162eb5f6cb
Updated node version, react version and react dependant dependencies.
2025-08-25 18:21:52 +02:00
Richard Osborne
37668399e5
Changed name back to OpenNoodl, updated icons
2024-09-24 22:10:20 +02:00
Richard Osborne
91fc18437b
Updated icons and references to Noodl, plus build scripts
2024-05-02 22:23:53 +02:00
Michael Cartner
b9c60b07dc
Initial commit
...
Co-Authored-By: Eric Tuvesson <eric.tuvesson@gmail.com >
Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com >
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com >
Co-Authored-By: Anders Larsson <64838990+anders-topp@users.noreply.github.com >
Co-Authored-By: Johan <4934465+joolsus@users.noreply.github.com >
Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com >
Co-Authored-By: victoratndl <99176179+victoratndl@users.noreply.github.com >
2024-01-26 11:52:55 +01:00